A Claude Code plugin that turns a prompt into a reviewed pull request, one checkable artefact at a time.
Author, open source (MIT)
A Node hook filters every prompt in under 100 ms and classifies intent, then hands off to a chain of agents: prompt rewriting, regression-risk analysis, implementation in an isolated git worktree, verification, tests, pull request, review.
The approach
The point is not autonomy. Every step leaves an artefact a human can check before the next one runs — a spec, a risk report, a diff, a test run, a PR.
Key features
Sub-100 ms prompt hook with intent classification
Work happens in a disposable git worktree, never on your branch