Engineering
Ask Matt
Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
Ask Matt
You don't remember every skill, so ask.
The main flow: idea → ship
The route most work travels. You have an idea and want it built.
/grill-with-docs— sharpen the idea by interview. Start here when you have a codebase.- Branch — can you settle every question in conversation? If a question needs a runnable answer, detour through a prototype, bridged by
/handoffin both directions. - Branch — is this a multi-session build?
- Yes →
/to-prd→/to-issues→/implement(one session per issue). - No →
/implementright here, in the same context window.
- Yes →
On-ramps
- Bugs and requests piling up →
/triage. It moves issues through triage roles and produces agent-ready issues.
Codebase health
/improve-codebase-architecture— run whenever you have a spare moment to keep the codebase good for agents to operate in.
Crossing sessions
/handoff— compact the conversation into a markdown file for a fresh session./compact(built-in) — stay in the same conversation, letting earlier turns be summarized.
Standalone
/grill-me— the same relentless interview as/grill-with-docs, but for when you have no codebase./teach— learn a concept over multiple sessions./writing-great-skills— reference for writing and editing skills well.