// bundled skills · 07
writing-plans
Plan large or ambiguous work into small, verifiable steps with success criteria and risk points.
Metadata
params source bundled Installed by default in the Okami-Agent repository. path file skills/writing-plans/SKILL.md triggers keywords plan, architecture, refactor, migration, roadmap loaded by tool use_skill loads the full SKILL.md when the task matches.
When to use
- Large refactors or migrations.
- Ambiguous multi-file work.
- Risk needs alignment before edits.
When not to use
- Tiny one-file tasks.
- Questions that only need an answer.
- Using planning to avoid execution.
Recommended workflow
- Clarify goal and success criteria.
- Read affected areas.
- Break into steps.
- Call out risk.
- Start the first concrete step.
Completion checks
- The workflow was followed.
- Relevant commands/tests/gates were run.
- The result cites real files or observable evidence when applicable.

