skills/skills/engineering
2026-05-06 09:26:48 +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 Add structured sections for 'what-to-do' and 'supporting-info' in SKILL.md 2026-04-30 12:38:11 +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 Add prototype skill and related documentation for interactive design exploration 2026-05-06 09:26:48 +01:00
setup-matt-pocock-skills Add GitLab as a first-class issue-tracker option 2026-04-29 08:21:19 +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 Add prototype skill and related documentation for interactive design exploration 2026-05-06 09:26:48 +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 Add prototype skill and related documentation for interactive design exploration 2026-05-06 09:26:48 +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 flush out a design — either a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.