with one click
plan
Deep-think an idea and create a tracker issue with a structured plan
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Deep-think an idea and create a tracker issue with a structured plan
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Decompose a broad topic into linked GitHub issues with a master tracking issue
Fix a tracker issue end-to-end, or batch-queue all open GitHub issues from a repo
Queue a PR rebase mission (ex: /rebase https://github.com/owner/repo/pull/42). A bare rebase only rebases onto the base branch; add --fix to also apply review feedback.
Queue a review then rebase combo for a PR (ex: /rr https://github.com/owner/repo/pull/42)
Ask Kōan a question about a GitHub PR or issue — fetches context and posts an AI reply
Show resolved model config for the active CLI provider
| name | plan |
| scope | core |
| group | code |
| emoji | 🧠 |
| description | Deep-think an idea and create a tracker issue with a structured plan |
| version | 2.1.0 |
| audience | hybrid |
| caveman | false |
| github_enabled | true |
| github_context_aware | true |
| commands | [{"name":"plan","description":"Plan an idea or iterate on an existing tracker issue","usage":"/plan [--iterations N] <idea>, /plan <project> <idea>, /plan <issue-url>"}] |
| handler | handler.py |
--iterations N (1-5, default 1): Run N rounds of plan generation. After the initial plan, a critic identifies content gaps and contradictions, then the plan is regenerated with that feedback. Only the final iteration is posted. Cost scales linearly — --iterations 3 uses ~5× the tokens of a standard plan call.