| description | Plan mode rules — workflow, required structure, writing style, and scope discipline |
|---|
- When a skill/slash-command requires write operations (git, filesystem, migrations), do not enter plan mode. Execute directly.
- Only produce a plan if the change spans multiple files or has unclear requirements; for simple fixes (missing dep, typo, small edit), apply the change directly.