ask-matt

Routes engineering situations to the appropriate skill or workflow in this repository.

7|1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/J0Jng/MathModelingAgents --skill ask-matt-j0jng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-matt
Source: https://github.com/J0Jng/MathModelingAgents/tree/main/.claude/skills/engineering/ask-matt
Command: npx skills add https://github.com/J0Jng/MathModelingAgents --skill ask-matt-j0jng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you have a task but don't know which skill or workflow fits, this router maps your situation—idea, bug, triage backlog, or foggy greenfield project—to the right skill in the repo. ## Core Features & Use Cases - Main flow routing: Guides idea-to-ship work through grilling, spec, tickets, and implementation skills. - On-ramp detection: Directs bugs to diagnosing, incoming requests to triage, and huge foggy efforts to wayfinder. - Session management advice: Explains when to use handoff versus compact to cross context windows. - Use Case: You have a vague feature idea and a codebase; ask which skill to start with and get routed to the grilling flow, then to spec and tickets. ## Quick Start Ask which skill fits your current situation, for example: I have a bug that only fails intermittently, which skill should I use?

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—an idea, a bug, a pile of requests, or a foggy large effort—and this router maps it to the matching skill. Ideas go to the grilling flow, bugs to diagnosing, incoming requests to triage, and huge unclear efforts to wayfinder.

What skill should I use for a multi-session feature build?▼

Multi-session builds route to the spec and tickets flow: turn the thread into a spec, split it into tracer-bullet tickets with blocking edges, then implement each ticket in a fresh context. Single-session work goes straight to implementation.

When should I use handoff instead of compact?▼

Use handoff when you want a fresh session while preserving the current conversation as a markdown file, such as branching into a prototype. Use compact to stay in the same conversation at intentional breaks between phases.

Can this router run automatically without me asking?▼

No. Model invocation is disabled, so it only runs when you explicitly invoke it. It is a manual routing aid, not an automatic dispatcher.

What should I run before using these engineering skills?▼

Run the setup skill first to configure the issue tracker, triage labels, and doc layout the other skills assume. Custom issue trackers are also supported.