ask-matt

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

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/dulltackle/kangkang-skills --skill ask-matt-dulltackle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-matt
Source: https://github.com/dulltackle/kangkang-skills/tree/main/ask-matt
Command: npx skills add https://github.com/dulltackle/kangkang-skills --skill ask-matt-dulltackle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a repository contains many skills for planning, building, and reviewing software, it is hard to remember which one fits the current situation. This Skill acts as a router: describe your situation and it maps you to the right skill or multi-step flow. ## Core Features & Use Cases - Flow routing: Maps the main idea-to-ship path (grill-with-docs, to-spec, to-tickets, implement) plus on-ramps like triage, diagnosing-bugs, and wayfinder. - Phase boundary guidance: Decides between continue, clear, handoff, subagent, or compact at the boundary between work phases, using the decision tree in PHASE-BOUNDARIES.md. - Use Case: You have a vague feature idea and a bug report piling up. Ask which skill fits, and get directed to /grill-with-docs for the idea and /triage for the incoming bug reports. ## Quick Start Ask which skill or flow fits your current situation, for example: I have a half-formed feature idea in this repo, where do I start?

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 skill for my development task?

Describe your current situation and the router maps it to a skill or flow. Ideas in a working directory route to /grill-with-docs, incoming bug reports route to /triage, and large foggy projects route to /wayfinder.

What is the main idea-to-ship workflow for AI coding agents?

The main flow runs /grill-with-docs to sharpen the idea, optionally detours through /prototype for runnable questions, then /to-spec and /to-tickets for multi-session builds, and finally /implement per ticket with /code-review before committing.

When should I compact versus clear the context window?

Clear when the current context is irrelevant to what comes next, since it is the cheapest move. Compact when the context stays relevant, you are in the same harness and directory, and you need to stay in the loop; it is the default at the bottom of the decision tree.

When should I use handoff instead of a subagent?

Use /handoff only when work must travel: a new harness, a new directory, a colleague, or forking a side task mid-phase. Use a subagent when a tightly scoped task can run unattended and report back to the same session.

What are the limitations of a skill router?

The router only selects among skills present in the repository and does not execute the work itself. Its phase-boundary decisions are judgement calls, so the same boundary can reasonably go two ways depending on context.