What problem does it solve?
Eliminates repetitive plan-format tuning by storing every user-approved plan as a reusable corpus so future session planning matches the same granularity, phase grouping, and verification style.
Core Features & Use Cases
- Auto-snapshot approved plans: Immediately writes the approved
06-review-plan contract into .sdcorejs/plans/<track>/ as an immutable history record.
- Session-start style loading: Loads frontmatter and phase headers from the latest 3 approved plans in read-only mode to guide
05-plan structure without copying full task lists.
- Cross-track compatibility (VI/EN): Applies consistently across
angular-portal, nestjs, and nextjs, maintaining a spec/plan pairing via sourceSpecPath.
- Approval-gated safety: Writes only after explicit affirmative approval signals, avoiding corruption from drafts or silence.
Quick Start
Ask the agent to proceed after you approve 06-review-plan, and it will automatically snapshot the approved plan into your target project for later reuse.