ask-matt

Routes development situations to the appropriate skill or workflow in the repository.

Updated May 9, 2024
One-click install
npx skills add https://github.com/AceCodePt/dotfiles --skill ask-matt-acecodept
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-matt
Source: https://github.com/AceCodePt/dotfiles/tree/main/.config/opencode/flows/ask-matt
Command: npx skills add https://github.com/AceCodePt/dotfiles --skill ask-matt-acecodept

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a repository contains many AI skills and flows, it is hard to remember which one fits the current situation. This Skill acts as a router that maps your situation — a new idea, a bug, a merge conflict, a foggy greenfield effort — to the right skill or flow. ## Core Features & Use Cases - Main flow routing: Guides work from idea to ship via /grill-with-docs, orch task draft, /implement, /tdd, and /code-review. - On-ramp selection: Directs incoming bugs and requests to /triage, hard bugs to /diagnosing-bugs, and huge foggy efforts to /wayfinder. - Phase boundary decisions: Provides an ordered decision tree (Continue, /clear, /handoff, subagent, /compact) for managing context between work phases, detailed in PHASE-BOUNDARIES.md. - Use Case: You have a vague feature idea and don't know where to start. Ask which skill fits, and get routed to /grill-with-docs to sharpen the idea, then to orch task draft and /implement to build it. ## Quick Start Ask which skill or flow fits your current situation, describing whether you have a new idea, a bug, incoming requests, or a large unclear project.

Frequently Asked Questions about ask-matt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right AI skill for my task?▼

Describe your situation — a new idea, a bug, incoming requests, or a large unclear effort — and the router maps it to a skill. New ideas go to /grill-with-docs, hard bugs to /diagnosing-bugs, and huge foggy projects to /wayfinder.

When should I use /compact versus /clear between work phases?▼

Use /clear when the current context is irrelevant to what comes next, since it is the cheapest option. Use /compact when the context is still relevant but you need room, passing an instruction so the summary keeps what the next phase needs.

What is the difference between /grill-me and /grill-with-docs?▼

Both run the same interview primitive, but /grill-with-docs is stateful, saving CONTEXT.md and ADRs in a working directory. Use /grill-me only when there is no repository to leave a paper trail in.

When should I use /handoff instead of a subagent?▼

Use /handoff only when work must travel: switching harnesses, moving directories, sending to a colleague, or forking a mid-phase side task. Use a subagent when a tightly scoped task can run unattended and report back.

Should I triage tasks created by orch task draft?▼

No. Tasks produced by orch task draft from a grilling session are already agent-ready. Triage is only for work you did not create, such as bug reports and incoming feature requests.