Generate presentation-ready Word documents for stakeholder discussions. Translates technical architecture blueprints into business-focused presentations with diagrams, cost analysis, and approval checklists.
Creates business-ready Word documents from technical blueprints for stakeholder presentations and approvals.
npx claudepluginhub navraj007in/architecture-cowork-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Transform technical architecture blueprints into presentation-ready documents for executive presentations, budget approvals, and stakeholder buy-in.
Perfect for: CTO reviews, board presentations, finance approvals, agency RFPs, investor updates
Use this skill when you need to:
Input: Full architecture blueprint (from /architect:blueprint)
Output: Word document (.docx) with diagrams rendered as PNGs
# [Project Name]
## Architecture & Implementation Plan
**Prepared for**: [Stakeholder Name/Team]
**Prepared by**: Architect AI
**Date**: [Today's Date]
**Version**: 1.0
Translate technical blueprint into business value:
## Executive Summary
**What we're building**: [One-sentence description from blueprint]
**Who it's for**: [Customer type from requirements - B2B enterprise/SMB/B2C]
**Business Value**:
- [Extract from blueprint: What problem does this solve?]
- [Key capability that drives value]
- [Integration or feature that reduces friction]
**Timeline**:
- MVP (core features): [Calculate from sprint backlog - usually 8 weeks]
- Production-ready: [Add 4 weeks for enterprise features if B2B]
**Budget**:
- Infrastructure: $[Low]-[High]/month (from cost estimate section)
- Development: $[Low]-[High] (from Next Steps - 3 build paths)
**Major Risks** (top 3):
1. [Extract from Complexity Assessment - highest-scored complexity factors]
- **Mitigation**: [From blueprint's risk mitigation notes]
2. [Second highest risk]
- **Mitigation**: [Strategy]
3. [Third risk]
- **Mitigation**: [Strategy]
**Recommendation**: GO - Architecture is sound, risks are manageable, timeline is realistic.
[Or: PROCEED WITH CAUTION if complexity score > 7/10]
Rules:
Extract from blueprint's Architecture Diagram section:
Simplify for non-technical audience:
Extract from blueprint and present as table:
| Component | Technology | Purpose | Cost/Month |
|---|---|---|---|
| [From manifest: frontend] | [Framework] | User interface | $[From cost estimate] |
| [From manifest: backend] | [Framework] | Business logic | $[From cost estimate] |
| [From manifest: database] | [Type] | Data storage | $[From cost estimate] |
| [From manifest: integrations] | [Services] | [Purpose] | $[From cost estimate] |
| Total | $[Sum]/month |
Extract from blueprint's Plain English Specifications:
Limit to top 6 capabilities that stakeholders care about.
For each major technology decision, create a decision card:
Extract from:
### Decision: [Technology Category] - [Choice] ✅ Recommended
**Why [Choice]?**
- ✅ [Business benefit 1 - extract from blueprint's tech stack reasoning]
- ✅ [Business benefit 2]
- ✅ [Cost or hiring benefit]
- ✅ [Proven track record - if mentioned in blueprint]
**Alternatives Considered**:
- ❌ [Alternative 1]: [Why rejected - from blueprint's ADRs or alternatives]
- ❌ [Alternative 2]: [Why rejected]
**Upgrade Path**: [From blueprint's assumptions - "Start with X, upgrade to Y when Z"]
**Risk**: [Low/Medium/High based on blueprint's complexity assessment]
Example (using blueprint data):
### Decision: Database - PostgreSQL ✅ Recommended
**Why PostgreSQL?**
- ✅ Handles relational data (tickets, users, workspaces) efficiently
- ✅ Used by Instagram, Notion, Figma - proven at scale
- ✅ $0-25/month free tier, scales to millions of users
- ✅ Built-in multi-tenancy support (Row-Level Security)
**Alternatives Considered**:
- ❌ MongoDB: Doesn't fit relational data model, harder data integrity
- ❌ MySQL: Less feature-rich, weaker JSON support
**Upgrade Path**: Start with Supabase free tier → Upgrade to Pro ($25/month) at 1K users
**Risk**: Low - Industry standard with massive community support
Generate decision cards for:
Add ⚠️ "Requires Validation" flag if:
Extract from blueprint's Cost Estimate section.
Create 3 scenarios from blueprint:
| Scenario | User Count | Cost/Month | Cost/Year | Notes |
|---|---|---|---|---|
| MVP | [From blueprint scale assumptions] | $[Low] | $[Low × 12] | Free tiers sufficient |
| Growth | [10x MVP] | $[Mid] | $[Mid × 12] | Paid tiers + scaling |
| Scale | [100x MVP] | $[High] | $[High × 12] | Enterprise tiers |
Breakdown (Growth scenario): [List each service from cost estimate with monthly cost]
Extract from blueprint's Next Steps Guide (3 build paths):
| Path | Cost | Timeline | Best For |
|---|---|---|---|
| Build with AI tools | $[From Next Steps] | [Weeks] | Technical founders |
| Hire developer | $[From Next Steps] | [Weeks] | Budget $20K-50K |
| Hire agency | $[From Next Steps] | [Weeks] | Enterprise projects |
Calculate:
Development: $[Choose middle path - hire developer]
Infrastructure: $[Growth tier × 12]
Third-party: $[Domain + other one-time costs]
Total Year 1: $[Sum]
Q&A format for common stakeholder questions:
Extract from blueprint and translate to Q&A:
A: [Extract from blueprint's hosting decision reasoning, translate to business terms]
Example:
AWS requires a DevOps engineer ($120K/year salary). Managed platforms (Vercel + Supabase) handle deployment, scaling, and backups automatically for $1,800/year. We save $118K/year and ship 3-5x faster.
When to switch: When you reach >100K users or need enterprise compliance (SOC 2), estimated 12-18 months away.
A: [Extract from blueprint's architecture pattern decision]
A: [Extract security mitigations from Security Architecture section]
Rules:
Extract from blueprint's Complexity Assessment and Well-Architected Review.
Create risk table:
| Risk | Severity | Probability | Mitigation | Owner |
|---|---|---|---|---|
| [Top complexity factor] | High/Med/Low | High/Med/Low | [From blueprint's mitigation notes] | Dev Team/CTO |
| [Second factor] | ... | ... | ... | ... |
| [Third factor] | ... | ... | ... | ... |
Severity calculation:
Probability:
Add these standard risks:
Extract from blueprint's Sprint Backlog section.
Convert sprints to milestone table:
| Phase | Duration | Deliverables | Success Criteria |
|---|---|---|---|
| Sprint 0: Setup | 1 week | [From sprint 0 goals] | ✅ [From acceptance criteria] |
| Sprint 1: [Feature] | [Duration] | [From sprint goals] | ✅ [From acceptance criteria] |
| Sprint 2: [Feature] | [Duration] | [From sprint goals] | ✅ [From acceptance criteria] |
| ... | ... | ... | ... |
| MVP Launch | [Total weeks] | All core features | ✅ [From sprint backlog MVP definition] |
| Production | [Total + 4 weeks] | Enterprise-ready | ✅ First paying customer |
Highlight critical path:
Critical Path: [Identify hardest/riskiest sprints from backlog] - any delay here impacts launch
Extract from blueprint's Service Level Objectives and Next Steps.
MVP Success (Week [calculated from sprint backlog]):
Production Success (Week [MVP + 4]):
Business Success (6 months):
Immediate Actions (if approved):
Extract from blueprint's Next Steps Guide:
/architect:scaffold to bootstrap reposApproval Checklist:
Decision Required By: [Today + 2 weeks]
Approved By: ___________________________ Date: ___________
Auto-generate from technical terms used in document:
Rule: Only include terms actually used in the document.
Render these diagrams from blueprint as PNG:
Minimum width: 1200px for clarity
Output as Markdown (can be converted to .docx):
# [Project Name]
## Architecture & Implementation Plan
---
## Executive Summary
[Content...]
---
## Solution Overview
[Content...]

*System components and how they connect*
---
[Continue with all 11 sections...]
Style Guidelines:
## for main sections (Executive Summary, Solution Overview, etc.)### for subsectionscode only for actual technical terms that need monospaceWhen invoked, generate:
📄 Generating stakeholder document...
✅ Extracted executive summary from blueprint
✅ Rendered architecture diagram to PNG (1200x800)
✅ Compiled tech stack decisions (4 decisions)
✅ Calculated cost breakdown (3 scenarios)
✅ Generated risk assessment (6 risks)
✅ Created timeline from sprint backlog (8 sprints, 12 weeks total)
✅ Added approval checklist
📄 stakeholder-presentation.md created (11 sections, 2,847 words)
📁 diagrams/ folder created with 1 PNG
Ready to share with stakeholders!
Next steps:
- Convert to .docx: Use Pandoc or copy into Word
- Review and customize for your stakeholder audience
- Add company logo to cover page
- Update "Decision Required By" date
Optional parameters (ask user if they want to customize):
Default behavior: Generate with standard formatting if no customization requested.
A good stakeholder document should:
If blueprint is incomplete:
If blueprint is from /architect:quick-spec:
/architect:blueprint first."See STAKEHOLDER_DOC_SPEC.md for detailed examples of each section.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.