Modules · Powers
Build and ship
The code. Worktrees, pull-request review, API collections, deploy checks, plan specs, releases.
The engineering loop: plan in a spec, work in a worktree, review the pull request, verify the deploy. Run a skill as /agent-kevin:<name> in Claude Code or $<name> in Codex.
| Capability | What it does | Skills and tools |
|---|---|---|
| Worktrees | Parallel agents on one repo: sibling worktrees created, bootstrapped with your local config, and torn down. | setup-worktree tools: setup_worktree, list_worktrees, remove_worktree |
| Pull-request review | An adversarial review of a teammate’s PR across correctness, security, regressions, and tests, verified against the code and the local build, with comments ready to paste at file and line. Reply mode judges every thread on your own PR. Once it lands, a deploy health check verifies the rollout. | pr-review tools: github_pr_view, github_pr_diff, github_pr_checks, github_pr_comments, github_run_log |
| API collections | Requests drafted as Bruno collections, or plain curl, that you fire from your own client. | api-collections tools: curl_run |
| Deploy health check with a deployment | Post-deploy verification anchored on the commit, with a canary traced through the changed code, or a standing sweep across the whole system. Pass, warn, or fail per check, read-only, saved as a report. | health-check |
| Plan specs | An intent turned into a spec and a plan before any code is written. | plan-spec |
| Simplify | A change or an area reviewed and made simpler, without changing what it does. | simple-simplify |
| Flow audits with a deployment | A critical flow (onboarding, identity verification, a rate-limited endpoint) audited end to end against its spec and its live data, with findings and fix prompts. | kyc-flow-audit rate-endpoint-audit |
| Tests, from the session with a deployment | The repo’s own test commands discovered and run from inside the session, results read back. | tools: testing_commands, testing_run |
| GitHub, from the session | Issues, pull-request lists, workflow runs, and fast-forwards without leaving the terminal. | tools: github_issue_list, github_issue_view, github_pr_list, github_run_list, github_fast_forward |
| Release and upgrade | Versioned releases with an upgrade contract; a home reconciled after every update. | release upgrade tools: run_upgrade |
The loop, in order
plan-specturns an intent into a spec and a plan before code.setup-worktreegives each stream of work its own bootstrapped checkout, so parallel agents never collide.pr-reviewreviews a teammate's pull request adversarially, or replies to every thread on yours.health-checkverifies the rollout once it lands, with a canary traced through the changed code (with a deployment).releaseandupgradekeep every home on the current plugin.