← all plugins

Pocock Engineering

by @samyakjhaveri · plugin · 7 skills

Engineering workflow skills from Matt Pocock's skills repo (triage, to-issues, to-prd, tdd, prototype, diagnose, grill-with-docs, improve-codebase-architecture, zoom-out). Covers issue lifecycle, TDD, prototyping, architectural review, domain grilling, and PRD generation. NOT for: daily development workflow — install individual skills as needed.

Install the whole plugin (CLI)
npx skillmds add samyakjhaveri/tdd npx skillmds add samyakjhaveri/to-prd npx skillmds add samyakjhaveri/triage npx skillmds add samyakjhaveri/diagnose npx skillmds add samyakjhaveri/zoom-out npx skillmds add samyakjhaveri/prototype npx skillmds add samyakjhaveri/to-issues
⬇ Download

Skills in this plugin

  1. tdd · samyakjhaveri bundle
    Guides test-driven development with a red-green-refactor loop, emphasizing behavior-focused tests and vertical slicing over horizontal test writing.
    0
    repo stars
  2. to-prd · samyakjhaveri
    Synthesizes the current conversation and codebase context into a structured PRD and publishes it to the project issue tracker with a triage label.
    0
    repo stars
  3. triage · samyakjhaveri bundle
    Triage issues through a state machine driven by triage roles, including gathering context, recommending actions, and applying outcomes.
    0
    repo stars
  4. diagnose · samyakjhaveri
    Runs a disciplined debugging loop for hard bugs and performance regressions, covering reproduction, hypothesis testing, instrumentation, fixing, and regression testing.
    0
    repo stars
  5. zoom-out · samyakjhaveri
    Provides a higher-level map of relevant modules and callers using the project's domain glossary when you're unfamiliar with a code area.
    0
    repo stars
  6. prototype · samyakjhaveri bundle
    Builds a throwaway prototype to answer a design question, choosing between a runnable terminal app for logic/state questions or multiple UI variations switchable from one route.
    0
    repo stars
  7. to-issues · samyakjhaveri
    Breaks a plan, spec, or PRD into independently-grabbable issues using tracer-bullet vertical slices, then publishes them to the project issue tracker.
    0
    repo stars