← ClaudeAtlas

fableplanlisted

Use when the user wants a task planned by a Fable 5 planning subagent before building it. Spins up a Plan subagent running on Fable 5 to produce an implementation plan, relays the plan back to the main agent, and — if a GitHub issue is referenced — posts the plan as a comment on that issue and asks the user whether to continue building now before proceeding. Trigger on "/fableplan", "fableplan this", or "plan this with fable".
richkuo/rk-skills · ★ 49 · AI & Automation · score 80
Install: claude install-skill richkuo/rk-skills
# fableplan Delegate planning to a **Fable 5** Plan subagent, then build from its plan in the main agent. The main agent does the building — the subagent only plans. ## Input The user provides a task description, and optionally a GitHub issue: - A task in prose ("fableplan adding X to Y"). - A GitHub issue reference — full URL, `#<N>`, bare `<N>`, or `owner/repo#N`. When present, the plan is also posted as an issue comment. - If neither is obvious, ask the user what to plan before dispatching. ## Steps ### 1. Resolve the GitHub issue (only if one is referenced) If the user named an issue, fetch it so the subagent plans against the real requirements, not a paraphrase: ``` gh issue view <N> --json number,title,body,url ``` For the `owner/repo#N` form (or a full URL to another repo), add `-R owner/repo` — a bare `gh issue view <N>` only resolves against the current repo. If the command fails (wrong number, no auth, no repo), stop and tell the user — never proceed by planning against your paraphrase of an issue you couldn't fetch. Record the issue number and URL — you'll need them in step 4. If no issue is referenced, skip this and step 4's posting. Also record the **Plan effort** if the fetched body has an `## Execution` block carrying a `- **Plan effort:**` line — step 2 dispatches at that tier. The line sets effort only; this skill always plans on Fable 5 regardless of the block's `Build model:`. When the line is absent, or no issue was referenced, step 2 dispatches