Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,16 @@ renaming a repo-owned skill, update this table in the same change.
| `/grill-with-docs` | Grill a plan and capture decisions as ADRs + glossary as you go |
| `/grilling` | The relentless plan/design interview engine (used by `/grill-me` and `/grill-with-docs`) |
| `/handoff` | Write a structured handoff document so the next agent starts with context |
| `/improve-codebase-architecture` | Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick |
| `/learn-procedure` | Capture a repeatable task procedure from just-completed work as a durable, queryable memory node so the steps are recalled automatically next time |
| `/learn-this` | Teach a topic and persist it as queryable vault memory, grounded in NotebookLM (vault-native companion to `/teach`) |
| `/linear-slice` | Decompose a plan into dependency-ordered Linear issues (tracer-bullet slices) and release them into the dispatch pipeline |
| `/onboard` | Onboard the current project into Deus code intelligence (codegraph + code_search indexing) |
| `/preferences` | View or modify Deus user preferences |
| `/preserve` | Save durable memories from the current conversation |
| `/project-settings` | View or modify external project memory settings |
| `/prototype` | Build a throwaway prototype to validate a state model or UI direction |
| `/quiz-me` | Use right after writing or editing code to quiz the user on what was just built and confirm they understand it |
| `/resolving-merge-conflicts` | Disciplined resolution of an in-progress git merge/rebase conflict |
| `/resume` | Load recent work and memory context |
| `/review-logs` | Review Deus system health logs |
Expand Down
Loading