skills/skills/engineering
2026-05-13 14:05:18 +01:00
..
diagnose Add setup-matt-pocock-skills; rename github-triage to triage; migrate engineering skills to vague prose 2026-04-28 16:33:37 +01:00
grill-with-docs Clarify purpose of CONTEXT.md to emphasize it as a glossary, removing implementation details 2026-05-13 14:05:18 +01:00
improve-codebase-architecture Add setup-matt-pocock-skills; rename github-triage to triage; migrate engineering skills to vague prose 2026-04-28 16:33:37 +01:00
prototype Fix typo in prototype skill description for clarity 2026-05-12 08:36:19 +01:00
setup-matt-pocock-skills Update issue listing command in GitLab documentation for clarity 2026-05-07 07:20:57 +01:00
tdd Add setup-matt-pocock-skills; rename github-triage to triage; migrate engineering skills to vague prose 2026-04-28 16:33:37 +01:00
to-issues Add prototype skill and related documentation for interactive design exploration 2026-05-06 09:26:48 +01:00
to-prd Update triage label in PRD writing instructions to 'ready-for-agent' 2026-05-06 16:07:58 +01:00
triage Swapped 'backlog' for 'issue tracker 2026-04-28 19:06:32 +01:00
zoom-out Add setup-matt-pocock-skills; rename github-triage to triage; migrate engineering skills to vague prose 2026-04-28 16:33:37 +01:00
README.md Fix typo in prototype skill description for clarity 2026-05-12 08:36:19 +01:00

Engineering

Skills I use daily for code work.

  • diagnose — Disciplined diagnosis loop for hard bugs and performance regressions: reproduce → minimise → hypothesise → instrument → fix → regression-test.
  • grill-with-docs — Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates CONTEXT.md and ADRs inline.
  • triage — Triage issues through a state machine of triage roles.
  • improve-codebase-architecture — Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/.
  • setup-matt-pocock-skills — Scaffold the per-repo config (issue tracker, triage label vocabulary, domain doc layout) that the other engineering skills consume.
  • tdd — Test-driven development with a red-green-refactor loop. Builds features or fixes bugs one vertical slice at a time.
  • to-issues — Break any plan, spec, or PRD into independently-grabbable GitHub issues using vertical slices.
  • to-prd — Turn the current conversation context into a PRD and submit it as a GitHub issue.
  • zoom-out — Tell the agent to zoom out and give broader context or a higher-level perspective on an unfamiliar section of code.
  • prototype — Build a throwaway prototype to flesh out a design — either a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.