get_index_summary
Get a high-level summary of all epics and their story counts by status for situational awareness at session start, without reading every file.
Instructions
Get a high-level summary of all epics and their story counts broken down by status. Useful for situational awareness at the start of a session, without reading every file. Returns an array of {epic_id, title, status, counts: {status: n}, stories: [{story_id, status}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||