What problem does it solve?
This skill automates the creation of a concise, 60-80 line project overview from a team's requirements and architecture documents, helping onboarding and stakeholder alignment without duplicating details.
Core Features & Use Cases
- Automated Summary: Generates a readable overview that synthesizes requirements (spec.md) and architecture (arch.md) into a single document.
- Diagrams & Links: Embeds architecture, ERD, and key flow diagrams while pointing to detailed docs for deeper dives.
- Onboarding & Quick Handoffs: Produces a 1-page briefing suitable for new team members and cross-functional stakeholders.
- Length & Focus Constraints: Adheres to 60-80 line output with 80-120 lines maximum including diagrams, excluding mermaid blocks.
Quick Start
To generate an overview, ensure the source docs exist at docs/{serviceName}/spec.md and docs/{serviceName}/arch.md, then trigger the Overview skill with the "overview" or "project overview" command. The generated file will be written to docs/{serviceName}/overview.md and can be reviewed and adjusted as needed.