blueprints-organization
Installation
SKILL.md
Organizing Technical Blueprints
Directory Structure
blueprints/
├── README.md # Index and overview
├── {system-name}.md # One file per system
├── {feature-name}.md # One file per feature
└── {integration-name}.md # One file per integration
Flat vs Nested
Prefer flat structure for most projects:
- Easier to navigate
- Simpler cross-references
- Less organizational overhead