Creates prioritized documentation plan (Work Breakdown Structure) from project inventory or speckit artifacts, mapping to Diátaxis quadrants, outputs docs/_meta/plan.md. Supports --from-speckit mode.
How this command is triggered — by the user, by Claude, or both
Slash command
/documentation-architect:docs.planThe summary Claude sees in its command listing — used to decide when to auto-load this command
Create documentation plan (Work Breakdown Structure). ## Before Starting Read and internalize the behavioral constraints in `GUARDRAILS.md`. ## Modes - Default: Plan from inventory - `--from-speckit`: Use speckit artifacts as input ## Workflow 1. Load inventory 2. Analyze sources for documentation needs 3. Map to Diátaxis quadrants 4. Design target structure 5. Create prioritized WBS 6. Define phases and gates ## WBS Item Structure ## Outputs - `docs/_meta/plan.md` ## Guardrails - No assumptions without approval - No proceeding without confirmation - Idempotent: detects existing, off...
Create documentation plan (Work Breakdown Structure).
Read and internalize the behavioral constraints in GUARDRAILS.md.
--from-speckit: Use speckit artifacts as input| ID | Document | Quadrant | Priority | Sources | Dependencies |
|----|----------|----------|----------|---------|--------------|
| WBS-001 | quickstart.md | Tutorial | HIGH | SRC-001 | None |
| WBS-002 | authentication.md | How-To | HIGH | SRC-002,SRC-003 | WBS-001 |
docs/_meta/plan.mdAfter completion, suggest /docs.generate as next step.
npx claudepluginhub ddunnock/claude-plugins --plugin documentation-architect/f5-planningGenerates Work Breakdown Structure (WBS), effort estimates, sprint plans, roadmaps, and resource plans from project specs. Outputs Markdown files to .f5/planning/. Supports wbs, estimate, schedule, and more.
/speckit-tasksGenerate dependency-ordered tasks.md from design artifacts like plan.md, spec.md in the given feature directory or plan.md path.
/spec-drivenDecomposes a compound request into deliverables, dependencies, and decision gates, then writes spec, plan, and result-check files.
/blueprintGenerates an implementation plan with system architecture design, component interfaces, data flow, and dependency-ordered task breakdown from a specification. Supports --input FILE and --component NAME.