OPEN SOURCE · PROJECT OWNED · MIT

Your coding agents,
checked at every stage.

Stagecoach gives coding agents a project-owned path from a clear plan to checked code. Each runner stage starts fresh, then checks the actual files and command output before it advances.

The CLI and package are still named agent-workflow while the rename is in progress.

INSTALL
curl -fsSL https://raw.githubusercontent.com/MarkoArsov/agent-workflow/v0.1.0/install.sh | sh -s -- --global

Requires the matching published tag.

replace-navigationRUNNING
$ agent-workflow status replace-navigation
stagereviewevidence recorded
  1. 01Planchecked
  2. 02Testschecked
  3. 03Implementchecked
  4. 04Reviewcurrent
  5. 05Deliverqueued

Named checks and current-diff evidence stay with the run.

Clear plansFresh stagesProject-owned skillsEvidence in the open

Every task has a route you can inspect.

The full lane saves its plan and runs selected stages independently. The small manual lane keeps the same skills close when a pipeline is more ceremony than the change needs.

01

Plan

Named acceptance checks map to each outcome.

02 · optional

Tests

Expected failures remain visible as red evidence.

03

Implement

Writable paths and repositories stay within scope.

04 · optional

Review

The reviewer sees requirements and the actual diff.

05 · optional

Deliver

Selected commits and draft PRs use guarded delivery.

Optional stages are chosen in each plan; no provider is required for every stage.

Use the manual lane when it fits.

Specify a concise plan, implement in the current agent session, and observe the checks. It is the same project-owned workflow without a full runner for contained work.

Choose a lane

The workflow adapts to the repository—not the other way around.

Setup records commands, branches, agents, models, permissions, and delivery choices. Copy skills, capture rules, and add connectors without forking the package.

CHANGE WHAT YOUR AGENTS KNOW

agent-workflow skill copy review
agent-workflow skill new release-notes --description "Draft release notes from verified changes."
agent-workflow refresh
Customize skills and stages

KEEP EXTENSIONS WITH THE PROJECT

.agent-workflow/
├── skills/
├── rules/
├── connectors/
└── stages.json
See the project layout

Honest about what is checked.

Stagecoach records executable evidence, but host behavior and provider integrations still need the coverage stated for them. Read the limits before relying on an unattended path.

Coverage and host checksEvidence and verification

Give the next task a route worth trusting.

Install Stagecoach, set up the project once, then keep the decisions and evidence close to the code.

Install Stagecoach