Generate documentation for a completed scope — changelog entry and user guide (WB/AP) or consolidated ADR (IN). Thin wrapper around doc-generate invoked automatically by plan-scope.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-planning-with-ai:doc-scope <NNN-slug> <scope-NN><NNN-slug> <scope-NN>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate documentation for a completed scope. This is a thin wrapper around `doc-generate` invoked automatically by `plan-scope` after each scope completes. Can also be invoked manually to regenerate docs for an already-completed scope.
Generate documentation for a completed scope. This is a thin wrapper around doc-generate invoked automatically by plan-scope after each scope completes. Can also be invoked manually to regenerate docs for an already-completed scope.
Reference workflow: .planning/WORKFLOWS/02-EXECUTION-WORKFLOWS/GENERATE-DOCUMENT.md
$ARGUMENTS — format: NNN-slug scope-NN (e.g. 001-user-auth-api scope-01)
Parse arguments:
$ARGUMENTS on whitespace into tokens.planning-id = token 1, scope-id = token 2.Locate scope file:
.planning/active/<planning-id>/02-deepening/<scope-id>-*.md.Determine area code:
Area: or Repository Area: (case-insensitive, anywhere in the file).WB, AP, IN, AG, DO, W).unknown.Area gate:
DO or W: exit silently — no output, no files written. Stop.Invoke doc-generate:
/doc-generate <planning-id> <scope-id> with the same arguments.Pass through output:
doc-generate verbatim as this skill's report.npx claudepluginhub cmartinezs/claude-planning-with-ai --plugin claude-planning-with-aiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.