get_index_summary
Gain situational awareness by retrieving a high-level summary of all epics with story counts broken down by status.
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 | |||