add_session_summary
Capture your coding session's accomplishments, remaining tasks, blockers, and touched features to let future sessions continue where you left off.
Instructions
Call this at the END of every coding session. Summarize what you accomplished, what is left to do, and any blockers. List all features you touched. The next AI session will read this summary to continue where you left off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Summary of the session: what was done, what is remaining, any blockers or open questions | |
| features_touched | Yes | Array of feature slugs that were worked on in this session. In repo-local multi-repo projects these may be repo-prefixed (for example "web--authentication"). |