/summarize-transcript
Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document
$ npx -y skills add jmagly/aiwg --skill summarize-transcript --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/summarize-transcript
Context preview
The summary Claude sees to decide when to auto-load this skill.
Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document
SKILL.md
summarize-transcript.SKILL.mdnamespace: aiwg
name: summarize-transcript
platforms: [all]
description: Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document
Summarize Transcript or Meeting
Analyze and summarize a transcript, meeting notes, or discussion thread into a clear, actionable document.
Usage
/summarize-transcript <path-to-transcript-or-paste-content> [--style <style-preset>] [--emphasize "<guidance>"] [--avoid "<guidance>"]
Parameters
- `<content>`: Path to transcript file OR paste content directly
- `--style <preset>`: Optional style preset (default: `balanced`)
- `technical`: Dense technical detail, architecture-focused
- `executive`: High-level strategic, business-focused
- `action-items`: Task-oriented, next-steps focused
- `developer`: Code-centric, implementation details
- `balanced`: Mix of strategic and technical
- `--emphasize "<text>"`: Positive guidance - what to highlight, tone to adopt
- `--avoid "<text>"`: Negative guidance - what to de-emphasize or exclude
Examples
Basic Usage
/summarize-transcript meeting-notes.txt
With Style Preset
/summarize-transcript standup-transcript.md --style action-items
With Positive Guidance
/summarize-transcript design-review.txt --emphasize "Focus on security decisions and data privacy concerns"
With Negative Guidance
/summarize-transcript brainstorm-session.txt --avoid "Skip bikeshedding about naming, focus on architectural decisions"
Combined Guidance
/summarize-transcript architecture-meeting.md \
--style technical \
--emphasize "Highlight consensus mechanisms and performance trade-offs" \
--avoid "Skip discussion of tooling choices, minimize meeting logistics"
Output Structure
The command produces a structured summary following this template:
1. TL;DR Section
- **Format**: Emoji-prefixed bullet points (3-8 items)
- **Content**: Core decisions, key outcomes, critical info
- **Tone**: Scannable, action-oriented, high signal-to-noise
2. Detailed Breakdown
- **Format**: Topic-organized subsections with emoji headers
- **Content**: Organized by theme/domain/workstream
- **Structure**: Each subsection contains:
- Context/background bullets
- Decisions made
- Action items or next steps
- Open questions or risks
3. Optional Sections (if applicable)
- **Action Items**: Explicitly called-out tasks with owners
- **Decisions**: Formalized decision log
- **Open Questions**: Unresolved items requiring follow-up
- **Next Steps**: Immediate priorities
Style Preset Details
Technical Style
emphasis:
- Architecture patterns and system design
- Performance characteristics and trade-offs
- Implementation details and constraints
- Security and reliability considerations
tone:
- Dense technical vocabulary
- Precise terminology
- Include metrics and measurements
avoid:
- Business justifications
- High-level platitudes
- Process discussions
Executive Style
emphasis:
- Strategic outcomes and business impact
- Resource allocation and timeline
- Risk assessment and mitigation
- Cross-functional dependencies
tone:
- Business-focused language
- ROI and value propositions
- Clear decision rationale
avoid:
- Implementation minutiae
- Technical jargon without context
- Low-level code discussion
Action Items Style
emphasis:
- Who does what by when
- Blockers and dependencies
- Immediate next steps
- Accountability assignments
tone:
- Imperative verbs
- Clear ownership
- Explicit timelines
avoid:
- Background discussion
- Exploratory tangents
- Historical context
Developer Style
emphasis:
- Code changes and implementation approach
- API contracts and interfaces
- Testing strategy and coverage
- Debugging and troubleshooting
tone:
- Code-centric language
- Concrete examples
- Tool and framework references
avoid:
- Business strategy
- Abstract architecture theory
- Meeting meta-discussion
Balanced Style (Default)
emphasis:
- Mix of strategic and tactical
- Context + decisions + actions
- Key takeaways for all audiences
- Both "why" and "how"
tone:
- Accessible to multiple roles
- Balance detail and clarity
- Preserve important nuance
avoid:
- Extremes in either direction
- Redundant information
- Tangential discussions
Guidance Best Practices
Effective Positive Guidance (--emphasize)
- "Highlight security concerns and compliance requirements"
- "Focus on performance optimization decisions and benchmarks"
- "Emphasize user experience trade-offs and design rationale"
- "Call out technical debt and refactoring priorities"
- "Preserve specific metrics, timelines, and commitments"
Effective Negative Guidance (--avoid)
- "Skip meeting logistics and scheduling discussion"
- "Minimize tool bikeshedding, focus on architecture"
- "De-emphasize exploratory tangents without conclusions"
- "Exclude off-topic discussions about [specific topic]"
- "Omit historical context, focus on forward decisions"
Processing Instructions
When executing this command, follow these steps:
1. Content Analysis
- Read the full transcript/meeting notes
- Identify key themes, decisions, and discussion threads
- Extract action items, owners, and timelines
- Flag open questions and unresolved issues
2. Apply Style & Guidance
- Use the specified `--style` preset as baseline
- Integrate `--emphasize` guidance to prioritize content
- Apply `--avoid` guidance to filter or de-emphasize
- Resolve conflicts by prioritizing explicit guidance over presets
3. Structure Generation
- Create TL;DR section (3-8 bullet points)
- Organize detailed breakdown by logical themes
- Use emoji prefixes for visual scanning:
- ⏱️ Time/schedule/deadline
- 🧮 Technical/architecture/design
- 🛡️ Security/reliability/safety
Read more
namespace: aiwg name: summarize-transcript platforms: [all] description: Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document
Summarize Transcript or Meeting
Analyze and summarize a transcript, meeting notes, or discussion thread into a clear, actionable document.
Usage
/summarize-transcript <path-to-transcript-or-paste-content> [--style <style-preset>] [--emphasize "<guidance>"] [--avoid "<guidance>"]
Parameters
- `<content>`: Path to transcript file OR paste content directly
- `--style <preset>`: Optional style preset (default: `balanced`)
- `technical`: Dense technical detail, architecture-focused
- `executive`: High-level strategic, business-focused
- `action-items`: Task-oriented, next-steps focused
- `developer`: Code-centric, implementation details
- `balanced`: Mix of strategic and technical
- `--emphasize "<text>"`: Positive guidance - what to highlight, tone to adopt
- `--avoid "<text>"`: Negative guidance - what to de-emphasize or exclude
Examples
Basic Usage
/summarize-transcript meeting-notes.txt
With Style Preset
/summarize-transcript standup-transcript.md --style action-items
With Positive Guidance
/summarize-transcript design-review.txt --emphasize "Focus on security decisions and data privacy concerns"
With Negative Guidance
/summarize-transcript brainstorm-session.txt --avoid "Skip bikeshedding about naming, focus on architectural decisions"
Combined Guidance
/summarize-transcript architecture-meeting.md \ --style technical \ --emphasize "Highlight consensus mechanisms and performance trade-offs" \ --avoid "Skip discussion of tooling choices, minimize meeting logistics"
Output Structure
The command produces a structured summary following this template:
1. TL;DR Section
- **Format**: Emoji-prefixed bullet points (3-8 items)
- **Content**: Core decisions, key outcomes, critical info
- **Tone**: Scannable, action-oriented, high signal-to-noise
2. Detailed Breakdown
- **Format**: Topic-organized subsections with emoji headers
- **Content**: Organized by theme/domain/workstream
- **Structure**: Each subsection contains:
- Context/background bullets
- Decisions made
- Action items or next steps
- Open questions or risks
3. Optional Sections (if applicable)
- **Action Items**: Explicitly called-out tasks with owners
- **Decisions**: Formalized decision log
- **Open Questions**: Unresolved items requiring follow-up
- **Next Steps**: Immediate priorities
Style Preset Details
Technical Style
emphasis: - Architecture patterns and system design - Performance characteristics and trade-offs - Implementation details and constraints - Security and reliability considerations tone: - Dense technical vocabulary - Precise terminology - Include metrics and measurements avoid: - Business justifications - High-level platitudes - Process discussions
Executive Style
emphasis: - Strategic outcomes and business impact - Resource allocation and timeline - Risk assessment and mitigation - Cross-functional dependencies tone: - Business-focused language - ROI and value propositions - Clear decision rationale avoid: - Implementation minutiae - Technical jargon without context - Low-level code discussion
Action Items Style
emphasis: - Who does what by when - Blockers and dependencies - Immediate next steps - Accountability assignments tone: - Imperative verbs - Clear ownership - Explicit timelines avoid: - Background discussion - Exploratory tangents - Historical context
Developer Style
emphasis: - Code changes and implementation approach - API contracts and interfaces - Testing strategy and coverage - Debugging and troubleshooting tone: - Code-centric language - Concrete examples - Tool and framework references avoid: - Business strategy - Abstract architecture theory - Meeting meta-discussion
Balanced Style (Default)
emphasis: - Mix of strategic and tactical - Context + decisions + actions - Key takeaways for all audiences - Both "why" and "how" tone: - Accessible to multiple roles - Balance detail and clarity - Preserve important nuance avoid: - Extremes in either direction - Redundant information - Tangential discussions
Guidance Best Practices
Effective Positive Guidance (--emphasize)
- "Highlight security concerns and compliance requirements"
- "Focus on performance optimization decisions and benchmarks"
- "Emphasize user experience trade-offs and design rationale"
- "Call out technical debt and refactoring priorities"
- "Preserve specific metrics, timelines, and commitments"
Effective Negative Guidance (--avoid)
- "Skip meeting logistics and scheduling discussion"
- "Minimize tool bikeshedding, focus on architecture"
- "De-emphasize exploratory tangents without conclusions"
- "Exclude off-topic discussions about [specific topic]"
- "Omit historical context, focus on forward decisions"
Processing Instructions
When executing this command, follow these steps:
1. Content Analysis
- Read the full transcript/meeting notes
- Identify key themes, decisions, and discussion threads
- Extract action items, owners, and timelines
- Flag open questions and unresolved issues
2. Apply Style & Guidance
- Use the specified `--style` preset as baseline
- Integrate `--emphasize` guidance to prioritize content
- Apply `--avoid` guidance to filter or de-emphasize
- Resolve conflicts by prioritizing explicit guidance over presets
3. Structure Generation
- Create TL;DR section (3-8 bullet points)
- Organize detailed breakdown by logical themes
- Use emoji prefixes for visual scanning:
- ⏱️ Time/schedule/deadline
- 🧮 Technical/architecture/design
- 🛡️ Security/reliability/safety
Multi-agent AI framework for Claude Code, Copilot, Cursor, Warp, and 6 more platforms 200+ agents, 109+ CLI commands, 400+ deployable agent/skill/command/rule artifacts, 8 core frameworks, 32 addons, and a 40-plugin Claude Code marketplace.
Repo: jmagly/aiwg
Other skills on aiwg.
- /agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Open skill - /agent-loop
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Open skill - /auto-test-execution
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Open skill - /cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops
Open skill - /debug-memory
Query and manage the executable feedback debug memory
Open skill - /execute-feedback
Execute tests on generated code and iterate until passing
Open skill

