Build client-ready consulting deliverables.
/deliverable-builder <client-name> [--type final-report|status-update|board-deck|implementation-guide|training-plan|change-management|data-strategy]
clients/<client-name>/profile.jsonclients/<client-name>/ (discovery, assessment, architecture, tracking subdirectories) — typically produced by running /client-discovery, /opportunity-map, /solution-architect, and /engagement-tracker for the client first/deliverable-builder acme-corp --type final-report
What you’ll see: a 12-section engagement report (executive summary through appendices) assembled from the client’s discovery, assessment, architecture, and tracking data, written to clients/acme-corp/deliverables/final-report.md with word count and section list reported.
/deliverable-builder acme-corp # no type — prompts you to choose one
/deliverable-builder acme-corp --type final-report # 15-30 page comprehensive engagement report
/deliverable-builder acme-corp --type board-deck # 10-slide executive/board presentation outline
/deliverable-builder acme-corp --type status-update # 2-5 page periodic progress report
/deliverable-builder acme-corp --type implementation-guide # 10-20 page technical how-to for IT teams
| Flag | Values | Default | What it does |
|---|---|---|---|
--type |
final-report status-update board-deck implementation-guide training-plan change-management data-strategy |
prompts you | Which deliverable to build |
clients/<client-name>/ (profile, discovery, assessment, architecture, tracking, prior deliverables) and extracts company name, engagement dates, primary contact, and initiative names.--type was not given, it asks you to choose from the 7 deliverable types.final-report — 12 sections for the executive sponsor: summary, methodology, current state, market analysis, recommendations, architecture, roadmap, ROI, risks, next steps, appendicesstatus-update — RAG status by workstream, accomplishments, risks, decisions needed, next-period plan, key metricsboard-deck — 10-slide outline ending in a specific ask and budget approval requestimplementation-guide — prerequisites checklists, step-by-step setup, configuration reference, testing, runbook, rollback procedurestraining-plan — skills assessment, three-track curriculum (all staff / power users / technical team), timeline, resources, success metricschange-management — stakeholder analysis, phased communication plan, resistance management, adoption metrics, support structuredata-strategy — data landscape and maturity, governance framework, quality standards, migration plan, AI-specific data requirementsclients/<client-name>/deliverables/<type>.md — the generated deliverable| Problem | Fix |
|---|---|
| Deliverable has thin or empty sections | The source data is missing — run the upstream skills (discovery, opportunity-map, solution-architect, engagement-tracker) for that client first |
| Want to regenerate without losing the previous version | Just re-run — the skill bumps the version and adds a change-log entry instead of overwriting |
| Quality gate flags items for manual review | Address the listed items (usually unsourced numbers or unfilled brackets) before sending to the client |