ask-matt

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

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/mst-software-vn/mst-checkscam --skill ask-matt-mst-software-vn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ask-matt
Source: https://github.com/mst-software-vn/mst-checkscam/tree/main/.claude/skills/ask-matt
Command: npx skills add https://github.com/mst-software-vn/mst-checkscam --skill ask-matt-mst-software-vn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you have many skills available, it is hard to remember which one fits your current situation. This Skill acts as a router that maps your starting situation to the right skill or sequence of skills. ## Core Features & Use Cases - Main flow routing: Guides idea-to-ship work through /grill-with-docs, /to-prd, /to-issues, and /implement with context hygiene rules. - On-ramp and standalone paths: Directs bug triage to /triage, codebase upkeep to /improve-codebase-architecture, and codebase-free planning to /grill-me. - Session bridging: Explains when to use /handoff versus /compact to cross context windows without losing work. - Use Case: You have a vague feature idea and a codebase; ask which skill to start with, and get routed to /grill-with-docs, then onward to /to-prd and /implement. ## Quick Start Ask which skill fits your situation, for example: I have a pile of incoming bug reports, 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 which skill to use for a new feature idea?▼

Start with /grill-with-docs if you have a codebase, since it sharpens the idea through interview and stores context in CONTEXT.md and ADRs. Without a codebase, use /grill-me, which is stateless.

What is the difference between handoff and compact?▼

Handoff compacts the conversation into a markdown file so you can open a fresh session referencing it, effectively forking context. Compact summarizes earlier turns while staying in the same conversation, best used at intentional phase breaks.

When should I use triage instead of to-issues?▼

Use /triage only for issues you did not create, such as incoming bug reports or raw feature requests. Issues produced by /to-issues are already agent-ready and should go straight to /implement.

Can I run implement in the same session as the planning steps?▼

Yes, for single-session builds you can run /implement in the same context window. For multi-session builds, split the PRD with /to-issues and start a fresh session per issue to keep context clean.

What should I do before running these workflow skills the first time?▼

Run /setup-matt-pocock-skills before your first engineering flow. It configures the issue tracker, triage labels, and documentation layout that the other skills assume.