.claude/skills/exec-summary/SKILL.md
Generate non-technical executive summary from technical notes
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/exec-summaryInstall 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.
Generate a non-technical executive summary from technical ADRs, Pages, or Project notes.
Translate technical architecture content for non-technical stakeholders. Useful for:
/exec-summary "ADR - API Gateway Selection"
/exec-summary "Project - AIIncidentProcessor" exec
/exec-summary "Page - Kafka Integration" manager
Read the source note completely
Identify the audience (default: exec):
exec - C-suite, board level (business impact, risk, cost)manager - Department heads (operational impact, timeline, resources)stakeholder - Project stakeholders (what changes, how affects them)Extract key information:
For ADRs:
For Projects:
For Pages:
Generate summary using this template:
# Executive Summary: {{Title}}
**Generated:** {{date}}
**Source:** [[{{source note}}]]
**Audience:** {{audience}}
---
## One-Line Summary
{{Single sentence explaining what this is about in business terms}}
## Why This Matters
{{2-3 sentences on business impact - avoid technical jargon}}
## Key Points
- {{Point 1 - business language}}
- {{Point 2 - business language}}
- {{Point 3 - business language}}
## Impact
| Area | Impact |
|------|--------|
| **Cost** | {{cost impact or "No direct cost impact"}} |
| **Timeline** | {{when does this happen}} |
| **Risk** | {{key risk in plain language}} |
| **Benefit** | {{main business benefit}} |
## Recommendation / Decision
{{What was decided or what action is recommended - one paragraph}}
## Questions This Answers
- {{Question a stakeholder might ask}}
- {{Another likely question}}
---
*This summary was generated from technical documentation. For full details, see [[{{source note}}]].*
| Technical Term | Business Translation | |----------------|---------------------| | API | System connection / interface | | Database | Data storage | | Cloud | Online infrastructure | | Microservices | Modular system design | | Latency | Response time / speed | | Scalability | Ability to grow | | Redundancy | Backup systems | | Migration | System move / upgrade | | Integration | Connecting systems | | Authentication | Security / login | | Encryption | Data protection | | AI/ML | Automated intelligence | | DevOps | Delivery automation | | Kubernetes | Container management | | Kafka | Message system |
Input: /exec-summary "ADR - Use PostgreSQL for Customer Data"
Output:
# Executive Summary: Database Selection for Customer Services
**Generated:** 2026-01-11
**Source:** [[ADR - Use PostgreSQL for Customer Data]]
**Audience:** Executive
---
## One-Line Summary
We're using PostgreSQL as our database for all customer transaction records in the new cloud system.
## Why This Matters
This decision affects how we store and protect customer payment data. PostgreSQL provides the financial-grade security we need while reducing our monthly infrastructure costs by approximately £700 compared to alternatives.
## Key Points
- Customer transaction data will be stored securely with bank-level protection
- Our team already has the skills to manage this system (no additional training needed)
- We can scale to handle 10 million records in the first year without changes
## Impact
| Area | Impact |
|------|--------|
| **Cost** | £2,400/month (£700 saving vs alternative) |
| **Timeline** | Implementation begins Q2 2026 |
| **Risk** | Low - proven technology, team expertise |
| **Benefit** | Secure, cost-effective data storage |
## Recommendation / Decision
Use PostgreSQL on AWS for all customer-facing transaction data. This gives us the security guarantees we need for financial data while leveraging existing team skills and keeping costs competitive.
## Questions This Answers
- How are we protecting customer payment data?
- What's the cost of the new database system?
- Do we have the skills to support this?
---
*This summary was generated from technical documentation. For full details, see [[ADR - Use PostgreSQL for Customer Data]].*
To summarise multiple related notes:
/exec-summary "Project - Cloud Migration" with-adrs
This will:
By default, outputs to conversation. To save as a note:
/exec-summary "ADR - API Gateway" --save
Creates: Page - Executive Summary - API Gateway.md
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi