ask-matt

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

1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/jwh3times/holland-vip --skill ask-matt-jwh3times
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-matt
Source: https://github.com/jwh3times/holland-vip/tree/main/.agents/skills/ask-matt
Command: npx skills add https://github.com/jwh3times/holland-vip --skill ask-matt-jwh3times

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 that maps your starting situation to the right skill or multi-step flow. ## Core Features & Use Cases - Main flow routing: Guides idea-to-ship work through grilling, prototyping, specs, tickets, implementation, and shipping. - On-ramp selection: Directs bug reports, broken behavior, and large foggy efforts to triage, diagnosis, or wayfinding flows. - Phase boundary decisions: Provides an ordered decision tree for choosing between continue, clear, handoff, subagent, or compact at phase boundaries. - Use Case: You have a vague feature idea and a working directory; ask which skill to use, and get routed to the grilling flow, then to spec, tickets, and implementation. ## Quick Start Ask which skill fits your current situation, for example by describing that you have a new feature idea and want to know where to 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 task?▼

Describe your starting situation, such as a new idea, a bug report, or a broken feature, and the router maps it to the matching skill or flow. The main flow covers idea-to-ship work, while on-ramps handle triage, diagnosis, and large foggy efforts.

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

Both run the same interview primitive, but grill-with-docs is stateful and records findings in CONTEXT.md and ADRs inside 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, since clearing relevant context loses the reasoning behind decisions.

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 side task forked mid-phase. Use a subagent when a tightly scoped task can run unattended and report back within the same setup.

What are the limitations of a skill router?▼

The router only points to skills that exist in the repository and relies on judgment calls at phase boundaries, which are not objective. It does not execute the underlying work itself; each routed skill must be invoked separately.