hplan — Hierarchical Persistent Planning
Use the file system as persistent working memory. overview.md stays concise (≤25 lines); detailed specs are split into separate directories by phase.
Core Principles
Context window = RAM (volatile, limited)
File system = Disk (persistent, unlimited)
→ Important information must be written to disk
→ Content injected by hooks must be concise
→ Content referenced in depth must be thorough
→ The two are separated, no conflict
If you feel c
[Description truncada. Veja o README completo no GitHub.]