Builds stakeholder-friendly project status updates from markdown sources. Use when asked for progress reports, implementation status, future plans, UI/UX flow summaries, infrastructure/data-flow summaries, risks, code smells, or scout-principle improvement notes.
Create a clear status update from project markdown files for non-technical stakeholders.
Prioritize markdown files that describe scope, architecture, delivery notes, and plans:
README.mdnotes.mddocs/**/*.mdarchitecture.md and docs/architecture/**/*.mdIf a requested area has no markdown coverage, state that as a gap.
Use this structure in order:
## Current status
- Implemented: ...
## What remains
- Missing: ...
## Future plan
- Next: ...
## Pros / Cons / Difficulties
- Pros: ...
- Cons: ...
- Difficulties: ...
## UI flows
- As a <user>, I can ...
## Infrastructure and data flow
- Change: ...
- Why: ...
- Flow: source -> process -> storage -> consumers
- Pros: ...
- Cons: ...
## Risks and code smells
- Risk: ...
- Code smell: ...
## Scout-principle improvements
- Improved now: ...
- Improve next: ...