Slicewise

A disciplined loop for implementing, fixing, refactoring, or unblocking a single feature or slice in an existing codebase. Reads the relevant docs/specs first and reports drift before coding, splits work into small file-disjoint commit units, and for each unit runs a build/test gate then dispatches two independent reviewers in parallel and reconciles their findings before handing off a commit you run yourself (it never auto-commits). Use when the user says things like "implement this feature", "add this API", "fix this bug", "refactor this", "finish this slice", or "this PR/merge is stuck". Not for one-line typo fixes (answer directly), and not for the initial mass-scaffold of an entire API layer (use a fan-out authoring harness instead).

ccplugins e99b177 9.4 KB Updated

File contents

ccplugins/awesome-claude-code-plugins/tree/main/plugins/slicewise/skills/slicewise commit e99b177599

Frequently asked questions

npx skillmds@latest add ccplugins/slicewise