Visual orchestration for software teams

The official way your team ships.

Draw the roles, handoffs, and human gates your team follows. Export one spec your repo, CI, and agents run.

Pipeline start

Engineering Orchestrator

Action

Write implementation

Human review

Product Review

Draw your official delivery process. Export a spec your repo, CI, and agents run.

The problem

AI moved into engineering faster than the process did

Speed without a shared process is just faster chaos.

Every developer runs a different process

Two engineers on the same team ship through entirely different paths.

Nobody agrees where the gates sit

Review, testing, and security checks move around based on urgency.

None of it is repeatable or auditable

No artifact defines how software gets built here.

What this is

A visual builder for a portable SDLC orchestration specification

You draw the flow. It becomes a versioned spec that people and agents follow.

Role
One stage in the flow, run by an agent or a person.
Handoff
A connection carrying an artifact to the next role.
Condition
The result that decides which handoff is taken.
Human stage
A person or team performs this stage with an assignee and escalation.
Start / end
The entry role and the roles where a run may finish.
Validation
Checks for unreachable roles, dead ends, and loops.
Simulation
A dry run showing routing and expected inputs/outputs.
Export
The package your repo, CI, and agents consume.

How it helps

From an implicit process to one you can review and enforce

One agreed flow per team

Explicit roles, handoffs, and conditions — not tribal knowledge.

Human checkpoints, on purpose

Assignees and escalation paths at the gates you choose.

Problems caught before rollout

Validation finds dead ends and loops while it is still a diagram.

Exports into the tools you already use

One spec read by your repo, CI, and coding agents.

Why this exists

One official process for one person

A repeatable delivery system you own, not a rented black box.

Define how you ship

One clear flow. Your agents and CI follow it every time.

Build your own software factory

Custom steps, your tools, no black-box platform required.

Design once, enforce forever

Every project follows the same path. No re-explaining.

How to use it

Design. Validate. Run anywhere. Own the process.

  1. 01

    Design

    Map roles, handoffs, and human gates.

  2. 02

    Validate

    Check paths, loops, and failure states before rollout.

  3. 03

    Run anywhere

    Export to GitHub, Codex, Claude Code, Cursor, or your own stack.

  4. 04

    Own the process

    Version the spec and enforce it across agents and CI.

Agent library

Start with proven agent templates

Manual Intervention

A person handles a case the pipeline cannot resolve automatically.

People

Changelog Curator

Maintains an accurate versioned changelog across releases.

Release & operations

Regression Triager

Reproduces reported failures and assigns them to the right owner.

Quality

Specification Writer

Writes the implementation ready specification the rest of the pipeline builds against.

Plan & product

API Designer

Designs stable, versioned, well documented interface contracts.

Plan & product

Delivery Orchestrator

Drives the pipeline end to end and keeps the work item state current.

Plan & product

Performance Tester

Measures latency and throughput against agreed budgets.

Quality

Deployment Runner

Executes the deployment and verifies health after release.

Release & operations

Image Generator

Generates product imagery, illustrations, and documentation diagrams from a written brief.

Design

Work Router

Classifies incoming work and routes it to the correct pipeline branch.

Plan & product

Test Author

Writes the test suite that proves the acceptance criteria.

Quality

Micro UX Designer

Specifies interaction detail: feedback, transitions, validation timing, and copy moments.

Design

Cost Reviewer

Assesses the ongoing cost impact of a change before it ships.

Plan & product

Refactoring Coder

Improves structure with no behaviour change, proven by unchanged tests.

Build

Sprint Planner

Sequences approved work into an executable plan with owners, risks, and dependencies.

Plan & product

Support Readiness Reviewer

Checks that a change can be supported: documentation, error messages, and known failure handling.

Plan & product

Acceptance Criteria Author

Converts a specification into precise, testable pass or fail criteria.

Plan & product

Incident Responder

Stabilises production incidents and produces a factual timeline.

Release & operations

Code Reviewer

Reviews changes for correctness, clarity, and maintainability.

Quality

Threat Modeler

Identifies attack surface and required controls before implementation.

Security & compliance

Stakeholder Sign Off

A business stakeholder authorises the release to customers.

People

Infrastructure Engineer

Designs and changes infrastructure as code: environments, networking, scaling, and runtime configuration.

Release & operations

Design System Auditor

Checks component usage and consistency against the design system.

Design

Staging Acceptance Reviewer

A person exercises the change in staging before production.

People

Feature Coder

Implements new functionality against an approved design with tests.

Build

Localization Reviewer

Checks copy, layout, and formatting for translation readiness across locales.

Design

Rollback Operator

Reverts a bad release quickly and restores a known good state.

Release & operations

Test Suite Runner

Executes the suite, classifies failures, and reports a verdict.

Release & operations

Release Gatekeeper

Confirms every required gate passed before a release proceeds.

Release & operations

Requirements Analyst

Extracts explicit and implicit requirements, constraints, and open questions.

Plan & product

Dependency Auditor

Audits third party dependencies for vulnerabilities and licence risk.

Security & compliance

Observability Checker

Confirms the change is measurable in production before it ships.

Quality

End to End Test Author

Builds user journey tests across the full running system.

Quality

Data Model Architect

Designs schema changes, ownership, and migration strategy.

Build

CI Pipeline Engineer

Builds and maintains the build, test, and deployment workflows that carry a merged change to a running service.

Release & operations

Colour and Contrast Reviewer

Reviews palette use and verifies accessible contrast on every surface.

Design

Bug Fix Coder

Reproduces a defect, fixes the root cause, and adds a regression test.

Build

Brand Expression Reviewer

Ensures tone, imagery, and visual voice match the brand standard.

Design

Onboarding Experience Designer

Designs first-run, activation, and empty-state experiences that get a user to value quickly.

Design

Documentation Writer

Updates user and developer documentation to match the shipped change.

Build

Accessibility Auditor

Checks the change against accessibility standards and reports blocking defects.

Quality

Backlog Groomer

Turns raw requests into a ranked, deduplicated backlog with clear problem statements.

Plan & product

UX Flow Designer

Maps end to end user journeys including branch, error, and recovery paths.

Design

Product Owner Approval

A person confirms the delivered change matches the product intent.

People

Solution Architect

Produces the technical design, tradeoffs, and boundaries before code is written.

Design

Security Reviewer

Reviews the change for vulnerabilities and authorization gaps.

Security & compliance

Layout Designer

Produces wireframe level layouts and state coverage for each screen.

Design

Integration Contract Tester

Verifies that API contracts between services and clients hold under change.

Quality

Information Architect

Defines page structure, navigation, and content hierarchy before any visuals.

Design

Privacy Reviewer

Reviews changes for personal data handling, retention, and lawful use.

Security & compliance

Release Notes Author

Writes customer ready release notes from the merged changes.

Release & operations

Migration Coder

Writes and verifies reversible schema and data migrations.

Build

Compliance Evidence Collector

Collects and files the evidence an audit will ask for.

Security & compliance

Security Sign Off

A person accepts the residual security risk before release.

People

Product Analyst

Defines success metrics, event instrumentation, and reporting so every shipped feature has a measurable outcome.

Plan & product

Spacing and Typography Reviewer

Enforces the spacing scale, type scale, and vertical rhythm.

Design

Database Performance Tuner

Finds and fixes slow queries, missing indexes, and unsafe schema changes.

Quality

QA Verifier

Verifies the delivered change against the acceptance criteria.

Quality

Explore all 58

Browse the full library.

Manual Intervention

A person handles a case the pipeline cannot resolve automatically.

People

Changelog Curator

Maintains an accurate versioned changelog across releases.

Release & operations

Regression Triager

Reproduces reported failures and assigns them to the right owner.

Quality

Specification Writer

Writes the implementation ready specification the rest of the pipeline builds against.

Plan & product

API Designer

Designs stable, versioned, well documented interface contracts.

Plan & product

Delivery Orchestrator

Drives the pipeline end to end and keeps the work item state current.

Plan & product

Performance Tester

Measures latency and throughput against agreed budgets.

Quality

Deployment Runner

Executes the deployment and verifies health after release.

Release & operations

Image Generator

Generates product imagery, illustrations, and documentation diagrams from a written brief.

Design

Work Router

Classifies incoming work and routes it to the correct pipeline branch.

Plan & product

Test Author

Writes the test suite that proves the acceptance criteria.

Quality

Micro UX Designer

Specifies interaction detail: feedback, transitions, validation timing, and copy moments.

Design

Cost Reviewer

Assesses the ongoing cost impact of a change before it ships.

Plan & product

Refactoring Coder

Improves structure with no behaviour change, proven by unchanged tests.

Build

Sprint Planner

Sequences approved work into an executable plan with owners, risks, and dependencies.

Plan & product

Support Readiness Reviewer

Checks that a change can be supported: documentation, error messages, and known failure handling.

Plan & product

Acceptance Criteria Author

Converts a specification into precise, testable pass or fail criteria.

Plan & product

Incident Responder

Stabilises production incidents and produces a factual timeline.

Release & operations

Code Reviewer

Reviews changes for correctness, clarity, and maintainability.

Quality

Threat Modeler

Identifies attack surface and required controls before implementation.

Security & compliance

Stakeholder Sign Off

A business stakeholder authorises the release to customers.

People

Infrastructure Engineer

Designs and changes infrastructure as code: environments, networking, scaling, and runtime configuration.

Release & operations

Design System Auditor

Checks component usage and consistency against the design system.

Design

Staging Acceptance Reviewer

A person exercises the change in staging before production.

People

Feature Coder

Implements new functionality against an approved design with tests.

Build

Localization Reviewer

Checks copy, layout, and formatting for translation readiness across locales.

Design

Rollback Operator

Reverts a bad release quickly and restores a known good state.

Release & operations

Test Suite Runner

Executes the suite, classifies failures, and reports a verdict.

Release & operations

Release Gatekeeper

Confirms every required gate passed before a release proceeds.

Release & operations

Requirements Analyst

Extracts explicit and implicit requirements, constraints, and open questions.

Plan & product

Dependency Auditor

Audits third party dependencies for vulnerabilities and licence risk.

Security & compliance

Observability Checker

Confirms the change is measurable in production before it ships.

Quality

End to End Test Author

Builds user journey tests across the full running system.

Quality

Data Model Architect

Designs schema changes, ownership, and migration strategy.

Build

CI Pipeline Engineer

Builds and maintains the build, test, and deployment workflows that carry a merged change to a running service.

Release & operations

Colour and Contrast Reviewer

Reviews palette use and verifies accessible contrast on every surface.

Design

Bug Fix Coder

Reproduces a defect, fixes the root cause, and adds a regression test.

Build

Brand Expression Reviewer

Ensures tone, imagery, and visual voice match the brand standard.

Design

Onboarding Experience Designer

Designs first-run, activation, and empty-state experiences that get a user to value quickly.

Design

Documentation Writer

Updates user and developer documentation to match the shipped change.

Build

Accessibility Auditor

Checks the change against accessibility standards and reports blocking defects.

Quality

Backlog Groomer

Turns raw requests into a ranked, deduplicated backlog with clear problem statements.

Plan & product

UX Flow Designer

Maps end to end user journeys including branch, error, and recovery paths.

Design

Product Owner Approval

A person confirms the delivered change matches the product intent.

People

Solution Architect

Produces the technical design, tradeoffs, and boundaries before code is written.

Design

Security Reviewer

Reviews the change for vulnerabilities and authorization gaps.

Security & compliance

Layout Designer

Produces wireframe level layouts and state coverage for each screen.

Design

Integration Contract Tester

Verifies that API contracts between services and clients hold under change.

Quality

Information Architect

Defines page structure, navigation, and content hierarchy before any visuals.

Design

Privacy Reviewer

Reviews changes for personal data handling, retention, and lawful use.

Security & compliance

Release Notes Author

Writes customer ready release notes from the merged changes.

Release & operations

Migration Coder

Writes and verifies reversible schema and data migrations.

Build

Compliance Evidence Collector

Collects and files the evidence an audit will ask for.

Security & compliance

Security Sign Off

A person accepts the residual security risk before release.

People

Product Analyst

Defines success metrics, event instrumentation, and reporting so every shipped feature has a measurable outcome.

Plan & product

Spacing and Typography Reviewer

Enforces the spacing scale, type scale, and vertical rhythm.

Design

Database Performance Tuner

Finds and fixes slow queries, missing indexes, and unsafe schema changes.

Quality

QA Verifier

Verifies the delivered change against the acceptance criteria.

Quality

Explore all 58

Browse the full library.

Your process shouldn't belong to your AI vendor.

Define it once. Run it with the agents you choose.

GitHubCopilotCodexClaude CodeCursorGemini CLIWindsurfReplitLovableBolt.newv0 by Vercel
JSON / YAMLTypeScriptAGENTS.mdGitHub workflows

Portable by design. No proprietary runtime required.

Pricing

The diagram is free. The enforceable process is the product.

Design the process once. Enforce it across agents, CI, and human approvals.

Per organization. Not per developer.

Builder

$0

Design and test your workflow.

  • Visual canvas and templates
  • Pre-built agent library
  • Roles, handoffs, branch conditions
  • One saved flow in your account

Runner

Most teams
$149/mo

Version, export, and run your official process.

  • Everything in Builder
  • JSON and YAML spec export
  • Custom agents — author your own
  • Blueprint versioning and history
  • Simulation and dry runs
  • Full GitHub package (agents, workflows, prompts)
  • Unlimited saved flows

Map your delivery process

Start from a blank canvas or a built-in pattern.