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
Installs
25
GitHub Stars
173
First Seen
Jan 22, 2026
blueprints-organization — thebushidocollective/han