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-issuesSkills in this plugin
- ▌ tdd · samyakjhaveri bundleGuides test-driven development with a red-green-refactor loop, emphasizing behavior-focused tests and vertical slicing over horizontal test writing.
- ▌ to-prd · samyakjhaveriSynthesizes the current conversation and codebase context into a structured PRD and publishes it to the project issue tracker with a triage label.
- ▌ triage · samyakjhaveri bundleTriage issues through a state machine driven by triage roles, including gathering context, recommending actions, and applying outcomes.
- ▌ diagnose · samyakjhaveriRuns a disciplined debugging loop for hard bugs and performance regressions, covering reproduction, hypothesis testing, instrumentation, fixing, and regression testing.
- ▌ zoom-out · samyakjhaveriProvides a higher-level map of relevant modules and callers using the project's domain glossary when you're unfamiliar with a code area.
- ▌ prototype · samyakjhaveri bundleBuilds 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.
- ▌ to-issues · samyakjhaveriBreaks a plan, spec, or PRD into independently-grabbable issues using tracer-bullet vertical slices, then publishes them to the project issue tracker.