session-summary

Generate a Markdown session summary with actions, decisions, and next steps.

5|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/SteveFeldman/agents-skills --skill session-summary-stevefeldman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-summary
Source: https://github.com/SteveFeldman/agents-skills/tree/main/skills/session-summary
Command: npx skills add https://github.com/SteveFeldman/agents-skills --skill session-summary-stevefeldman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill transforms lengthy conversation histories into concise, actionable summaries, ensuring no critical information is lost and providing a clear roadmap for future work.

Core Features & Use Cases

  • Comprehensive Session Review: Captures all key actions, decisions, and unresolved items.
  • Efficiency Analysis: Identifies areas of productivity and suggests process improvements.
  • Actionable Next Steps: Clearly defines prioritized tasks for subsequent sessions.
  • Use Case: After a complex debugging session, use this Skill to generate a summary detailing the root cause found, the fix implemented, any alternative solutions considered, and the specific steps needed to verify the fix in production.

Quick Start

Generate a summary for this session, including all actions, decisions, and next steps.

Frequently Asked Questions about session-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate meeting notes with action items and decisions from a conversation?

To generate meeting notes with action items, you can use a session summary tool that analyzes conversation history to capture chronological actions, record significant decisions, list open questions, and define prioritized next steps in a Markdown file.

What is the best way to document a debugging session's root cause and next steps?

Documenting a debugging session is best handled by summarizing the conversation history to detail the root cause found, the fix implemented, alternative solutions considered, and specific verification steps needed for production.

Can I extract a decision log and efficiency insights from chat history automatically?

Yes, you can automatically extract a decision log and efficiency insights by scoping the entire conversation history to identify areas of productivity, suggest process improvements, and record significant decisions alongside their alternatives.

How do I create a project management summary that includes open questions and next steps?

Creating a project management summary involves analyzing the full conversation scope to list unresolved open questions, evaluate efficiency, and output a structured Markdown file with prioritized next steps for subsequent work sessions.

Does generating a session summary require any external dependencies or scripts?

Generating a session summary requires no external dependencies, utilizing internal scripts to process the conversation history and output a Markdown file named with the session slug and timestamp.

What format does the session summary output use for documentation?

The session summary output uses a Markdown file format, specifically named session_{slug}_{timestamp}.md, to document actions, decisions, costs, efficiency insights, and next steps.