blueprint:status
Installation
SKILL.md
Blueprint Status
Display an overview of the project's spec-driven development structure.
Invoked by: /blueprint:status or when user asks "what's documented?", "show me the specs", or "blueprint status".
Principles
- Parallel operations: Batch file reads and globs for efficiency.
- Use globbing: Discover ADRs via
docs/adrs/*.md, no index needed. - Graceful degradation: Show what exists, suggest what's missing.
Process
- Check if Blueprint structure exists
- Read and summarize all documented artifacts
- Display formatted overview