omk-planning

omk-planning is a skill for Claude Code, Codex from KaimingWan/oh-my-kiro. It costs 76 tokens per session (6,016 once invoked), scanned A, original, MIT.

A tool for planning and carrying out multi-step software changes, from understanding the codebase through review and execution.

In plain words
What is it for?
Use it to plan features, refactors, OAuth work, or other system changes, then review and execute the resulting plan.
Why use it?
It breaks broad feature or architecture requests into an organized plan and checks the plan before work begins. TDD means test-driven development: writing tests as part of designing the change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to plan features, refactors, OAuth work, or other system changes, then review and execute the resulting plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kaimingwan/oh-my-kiro/omk-planning
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add KaimingWan/oh-my-kiro --skill omk-planning
Clone the repo
git clone --depth 1 https://github.com/KaimingWan/oh-my-kiro

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for omk-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/kaimingwan/oh-my-kiro/omk-planning/github.svg)](https://agentmods.dev/skills/kaimingwan/oh-my-kiro/omk-planning)
Your own site
<a href="https://agentmods.dev/skills/kaimingwan/oh-my-kiro/omk-planning"><img src="https://agentmods.dev/badge/skills/kaimingwan/oh-my-kiro/omk-planning/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for omk-planning

Your own site · 80×15
<a href="https://agentmods.dev/skills/kaimingwan/oh-my-kiro/omk-planning"><img src="https://agentmods.dev/badge/skills/kaimingwan/oh-my-kiro/omk-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,016 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00076 $0.06016
Opus 5 $0.00038 $0.03008
Sonnet 5 $0.00015 $0.01203
Haiku 4.5 $0.00008 $0.00602

Measured 11d ago against content hash d449fa06716e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

omk-planning scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/omk-planning/SKILL.md · 469 lines

How it starts

The opening of the file, as written. The whole thing — 469 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Trigger Examples

  • "@plan 重构 hook 系统"
  • "I want to add OAuth support, help me plan it"
  • "设计一个新的 knowledge 同步方案"
  • "@execute 继续执行计划"
  • "break this feature into tasks"

Planning — Write, Review, Execute

Overview

One skill for the full plan lifecycle: write → review → execute.

Phase 0: Deep Understanding

Before writing any plan, build deep understanding of the goal. Skip this phase only if the user provides a fully specified design doc.

Step 1: Form Initial Understanding

Start with generate_codebase_overview to get the project's high-level structure, then read relevant code, docs, and recent commits to understand the context. Do NOT ask questions yet — first build your own mental model of:

  • What the user wants to achieve
  • What exists today (current state)
  • What would need to change (gap analysis)

Step 2: Ask Clarifying Questions

Based on your understanding, ask questions one at a time. Each question must:

  • Eliminate a whole branch of ambiguity (not trivial details)
  • Build on previous answers (incremental deepening)
  • Offer multiple-choice options with your recommendation when possible

Dynamic termination: Stop asking when remaining uncertainty won't materially affect the plan. Don't ask for the sake of asking.

Soft cap: Maximum 5 questions. If you still have uncertainty after 5, state your assumptions and proceed.

Step 3: Research (optional)

After questions are answered, judge whether research is needed:

  • Codebase research: When the task touches existing code you haven't fully explored (e.g., modifying a hook system — read existing hooks first)
  • Web research: When the task involves external tools, APIs, or best practices you're unsure about (e.g., integrating a new library, adopting an unfamiliar pattern)
  • Both: When the task combines internal changes with external dependencies (e.g., adding OAuth to an existing auth module)
  • Skip: When you have sufficient understanding (e.g., renaming a variable, fixing a typo, simple refactors with clear scope)

Read the full file on GitHub · 469 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 469 lines · 76 tokens per session scan A d449fa06716e

Subscribe to this mod's changes

omk-planning is a skill published in the GitHub repository KaimingWan/oh-my-kiro (103 stars, last pushed 5mo ago), licensed MIT. It adds 76 tokens to every session and 6,016 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.