skills/stakeholder-doc/SKILL.md
Generate presentation-ready Word documents for stakeholder discussions. Translates technical architecture blueprints into business-focused presentations with diagrams, cost analysis, and approval checklists.
npx skillsauth add navraj007in/architecture-cowork-plugin stakeholder-docInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
development
# Trade-Off Analysis Skill Quantifies exact trade-offs when switching between architecture options. Shows users precisely what they gain and lose when choosing Option A over Option B. ## When to Use Use this skill to help users decide between options by showing: 1. **Cost difference** — how much more/less per month? 2. **Performance difference** — how much faster/slower? 3. **Complexity difference** — how much harder to build/maintain? 4. **Scalability difference** — when does this option hit
testing
# Stage Detection Skill Detects the current project stage (concept → mvp → growth → enterprise) based on `_state.json` field presence and completeness. Used by `/architect:next-steps`, `/architect:check-state`, and roadmap commands. ## When to Use Invoke this skill when you need to determine what stage a project is at based on its state file. Stage detection drives: - Command recommendations (what to run next) - Required fields validation (what should exist at this stage) - Risk assessment (w
development
# Stack Swap Simulator Skill Estimates cost and effort to switch from one tech stack to another. Helps answer: "Can we migrate later if needed?" ## When to Use Use this skill to understand: 1. **Cost of switching stacks** — engineer weeks + downtime risk 2. **Timeline to switch** — how long is the project? 3. **Risk of switching** — what can go wrong? 4. **ROI of switching** — does it save money long-term? 5. **Backwards compatibility** — can we do a gradual migration? ## Input Provide sour
tools
# Stack Compatibility Skill Verifies that chosen technologies integrate well together. Prevents "I picked these tools and they don't work well together" regrets. ## When to Use Use this skill to verify: 1. **Chosen tools work together** — React + Node + MongoDB = good? 2. **No hidden incompatibilities** — will I hit issues in production? 3. **Team can support it** — do we have expertise for this combo? 4. **Licenses compatible** — can we use these together commercially? 5. **Performance assum