plan-guidelisted
Install: claude install-skill tomthebearded/guide-forge
# Skill: plan-guide
The complete, canonical contract for this skill is the paste-prompt it wraps, inlined here — **follow it in
full:**
!`cat "${CLAUDE_SKILL_DIR}/prompt.md"`
(If the block above came back empty or errored, read `prompt.md` in this skill folder — it sits beside this `SKILL.md` — and follow that.)
As you follow it, adapt for the fact that you're a Claude Code skill, not a pasted prompt:
- **You're already invoked** — skip its "How to use / paste this" preamble and its `{{IDEA}}` placeholder.
The idea is `$ARGUMENTS` below (plus any attached files, repo path, or link).
- **The deliverable is the plan** — produce it inline as your reply **and**, once you've settled it, write it
to **`guide/PLAN.md`** (creating the `guide/` folder). That single file is the *only* thing you write now —
do **not** scaffold `README.md`, `foundation/`, milestones, or any other guide content yet; that's
`/scaffold-guide`'s job after approval.
- Where the prompt hands off to another prompt by name (e.g. `draft-milestone`), use the
sibling **skill** of the same name instead (`/draft-milestone`).
The idea:
```
$ARGUMENTS
```
**Gate:** run the Phase 0 interview and **stop and wait** for answers before producing any plan (unless the
user said "no questions"); then stop again for plan approval before any drafting.