The summarize-session skill provides a standardized framework for documenting progress during a coding session without altering the repository state. By automatically analyzing git history, file changes, and test results, it creates a detailed manifest that includes implementation narratives, architectural notes, and explicit specification divergences. This skill is essential for teams using multi-agent orchestration or parallel worktrees, ensuring that handoffs between agents or human developers are seamless, context-rich, and auditable.
주요 기능
01Persistent file-based summary storage for asynchronous review
02Automated git diff and file change analysis
032 GitHub stars
04Standardized handoff templates for agent orchestration
05Integration with testing frameworks like pytest and pnpm
06Detailed specification divergence tracking against original requirements