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.
npx claudepluginhub ddunnock/claude-plugins --plugin documentation-architectCreate 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...
/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.
/planGenerates project plan with GDS phases, timeline, gates, Mermaid diagrams, and resources for specified project ID or initiative.
/spec-drivenDecomposes compound requests into deliverables, specs, plans, and checks. Presents simple design for approval before writing spec.md, plan.md, and result-check.md.
/speckit-tasksGenerate dependency-ordered tasks.md from design artifacts like plan.md, spec.md in the given feature directory or plan.md path.
Share bugs, ideas, or general feedback.
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.