Briefing
Start-of-session overview. Gathers commitments, blockers, overdue items, stale work, and recent decisions.“Run my briefing”
“Give me a briefing for the engram project”What it does:
- Fetches all open commitments (including deferred)
- Checks for blockers
- Finds overdue items past their deadline
- Surfaces commitments with no activity in 7+ days
- Recalls recent decisions for context
| Argument | project (optional) |
| Tools called | commitments, blockers, overdue, stale_commitments, recall |
Debrief
End-of-session extraction. Reviews the conversation and persists decisions, commitments, blockers, and learnings.“Run my debrief”
“Debrief this session before I close”What it does:
- Scans the conversation for decisions, commitments, blockers, and learnings
- Persists each as a structured memory with the right type and project tag
- Resolves any commitments completed during the session
- Summarizes what was captured
| Arguments | None |
| Tools called | remember, resolve, recall, commitments |
Project Context
Deep dive into a single project. Retrieves everything scoped to one project in one pass.“Get me the full context for the engram project”What it does:
- Fetches recent project-specific memories
- Lists all commitments (including deferred)
- Checks for blockers and overdue items
- Surfaces architectural and strategic decisions
| Argument | project (required) |
| Tools called | recall, commitments, blockers, overdue |
How to invoke
Claude Desktop / Claude.ai
Open the prompt picker with the@ menu or paperclip icon, select the 3ngram prompt, and fill in arguments. Or just ask naturally:
“Run my briefing for engram”
Claude Code CLI
Ask in natural language:“Run my briefing”
“Debrief this session”
Cursor
Use@ mention to pick the MCP server:
“@3ngram run my briefing”
ChatGPT
ChatGPT doesn’t expose MCP prompt templates natively. See Connecting Clients for the custom instructions workaround.Platform support
| Feature | Claude Desktop | Claude Code | Cursor | ChatGPT |
|---|---|---|---|---|
| Prompt discovery (auto) | Yes | Yes | Yes | No |
| Briefing | Yes | Yes | Yes | Via custom instructions |
| Debrief | Yes | Yes | Yes | Via custom instructions |
| Project Context | Yes | Yes | Yes | Via custom instructions |