2 min read
Operational Routing
skill-creator for new skills; loop-me for recurring work discovery; Kevin's engineering flow for plan/spec/prototype/issue/test loops; yeet for ship flow; ensure-repo-license before public repo publication; project-briefing and daily-bugfix-check for maintenance.
Operational triggers: Source: Skill Resolver, 2026-05-31
| Trigger | Skill |
|---|---|
| Create skill / tighten skill / prune no-op instructions | skill-creator |
| Create Cursor rule | create-rule |
| Choose Kevin's engineering flow | kevin-engineering-flow |
| Set up repo issue/domain config for Kevin's engineering flow | setup-kevin-engineering-flow |
| Pre-PRD planning / stress-test | grill-with-docs |
| Domain terms / CONTEXT.md / ADRs | domain-modeling |
| Throwaway LOGIC/UI prototype | prototype |
| Turn conversation into PRD/spec | to-prd |
| Break PRD/spec into vertical-slice issues | to-issues |
| Implement a specific PRD/issue/ticket | implement |
| Test-first red-green-refactor | tdd |
| Hard bug diagnosis / tight repro loop | diagnosing-bugs |
| Deep module / seam design | codebase-design |
| Architecture deepening report | improve-codebase-architecture |
| Issue/backlog/support triage | triage |
| Resolve merge/rebase conflicts | resolving-merge-conflicts |
| Find day-to-day work to delegate to AI | loop-me |
| Ship (commit+push+PR) | yeet |
| Public repo / MIT license audit | ensure-repo-license |
| Project briefing | project-briefing |
| Daily bugfix | daily-bugfix-check |
| Run automation | automations/ |
Timeline
- 2026-06-29 | Renamed the user-facing imported engineering router from
ask-matttokevin-engineering-flow, and the setup route fromsetup-matt-pocock-skillstosetup-kevin-engineering-flow; Matt Pocock remains provenance, not the live command surface. Source: User correction, 2026-06-29 - 2026-06-27 | Completed the source-imported engineering-flow routing that now lives as
kevin-engineering-flow, setup, implement, improve-codebase-architecture, and resolving-merge-conflicts. Source: github.com/mattpocock/skills commit5d78bd0903420f97c791f834201e550c765699f8 - 2026-06-25 | Expanded Browser Testing Skills routing from "create a skill" to "tighten/prune a skill" after Matt Pocock's no-op pruning thread: delete generic lines unless they change behavior in context. Source: X/@mattpocockuk, 2026-06-24
- 2026-06-25 | Added the Matt Pocock engineering-flow skills to operational routing: domain-modeling, prototype, to-prd, to-issues, tdd, diagnosing-bugs, codebase-design, and triage. Source: github.com/mattpocock/skills commit
8370e760d0251a3738e006aeacec6d1cb31dd208 - 2026-06-25 | Added Frontend and Design Skills as the operational route for discovering recurring day-to-day work that should become workflows, skills, or automations. Source: X bookmark reingest, 2026-06-25
- 2026-05-31 | Operational routing from SKILL-RESOLVER. Source: public wiki expansion, 2026-05-31
- 2026-06-17 | Added explicit routes for grill-with-docs and ensure-repo-license after resolver audit. Source: section audit, 2026-06-17