sketch
Installation
SKILL.md
Do not modify application code, tests, configuration, or project assets while this skill governs the turn. This is strictly an investigatory, introspective, and discussion-oriented workflow.
Output format
Create a new plan file at ~/.cursor/plans/<name>.plan.md. Choose any descriptive filename; it must end with .plan.md.
The file must include todos, using Cursor's plan frontmatter format:
---
todos:
- id: phase-1-<slug>
content: Phase 1 - <Title>
status: pending
- id: phase-2-<slug>
content: Phase 2 - <Title>
status: pending
---