ask-matt

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

Updated Apr 16, 2025
One-click install
npx skills add https://github.com/damoke012/eks_code --skill ask-matt-damoke012
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-matt
Source: https://github.com/damoke012/eks_code/tree/main/.claude-env/skills/ask-matt
Command: npx skills add https://github.com/damoke012/eks_code --skill ask-matt-damoke012

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a repository contains many skills, 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 - Main flow routing: Maps the idea-to-ship path through grilling, prototyping, spec writing, ticket splitting, implementation, and code review. - On-ramp guidance: Directs bug reports to triage, hard bugs to diagnosis, and large foggy efforts to the wayfinder flow. - Phase boundary decisions: Provides an ordered decision tree for choosing between continue, clear, handoff, subagent, or compact at session boundaries. - Use Case: You have a vague feature idea and a pile of incoming bug reports. Ask which skill fits, and get routed to the grilling flow for the idea and the triage flow for the reports. ## Quick Start Ask which skill or flow fits your current situation, describing what you are trying to accomplish.

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 task?▼

Describe your situation and the router maps it to a skill or flow. Ideas to build go through the main flow of grilling, spec, tickets, and implementation, while bugs and incoming requests route to triage or diagnosis.

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

Both run the same interview primitive, but grill-with-docs is stateful and saves 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 compact instead of clearing context?▼

Compact when the context is still relevant, you are in the same harness and directory, and you need to stay in the loop. Clear only when everything in the session is disposable, and continue whenever the next phase needs the current context as a primary source.

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

Use handoff only when work must travel: a new harness, a new directory, a colleague, or a mid-phase side task. 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?▼

A router only points to skills that exist in the repository, so it cannot help with tasks no installed skill covers. Its routing quality also depends on how accurately you describe your situation.