From qe-framework
Summarizes session work with completed tasks and technical state. Use for status reports or session handoffs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qe-framework:QsummaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates a high-density summary of the current session to ensure the user and future agents understand the progress and momentum.
Generates a high-density summary of the current session to ensure the user and future agents understand the progress and momentum.
Gather the following high-signal data:
.qe/state/unified-state.json for token usage and tool call counts..qe/tasks/completed/ for recently finished TASK_REQUEST titles..qe/context/sessions/{sid}/SNAPSHOT_SUMMARY.md for the active sid (if available) for the current "vibe" and technical state. The 8-char sid comes from the [Session] sid:XXXXXXXX marker in SessionStart additionalContext.Use the Haiku model to synthesize the data into a maximum of 5-7 lines. Focus on:
Display the summary in a clean markdown block:
## 🍎 Session Summary [Date]
- **Achievements**: [What was done]
- **Architectural Shift**: [Why/How it changed]
- **Current State**: [Token status / Momentum]
- **Next Steps**: [Pending tasks]
.qe/ directory.npx claudepluginhub inho-team/qe-framework --plugin qe-frameworkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.