Generate the final deliverable package for a Double Diamond engagement. Produces formatted outputs (PPTX, DOCX, XLSX, Excalidraw) by dispatching to cogni-visual and document-skills. Use whenever the user wants to produce engagement outputs — even partially or for a single deliverable. Trigger on: "generate deliverables", "export engagement", "create the deck", "produce the report", "final package", "export diamond", "create the slides", "I need to present to [audience]", "package it up", "generate the business case document", "make the roadmap visual", "export to PowerPoint", "output the results", or any request to render engagement content into a specific format. Also trigger when the user asks for a single deliverable (e.g., "just the executive summary as a PPTX") — this skill handles both full packages and individual deliverable generation.
From cogni-consultingnpx claudepluginhub cogni-work/insight-wave --plugin cogni-consultingThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md.
Produce the final deliverable package by dispatching to cogni-visual and document-skills plugins. This skill reads all engagement outputs and generates formatted deliverables matched to the engagement vision.
Every diamond engagement promises specific deliverables (defined during setup). Export assembles the raw phase outputs into polished, client-ready formats. It acts as a dispatcher — not a renderer — delegating format-specific work to the ecosystem's visual and document plugins.
Read consulting-project.json. Extract the deliverables list from vision.deliverables.
If the user requests a single specific deliverable rather than the full package, extract just that deliverable from the list and proceed with it alone.
For each deliverable, identify the source content and rendering plugin:
| Deliverable | Source | Renderer |
|---|---|---|
| Strategic Options Brief | deliver/option-scoring.md + develop/options/ | document-skills:docx or document-skills:pptx |
| Business Case | deliver/business-case.md | document-skills:xlsx (financials) + document-skills:docx (narrative) |
| Decision Board | develop/options/option-synthesis.md + deliver/option-scoring.md | Excalidraw (via cogni-visual story-to-big-picture) |
| Executive Summary | deliver/executive-summary.md | document-skills:pptx (one-pager) |
| Action Roadmap | deliver/roadmap.md | document-skills:pptx or document-skills:xlsx |
| TIPS Landscape | plugin_refs.tips_project output | cogni-trends trends-dashboard or Excalidraw (via cogni-visual story-to-big-picture) |
| Portfolio Snapshot | plugin_refs.portfolio_project output | cogni-portfolio portfolio-dashboard |
| Claim Verification Log | deliver/claims-verification.md | document-skills:xlsx or markdown |
For each deliverable in the list:
deliver/business-case.md or assembled from deliver/option-scoring.md + deliver/roadmap.md). If the content genuinely doesn't exist, skip the deliverable and tell the consultant which phase would produce it: "The Decision Board requires option synthesis from the Develop phase. Run consulting-develop to generate it."output/ directory with descriptive filenameBetween deliverables, check with the consultant if they want to review before continuing.
Theme support: If a cogni-workspace theme is active, pass the theme to visual/document plugins for consistent branding across all deliverables. Theme consistency matters because deliverables go to the client as a set — mismatched branding signals sloppiness.
Create output/README.md as an index of all generated deliverables:
Example (market-entry engagement for French market):
# EuroTech France Entry — Deliverable Package
**Client**: EuroTech GmbH
**Vision**: market-entry
**Date**: 2026-03-21
## Deliverables
| # | Deliverable | Format | File |
|---|---|---|---|
| 1 | Executive Summary | PPTX | executive-summary.pptx |
| 2 | Market Feasibility Report | DOCX | market-feasibility.docx |
| 3 | Business Case | XLSX + DOCX | business-case.xlsx, business-case.docx |
| 4 | Action Roadmap | PPTX | entry-roadmap.pptx |
| 5 | Claim Verification Log | XLSX | claims-verification.xlsx |
Deliverable package generated.
- N deliverables produced in
output/- [list files with formats]
Review the package and let me know if any deliverable needs refinement.