User storiesDrop the story in as written, acceptance criteria and all. The agent plans against the criteria, and Review checks them off box by box.STORY IN · PR OUT
Change requestsPaste the request from a customer or a colleague. The agent scopes it, names the risks, and asks before touching anything shared.SCOPED BEFORE BUILT
Support ticketsForward the ticket. The agent reproduces the complaint, traces it to its cause, and files the fix with the ticket linked.TICKET · CAUSE · FIX
Bug triagePaste the report. The agent reproduces, bisects and proposes the fix; you approve at Review.REPRODUCE · BISECT · FIX
PR review backlogHand it the queue. Each pull request becomes a card with the risks named; you decide the merge.ONE CARD PER PR
Migrations and refactorsLong, mechanical, dangerous. Worktree isolation and stage gates make them boring: the agent grinds, you approve.ISOLATED WORKTREE
Docs that stay trueCards update the docs they touched at Close, and Verify catches the drift the next change causes.CLOSE WRITES DOCS
Test coveragePoint it at the gaps: it writes the specs, Verify runs them, and the diff shows what is actually covered.VERIFY RUNS THE SUITE