| Core idea | Encode the full senior-engineering lifecycle as skills | A complete development methodology built on composable skills | One expert’s Claude Code workflow, open-sourced |
| Organizing principle | SDLC phases (Define → Ship) behind a meta-skill router | A single disciplined loop: brainstorm, plan, execute, review | A curated toolbox of focused, composable commands |
| Catalog size | 24 skills across the whole lifecycle | ~14 skills, deep on the inner build loop | ~30 skills, grouped by area |
| Lifecycle coverage | Broad: idea → API/UI → security → perf → CI/CD → observability → launch | Deep but narrow: TDD, debugging, planning, review, skill authoring | Define & Build heavy: grilling, PRDs, issues, TDD, triage |
| Distinctive mechanisms | Anti-rationalization tables + Red Flags in every skill; parallel review personas; reference checklists; a three-tier eval framework in CI | Subagent-driven development with a task reviewer and fix loop; git-worktree isolation; skills-that-write-skills | The grilling primitive; seam-based TDD; explicit user- vs model-invoked split |
| Quality measurement | Trigger, routing & behavioral evals against the catalog (some in CI) | Pressure-testing is core; the eval suite lives in a separate repo | None shipped in-repo |
| Best for | Driving a feature through every phase with a checkpoint at each | Long, autonomous, reasoning-heavy or exploratory work | A pragmatic, battle-tested daily loop - strongest at requirements & TDD |