Instruction file imported from suntay44/plannable (
.cursor/rules/plannable.mdc). Copyright stays with the author.
Plannable Rules
- Humans read
MASTER_PLAN.md. - Always read
MASTER_PLAN.mdfirst. - Agents read only the next pending
plans/PART*_PLAN.ai.mdfile. - Never load all part files unless the user explicitly asks.
- The compressed format is PlannablePlan, not PlanPack.
- Every
.ai.mdfile starts with@PlannablePlan v0.1. - A part is complete only after evidence is recorded in
PLAN_EVIDENCE.md. - Do not edit unrelated files.
- Stop on stop conditions in the active part.
- Let
plannable evidenceandplannable completeregeneratePLAN_STATE.md; do not hand-edit it. - Check off
MASTER_PLAN.mdonly after evidence exists. - Do not require
plannable initbeforeplannable create. - Run
plannable verifybefore reporting completion.