AgentLayerdocs
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.

CapabilityWhat it doesSkills and tools
WorktreesParallel 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 reviewAn 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 collectionsRequests 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 specsAn intent turned into a spec and a plan before any code is written.plan-spec
SimplifyA 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 sessionIssues, 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 upgradeVersioned releases with an upgrade contract; a home reconciled after every update.release upgrade
tools: run_upgrade

The loop, in order

  1. plan-spec turns an intent into a spec and a plan before code.
  2. setup-worktree gives each stream of work its own bootstrapped checkout, so parallel agents never collide.
  3. pr-review reviews a teammate's pull request adversarially, or replies to every thread on yours.
  4. health-check verifies the rollout once it lands, with a canary traced through the changed code (with a deployment).
  5. release and upgrade keep every home on the current plugin.

On this page