Skip to content
CribScore
← Back to changelog

Changelog

AddedDevX

Development workflow with vendored Pocock skills

Codified the 6-step Matt Pocock workflow plus eight vendored skills as the single entry point for every CribScore change.

CLAUDE.md now anchors a 6-step workflow that runs from grilling an idea, writing a PRD, planning with personas, slicing into vertical issues, building in parallel, and archiving on merge. Eight skills are vendored at .claude/skills/: /grill-me, /grill-with-docs, /prototype, /to-prd, /to-issues, /tdd, /handoff, /improve-codebase-architecture. Hard rules cover token budgets, TDD timing, fresh-context review, vertical slicing, release discipline, and trust-surface invariants.

workflowskillsclaude-mdtdd
Pull requests#15
Commitsbdcc844

Related changes

AddedDevX

START.md workflow scaffold

Anchored the contributor entry point with a single START.md that explains where every workflow doc lives.