scaffold-guidelisted
Install: claude install-skill tomthebearded/guide-forge
# Skill: scaffold-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. The approved plan is at
**`guide/PLAN.md`** (written there by `plan-guide`); read it from disk. It may also be `$ARGUMENTS` below
(attached, pasted, or already in the conversation). **Don't move or overwrite `guide/PLAN.md`** — scaffold
the rest of the guide around it.
- **You have file tools here** — **write the skeleton to disk** under `guide/` (the prompt describes each
file), rather than only printing fenced blocks. This includes seeding an empty `guide/feedback-log.md` from
`templates/feedback-log.md`. Then list what you created.
- Where the prompt hands off to another prompt by filename, use the sibling **skill** of the same name
(`/draft-milestone`).
- **Read the GuideForge version yourself** — the prompt's provenance rule needs the plugin `version`. Read it
with your file tools from the plugin's `.claude-plugin/plugin.json` (it sits two levels up from this skill
folder: `${CLAUDE_SKILL_DIR}/../../.claude-plugin/plugin.json`), then stamp that exact value into the
`README