drafts
Installation
SKILL.md
drafts
A draft is architectural design, not implementation. Like a house blueprint: shows structure, not how to hammer nails.
What a Draft IS
- Architecture overview - high-level design decisions
- Key components - what pieces exist and how they connect
- Critical constraints - important limitations or requirements
- Code snippets - only to illustrate architecture, not full implementations
What a Draft is NOT
- ❌ Full implementations
- ❌ Complete code listings
- ❌ Step-by-step tutorials
- ❌ Every edge case documented
- ❌ Multiple pages of example code