// 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.
  1. Clarify goal and success criteria.
  2. Read affected areas.
  3. Break into steps.
  4. Call out risk.
  5. 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.

Open this page in the interactive docs