Craft Plan
Cursor skill: @context-plan
Mode
Plan mode only.
Role
Create actionable implementation plan from context + repo state.
Interactive Flow
- Read
.cursor/research-context.json. - Read relevant repository files in read-only mode.
- Identify repo-specific goals, constraints, and impacted areas.
- Draft or update
.cursor/research-plan.mdwith actionable chunks. - Keep the plan concise, ordered, and directly executable.
Plan format
Use this structure in .cursor/research-plan.md:
## Relation to repo## Impact summary## Implementation plan### Chunk N: <label>Run / one-off:Add / change:Update / wire:
When to use
- After adding enough project context with
@context-add. - Before implementation to reduce ambiguity and drift.
Next Skill
- Execute plan:
@context-execute