prompts/list and prompts/get protocol. Prompts compose existing tools; they contain no database queries or business logic.
Prompt catalog
| Prompt | Arguments | Purpose |
|---|---|---|
briefing | project? | Start-of-session overview |
debrief | (none) | End-of-session extraction |
project_context | project (required) | Deep context for a single project |
briefing
Gathers commitments, blockers, overdue items, stale work, and recent decisions into a structured summary. Tools called:commitments, blockers, overdue, stale_commitments, recall
Output sections: Overdue, Blockers, Open Commitments, Stale items, Recent Decisions, Suggested focus.
Protocol:
debrief
Scans the current conversation for decisions, commitments, blockers, and learnings. Persists each as a structured memory and resolves completed items. Tools called:remember, resolve, recall, commitments
project_context
Retrieves everything scoped to one project: memories, commitments, blockers, overdue items, and recent decisions. Tools called:recall, commitments, blockers, overdue
Client compatibility
| Client | Discovery | Invocation |
|---|---|---|
| Claude Desktop | prompts/list | @ menu or natural language |
| Claude Code | prompts/list | Natural language |
| Cursor | prompts/list | @ mention |
| ChatGPT | Not supported | Custom instructions workaround |