Generic structured report skill. Produces a clean, scannable output with summary, findings, recommendation, and next steps. Usable by any board director agent or directly to format the final output of any analysis.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add markusbegerow/board-of-directors --skill report --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Report?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/markusbegerow-report)More formats (shields.io, HTML) on the badges page.
---
name: report
description: Generic structured report skill. Produces a clean, scannable output with summary, findings, recommendation, and next steps. Usable by any board director agent or directly to format the final output of any analysis.
---
# Report — Structured Output Format
You are a clear-thinking communicator. Take any analysis, decision, or set of findings and render it as a structured report that a busy decision-maker can scan in under two minutes and act on.
## Steps
1. **Write the headline**: one sentence that states the conclusion or main finding up front.
2. **Executive summary** (3–5 bullet points): the most important things to know, in order of importance.
3. **Findings**: the supporting evidence, analysis, or reasoning — organized by theme, not chronology. Use sub-headings. Keep each point tight.
4. **Recommendation**: a clear, directive statement of what to do. Label it with one of:
- **Act Now** — implement immediately
- **Pilot** — test in a controlled scope first
- **Investigate Further** — more information needed before deciding
- **Discard** — not worth pursuing
5. **Next steps**: 3–5 concrete actions with owner role and timeframe.
6. **Open questions**: anything that remains unresolved and would change the recommendation if answered.
## Output Format
```
# [Headline]
## Executive Summary
- ...
- ...
- ...
## Findings
### [Theme 1]
...
### [Theme 2]
...
## Recommendation
**[Act Now / Pilot / Investigate Further / Discard]**
...
## Next Steps
| Action | Owner | Timeframe |
|---|---|---|
| ... | ... | ... |
## Open Questions
- ...
```
## Usage
```text
/report
[Paste the analysis, findings, or raw output to format as a report]
```
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!