hplan — Hierarchical Persistent Planning
Use the file system as persistent working memory for complex multi-phase tasks. This skill solves two problems that arise in long task executions:
- Goal drift — the agent gradually forgets the original objective as the work progresses
- Spec loss — detailed requirements, deliverables, and dependencies vanish from context
Core Idea
Context window = RAM (volatile, limited)
File system = Disk (persistent, unlimited)
Memory system =
[Description truncada. Veja o README completo no GitHub.]