Documentation
README
Architecture Extract
Purpose / When to Activate
Activate:
- After
codebase-scanduring Bootstrap initialization - When architectural understanding is needed before memory ingestion
Process
- Analyze module boundaries and layering
- Identify data flow and service interactions
- Detect architectural patterns (monolith, services, event-driven, etc.)
- Produce a concise architecture summary
Outputs
architecture_insights — concise summary including:
- System structure overview
- Module boundaries and responsibilities
- Key data flows
- Architectural pattern identified
- Major dependencies
- Notable constraints or risks
Quality Checks
This is the opening of the README. Read the full README on GitHub.