plan-memory-hierarchy
Installation
SKILL.md
Layered Project Memory
This skill creates and maintains structured markdown memory files at project start, then reuses them during planning and execution.
Runtime Rules
- Confirm the project root. If unclear, ask the user.
- If
.plan-memory/does not exist, run bootstrap script.
python3 scripts/bootstrap_plan_memory.py --root . --project-name "<project-name>"