Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,893 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic

Atomic coding agent runtime

The verifiable coding agent runtime. Build your engineering process as explicit, checkable execution graphs.

Run verifiable engineering loops with control, alignment, and confidence.

Get started →  ·  How it works  ·  What you get  ·  FAQ  ·  Docs

Docs Discord Ask DeepWiki TypeScript License: MIT

If Atomic is useful to you, star the repository ⭐

Users are reporting:

  • ⚡ A 1–1.5 hour reduction in manual verification per task compared to traditional coding agents, not including time saved from fewer follow-up fixes and reverts
  • 🔀 ~95% merge rate on Atomic-generated PRs, with reduced follow-ups and a 0% revert rate
  • 🛡️ Production incidents caught that CI did not cover

Atomic Verifiable Runtime

Every row is a real Atomic session recorded from the installed product. Open the Atomic docs for reference or follow the crash course step by step.

Create a workflow in plain English

Describe inputs, parallel stages, synthesis, and outputs in prose; Atomic writes and reloads the runnable TypeScript graph.

Atomic docs · Workflows

Crash course · A.8 Natural-language workflow authoring

Atomic turning a prose review-changes graph contract into a project workflow file and reloading it in the installed product

Steer and control a live run

Attach to a running stage, watch it stream, and steer, pause, or abort it mid-flight.

Atomic docs · Workflows

Crash course · 6.2 Steer and control a live run

The Atomic workflow graph with a live stage streaming, receiving a steering message from the operator

Durability and resume

Runs checkpoint as they go, so killing the process leaves them retained and resumable instead of lost.

Atomic docs · Workflows

Crash course · 6.5 Durability and resume

The Atomic resume picker after a killed run, listing retained workflow runs with their checkpoint counts

Human-in-the-loop gates

Put an approval gate anywhere in the graph and the run waits for a person before it proceeds.

Atomic docs · Workflows

Crash course · 6.4 Human-in-the-loop gates

A workflow run pausing at a human approval gate and waiting for the operator's decision

Planner-worker intercom coordination

Separate sessions message each other over intercom to split a job and agree on the answer.

Atomic docs · Intercom

Crash course · 5.3 Planner-worker intercom coordination

Two Atomic sessions coordinating over intercom, one sending a question and the other replying

Verification built in

Executable checks and fresh reviewers produce evidence; failures route into bounded repair until the gate passes.

Atomic docs · Workflows

Crash course · 6.6 Security review with a repair loop

Atomic security-review workflow graph with the hardcoded API key audit finding, repair-1 running, and the header reaching four-of-four complete

Explore 34 more Atomic capabilities ↓

Build your process as workflows with scoped context, model choice, tools, handoffs, artifacts, retries, executable checks, review gates, and human approvals.

Atomic’s primitives are built for the software engineering lifecycle. Verification is built into the execution model.

Atomic is open so you can inspect and adapt it. You own the workflow, the evidence, and the rules for completion.

Own your intelligence. Build in the open. Question the defaults. Keep control of the process. ☠︎

Works with your engineering stack

Connect Atomic with GitHub Connect Atomic with GitLab Use Git with Atomic Connect Atomic with Jira Connect Atomic with Linear Connect Atomic with Notion Connect Atomic with Slack Use Docker with Atomic Use Kubernetes with Atomic Connect Atomic with AWS Connect Atomic with Google Cloud Connect Atomic with Azure Connect Atomic with Sentry Connect Atomic with Datadog Use PostgreSQL with Atomic Use Playwright with Atomic Use Chrome with Atomic Connect Atomic through MCP servers Connect Atomic with any CLI or API

Atomic connects through installed CLIs, MCP servers, APIs, scripts, and custom extensions; you supply the credentials and permissions.

Works with your models

OpenAI provider badge for Atomic Anthropic provider badge for Atomic GitHub Copilot provider badge for Atomic OpenRouter provider badge for Atomic Kimi provider badge for Atomic xAI provider badge for Atomic Radius provider badge for Atomic Ant Ling provider badge for Atomic Azure OpenAI provider badge for Atomic Amazon Bedrock provider badge for Atomic DeepSeek provider badge for Atomic NVIDIA NIM provider badge for Atomic Google Gemini provider badge for Atomic Google Vertex AI provider badge for Atomic Mistral provider badge for Atomic Groq provider badge for Atomic Cerebras provider badge for Atomic Cloudflare AI provider badge for Atomic Vercel AI Gateway provider badge for Atomic Z.ai provider badge for Atomic OpenCode provider badge for Atomic Hugging Face provider badge for Atomic Fireworks AI provider badge for Atomic Together AI provider badge for Atomic MiniMax provider badge for Atomic Moonshot AI provider badge for Atomic Qwen provider badge for Atomic Xiaomi MiMo provider badge for Atomic

See provider setup and the current catalog. Availability depends on your credentials, subscription, region, and the provider catalog; one login does not unlock every provider.

Local and open models

llama.cpp local model server badge for Atomic Ollama local model server badge for Atomic LM Studio local model server badge for Atomic vLLM local model server badge for Atomic SGLang local model server badge for Atomic Hugging Face model hosting badge for Atomic Llama open model family badge for Atomic Gemma open model family badge for Atomic DeepSeek open model family badge for Atomic Qwen open model family badge for Atomic Kimi open model family badge for Atomic GLM open model family badge for Atomic Mistral open model family badge for Atomic MiniMax open model family badge for Atomic gpt-oss open model family badge for Atomic

Atomic can run tool-capable models exposed through llama.cpp, Ollama, LM Studio, vLLM, SGLang, Hugging Face, or a compatible OpenAI, Anthropic, or Google endpoint. Actual model and tool support depends on the server and model.

The model-family badges are representative open families, not a closed allowlist. See Models and llama.cpp.


Get started

Prerequisites

  • Node.js 22.19 or newer — check with node --version.
  • A package manager — use npm, pnpm, Yarn, or Bun. Use Bun 1.3.14+ for Bun installs or workflow-authoring examples.
  • Model-provider access — use a supported subscription login or API key.

Install

With npm:

npm install -g @bastani/atomic

With pnpm:

pnpm add -g @bastani/atomic

With Bun:

bun add -g @bastani/atomic

Atomic does not require package install scripts. Add --ignore-scripts to the install command if you want to disable dependency lifecycle scripts during installation.

Authenticate and run

Start Atomic:

atomic

Login. Atomic supports subscription login for Codex, Claude, GitHub Copilot, xAI, as well as API-key providers such as OpenRouter:

/login   # then select your provider

Claude login from a third-party harness uses Anthropic extra usage billed per token rather than Claude plan limits. See Providers & Models for integration details.

Missing a provider? Open an issue or contribute an integration.

For API-key setup, export the key before starting Atomic:

export OPENROUTER_API_KEY=sk-or-...
atomic

Atomic stores provider credentials in ~/.atomic/agent/auth.json and creates the file with owner-only permissions where the platform supports them. For non-interactive use, atomic -p "<prompt>" prints the response and exits.

After authenticating, run /atomic for workflow guides, examples, and next steps. A fresh install also shows a one-time workflow-engine introduction.

⚠️ Atomic has no built-in sandbox or command-level shell permission gate. Tools and extensions run with your user permissions. Run autonomous work inside a devcontainer, VM, or remote development machine—not on a host with sensitive data or credentials.

Devcontainer, terminal, and SDK references

Atomic runs in a standard devcontainer or VM with Node.js 22.19+ installed. Install it inside the container with a package manager and pass provider credentials through environment variables.

See Terminal setup, Security, and Programmatic Usage for the SDK and RPC entry points.

Bring your skill stack

Already have agent skills? Bring them into Atomic by pointing Atomic at their existing directories or placing them in its project or user skill locations. Atomic implements the Agent Skills standard, and configured Claude Code or Codex skill directories can be used without rewriting them. See Skills.

When a skill captures a repeatable process, ask Atomic to author it as a durable workflow. Atomic inspects the skill and writes reviewable TypeScript using the workflow guide and its examples.

Inspect the existing skill `<skill-name-or-path>`—including its SKILL.md, scripts, references, and assets—and consult Atomic’s workflow docs and runnable TypeScript examples; then author a reusable TypeScript `workflow({...})` that preserves the skill’s intent while turning its repeatable process into durable multi-stage execution with precise typed inputs and declared outputs, artifact-backed handoffs for substantial context, explicit validation gates, and bounded retries or stop conditions where appropriate; add and run representative tests or smoke cases for the applicable success, validation-failure, and retry/stop paths, reload and verify workflow discovery, and ask me only questions whose answers materially change the design—otherwise state sensible assumptions and proceed.

Migrating from another coding agent

Atomic publishes an agent-readable llms.txt. Ask your current coding agent to:

Install and set up Atomic by following https://docs.bastani.ai/llms.txt.

More Atomic capabilities

Explore the rest of Atomic’s real recorded capabilities, with public docs and crash-course links for each one.

Launch a workflow in plain English

Ask in normal chat and Atomic routes the request through its workflow tool into a real registered run - no command syntax required.

Atomic docs · Workflows

Crash course · W.1 Launch a workflow in plain English

Atomic receiving a normal chat request and launching the registered plain-english-demo workflow through the real workflow tool

Autonomous implementation loops

ralph refines, researches, implements, reviews, and repairs against a bounded loop contract.

Atomic docs · Workflows

Crash course · A.10 Autonomous implementation loops

Atomic inspecting the ralph contract, launching a one-loop validation task, and opening its live research-first workflow graph

Inspect and control workflows

List definitions, inspect input contracts, check live status, and connect to a run graph from the same /workflow surface.

Atomic docs · Workflows

Crash course · W.3 Inspect and control workflows

Atomic using workflow list, inputs, status, and connect commands before opening the live control-demo graph

Worktree-isolated parallel work

Parallel agents each get their own git worktree, so concurrent edits cannot collide.

Atomic docs · Subagents

Crash course · 5.2 Worktree-isolated parallel work

Atomic running parallel subagents in separate git worktrees and reporting a per-worktree diff

Escalating to a human supervisor

A delegate that hits a real product decision stops, asks the human supervising the run, and waits for the answer.

Atomic docs · Intercom

Crash course · 5.4 Escalating to a human supervisor

One Atomic session escalating a null-email decision to its human supervisor over intercom, then applying the answer it receives

Nesting builtin workflows

Compose imported workflow definitions with ctx.workflow(...); child stages flatten into one inspectable parent graph.

Atomic docs · Workflows

Crash course · A.9 Nesting builtin workflows

Atomic showing nested fan-out builtin stages flattened into the live research-and-verify parent workflow graph

Parallel review composition

One command fans a real diff out to fresh-context specialists, with independent roles and live parallel tool progress.

Atomic docs · Subagents

Crash course · A.5 Parallel review composition

Atomic composing three concurrent review specialists against a planted retry function diff with live independent progress

Intercom context handoff

Hand a task to another session with the context attached, instead of pasting it by hand.

Atomic docs · Intercom

Crash course · 5.5 Intercom context handoff

One Atomic session handing a task to another over intercom with file and snippet attachments

Delegating to bundled specialists

Fan work out to scoped subagents that do the reading, so the main context stays small.

Atomic docs · Subagents

Crash course · 5.1 Delegating to bundled specialists

Atomic delegating to bundled specialist subagents and collecting their findings

Background subagent runs

Launch a detached specialist, keep chatting, and inspect its run status while work continues outside the parent turn.

Atomic docs · Subagents

Crash course · A.6 Background subagent runs

Atomic launching codebase-analyzer asynchronously with the subagent tool and then reporting the detached run status

Writing your own workflow

Stages, schemas, and gates are versioned TypeScript you review, not per-run improvisation.

Atomic docs · Workflows

Crash course · 6.3 Writing your own workflow

A project-local workflow defined in TypeScript with stages and an output schema, then run by Atomic

Touring the builtins

Bundled workflows for research, planning, implementation, and review, ready before you write one.

Atomic docs · Workflows

Crash course · 6.1 Touring the builtins

The Atomic workflow picker listing the bundled workflows and their stages

Run a workflow with typed inputs

Use /workflow <name> key=value to validate static inputs against TypeBox before a run starts.

Atomic docs · Workflows

Crash course · W.2 Run a workflow with typed inputs

Atomic showing the typed-input-demo input contract, launching it with a string path and integer depth, and listing its live run status

Verbatim compaction

Compaction deletes low-value transcript lines without rewriting what survives; <keepContext> pins exact text.

Atomic docs · Compaction

Crash course · 2.2 Verbatim compaction

Atomic answering after compaction by quoting the pinned keepContext repo rule back byte-exact

Hashline edits

Edits are anchored to a 4-hex snapshot tag, so a file that changed behind the model's back fails loudly instead of being overwritten.

Atomic docs · Built-in tools

Crash course · 1.2 Hashline edits

Atomic applying a hashline edit anchored to a snapshot tag, showing the replace operation and the fresh tag it returns

The agent interviews you

ask_user_question replaces the editor with a structured question UI mid-task, and your answers land in the transcript as data.

Atomic docs · Built-in tools

Crash course · 1.3 The agent interviews you

Atomic replacing the editor with a structured multiple-choice question UI that asks which config format to use

Permission gate extension

A tool_call hook catches a risky shell call before execution and asks the operator to allow or block it.

Atomic docs · Extensions

Crash course · A.2 Permission gate extension

Atomic opening the permission-gate extension select dialog for sudo echo hi and blocking the bash tool call when No is chosen

Block a dangerous command

A tool-call hook inspects the arguments and rejects the call before it ever reaches your shell.

Atomic docs · Extensions

Crash course · 3.2 Block a dangerous command

Atomic refusing a destructive shell command because a project-local hook rejected the tool call

Full-screen TUI tool

An extension can take over the whole screen with its own interactive component, then hand control back.

Atomic docs · TUI components

Crash course · 3.3 Full-screen TUI tool

A project-local extension taking over the Atomic screen with its own full-screen interactive component

Embed the agent with the SDK

Drive the same agent loop from your own TypeScript program, with your own tools and your own UI.

Atomic docs · SDK

Crash course · 4.3 Embed the agent with the SDK

A TypeScript program using the Atomic SDK to run the agent loop and print its streamed output

Build an extension

Drop a TypeScript file into .atomic/extensions/ and the agent gains a new tool in the running session.

Atomic docs · Extensions

Crash course · 3.1 Build an extension

Atomic writing a project-local extension and then calling the new tool it registered

Write a skill

A SKILL.md file teaches the agent a procedure it loads on demand - the same format Claude Code and Codex use.

Atomic docs · Skills

Crash course · 3.4 Write a skill

Atomic discovering a project-local SKILL.md and following the procedure it describes

Local models via models.json

Point Atomic at Ollama or any OpenAI-compatible endpoint by declaring it in models.json.

Atomic docs · Custom models

Crash course · 4.2 Local models via models.json

A models.json entry declaring a local OpenAI-compatible endpoint, and Atomic listing the model it adds

Headless print and JSON mode

-p prints one answer and exits; --mode json streams structured events, so Atomic drops into scripts and CI.

Atomic docs · JSON event stream

Crash course · 4.1 Headless print and JSON mode

Atomic running headless with -p printing a single answer, then with --mode json streaming structured events

Branching with tree, fork, clone

Fork a session at any point and try a second approach without losing the first; /tree shows the whole shape.

Atomic docs · Sessions

Crash course · 2.1 Branching with tree, fork, clone

Atomic showing the session tree after a fork, with the branch points listed

Sessions are just JSONL

Every session is an append-only JSONL file on disk, so you can grep it, diff it, and script against it.

Atomic docs · Session format

Crash course · 2.3 Sessions are just JSONL

Atomic walking its own session JSONL one event per line, showing each event's type, id, and parent id

Your first session

One editor for prompts, @ file references, and ! shell commands, with steering you can type while the agent works.

Atomic docs · Using Atomic

Crash course · 1.1 Your first session

Atomic session answering a question about greeter.ts through an @ file reference, then running the file with an inline ! shell command

File-based todos

Plans are durable files under .atomic/todos/: plain text you can grep, review, and commit alongside the code.

Atomic docs · Built-in tools

Crash course · 1.4 File-based todos

Atomic creating todos with the todo tool and then listing the resulting plain-text files under .atomic/todos

A handoff command of your own

Package a repeatable handoff as a project-local slash command your whole team can run.

Atomic docs · Prompt templates

Crash course · 5.6 A handoff command of your own

A project-local slash command running a packaged intercom handoff from the Atomic editor

Intercom group isolation

Sessions in different groups cannot message each other; only an explicit read-only group peek crosses the boundary.

Atomic docs · Intercom

Crash course · A.7 Intercom group isolation

Two Atomic sessions in separate Intercom groups, with the default session peeking at redteam before its cross-group send is rejected

Prompt templates with arguments

Project Markdown becomes a slash command with autocomplete hints and positional argument expansion.

Atomic docs · Prompt templates

Crash course · A.4 Prompt templates with arguments

Atomic finding the project component prompt template and expanding Button, onClick handler, and disabled support into the submitted prompt

Runtime system-prompt mutation

A live command toggles extension state, and before_agent_start rewrites the system prompt on the next turn.

Atomic docs · Extensions

Crash course · A.3 Runtime system-prompt mutation

Atomic enabling the shipped pirate extension at runtime and answering the next TypeScript question with the mutated system prompt

Keybindings and hot reload

Every TUI action is remappable in global JSON; /reload applies the map without restarting the session.

Atomic docs · Keybindings

Crash course · A.1 Keybindings and hot reload

Atomic listing hotkey action ids, reloading a global keybinding map, and showing Ctrl+J insert a newline in the editor

Custom theme

Theme the entire TUI from a project-local file and switch to it live with /theme.

Atomic docs · Themes

Crash course · 3.5 Custom theme

Atomic displaying project-local theme JSON and offering my-theme in the live theme picker

How Atomic works

Atomic is the runtime. Workflows encode durable processes through stages, tools, prompts, checks, artifacts, gates, and approvals. Skills supply reusable expert instructions. Specialized subagents handle focused work while a parent agent or workflow controls the larger task.

Atomic is a fork of Pi, so it works with the providers, tools, MCP servers, skills, and extensions already in your Pi stack.

Workflow stage dependencies must form a directed acyclic graph. Because imperative workflow({ run }) definitions materialize topology from runtime branches, loops, and nested calls, module discovery cannot prove arbitrary acyclicity. Cyclic workflow graphs are unsupported: authored loop and repair iterations must create distinct tracked work per iteration and must never create self-edges or back-edges to ancestors. Retries within one ctx.tool(...) call remain attempts on that tool node rather than separate graph work.

issue or goal → research → plan → agent stages → artifacts → checks → review gate → final output

A stage can prompt an agent, run tools, call MCP servers, save artifacts, pass selected output forward, branch, retry, run in parallel, or pause for approval. Model output can vary. The workflow definition makes stage order, inputs, handoffs, configured checks, gates, and artifacts explicit.

Use direct chat for small, interactive work. Use a skill or bounded subagent when the parent should stay in control. Use a workflow when a delegated job needs durable stages, retries, evidence, resumability, or approval gates. Phrases such as “repeat until,” “review and fix until passing,” or “run checks until green” signal that the stop condition should be encoded and bounded.

Atomic can support:

  • Engineering runs — research, plan, implement, test, review, and release.
  • Debugging and migrations — reproduce, diagnose, patch, migrate in waves, and verify.
  • Research and triage — gather context, fan out analysis, classify issues, and synthesize findings.
  • QA, docs, and compliance — run repeatable checks with evidence and approval points.
  • Custom agent products — build on Atomic's runtime, SDK, tools, and workflows.

Examples

Focused codebase research:

/skill:research-codebase how the rate limiter works in src/middleware/

Repository-wide research with durable artifacts:

/workflow fan-out-and-synthesize prompt="Partition the repository by subsystem, map every legacy auth middleware callsite, and synthesize cited migration findings"

A task-specific implementation and review loop:

Create and run a workflow that implements specs/2026-03-rate-limit.md, runs focused tests, sends the patch to fresh verifiers, and repairs findings until burst traffic returns 429 with Retry-After or the iteration bound is reached.

A reviewer-gated run with Goal:

/workflow goal objective="Update the CLI docs for --json, add one example, and validate the docs build"

A research-first implementation with Ralph:

/workflow ralph prompt="Implement specs/2026-03-rate-limit.md and validate burst traffic" create_pr=true

Use Goal when a durable ledger, receipts, bounded sub-agent orchestration, and reviewer-gated completion fit the task. Use Ralph when the job benefits from prompt refinement, codebase research, delegated implementation, and iterative multi-model review. Both skip PR creation unless create_pr=true explicitly authorizes the post-approval final stage.


What you get

Atomic ships three top-level building blocks: workflows, skills, and specialized subagents.

1. Workflows

Workflows define inputs, stages, branches, parallelism, retries, checks, artifacts, checkpoints, and human review gates. Atomic can author TypeScript workflow({...}) definitions, import reusable project or package workflows, and nest workflows with ctx.workflow(...) within a configured maxDepth.

Workflow What it does Example input
fan-out-and-synthesize Partitions independent slices, writes branch artifacts, and synthesizes their evidence. /workflow fan-out-and-synthesize prompt="Map payment retries by subsystem and synthesize cited findings"
adversarial-verification Challenges a candidate with fresh verifiers and bounded repair. /workflow adversarial-verification task="Verify the rate-limit migration patch"
loop-until-done Iterates with a durable ledger until explicit completion evidence or bound exhaustion. /workflow loop-until-done prompt="Repair failures until the test suite passes"
goal Runs bounded autonomous implementation with a durable ledger, receipts, parallel review, and reducer-gated completion. /workflow goal objective="Update CLI docs and validate the docs build"
ralph Runs research-first delegated implementation with bounded multi-model review and repair. /workflow ralph prompt="Implement specs/rate-limit.md" create_pr=true
open-claude-design Gathers requirements and references, discovers the design system, refines output, and exports a handoff. /workflow open-claude-design prompt="Team activity feed prototype using ./mocks/feed.png as a reference"
author your own Issue-to-PR, migration, triage, release, compliance, or another process your team needs. Start with the workflow guide. “Create a workflow that plans, implements, runs tests and lint, reviews the diff, then stops for approval.”

Run /workflow list to see installed workflows and /workflow inputs <name> for input schemas. Use /workflow status <id>, /workflow connect <id>, /workflow quit <id>, and /workflow resume <id> to manage runs. Quitting pauses work so it can resume later. Runnable references live in packages/coding-agent/examples/.

2. Skills

Skills are reusable expert instructions and process modules. Atomic can select one from its description, or you can call it with /skill:<name>.

Skill Purpose
research-codebase Analyze a focused area and write a dated research document.
create-spec Produce a technical execution spec grounded in research and engineer feedback.
subagent Delegate work through single agents, parallel groups, async runs, or forked context.
intercom Coordinate parent, child, and peer sessions on the same machine.
prompt-engineer Refine prompts, research questions, and workflow inputs.
skill-creator Create, improve, and evaluate reusable skills.
tdd Apply a red-green-refactor loop and testing guidance.
tmux Drive and verify terminal applications.
playwright-cli Automate browser interactions and end-to-end UI checks.
liteparse Extract text, tables, and values from documents and images.
impeccable Design, audit, and refine frontend interfaces.

3. Specialized subagents

Subagents are purpose-built agents with scoped context, tools, and termination conditions. Atomic bundles nine definitions from packages/subagents/agents/.

Subagent Purpose
worker Implement a bounded task and return a concise result.
codebase-locator Locate files and components relevant to a task.
codebase-analyzer Analyze implementation details.
codebase-pattern-finder Find similar implementations and usage examples.
codebase-online-researcher Fetch current documentation and authoritative web sources.
codebase-research-locator Find relevant prior research in the repository.
codebase-research-analyzer Extract decisions and rationale from local research.
code-simplifier Refine recent code without changing behavior.
debugger Reproduce, diagnose, and verify fixes for failures.

Large, mixed, or growing contexts can make attention harder. Specialized agents reduce that risk through isolation, focus, tool scoping, and deliberate handoffs. Independent tasks can also run in parallel.


Documentation

Full documentation lives at docs.bastani.ai. It covers the CLI and SDK, security, containerized execution, workflow authoring and monitoring, session management, configuration, troubleshooting, and provider setup.

The docs live in this repository under packages/coding-agent/docs. Open a pull request to suggest a change.

FAQ

Is Atomic another coding agent?

Atomic includes a coding-agent CLI. Its main product idea is the runtime around the agent session: scoped context, stages, tools, checks, artifacts, checkpoints, subagents, review gates, and human approvals.

Why not use Claude Code, Codex, or OpenCode?

Use any interactive coding tool that fits the job. Use Atomic when work needs an explicit process you can inspect, version, resume, and verify. Atomic connects to model providers directly rather than running those tools underneath it.

How is Atomic different from products that fan out many agents?

Atomic can fan work out too. The difference is not whether agents run in parallel; it is whether developers control the context, handoffs, execution graph, evidence, checks, and approval rules around that work. Parallel execution increases throughput. Assurance comes from the process you define and enforce.

Is Atomic deterministic?

The selected model can produce different output across runs. Workflow structure, stage dependencies, inputs, handoffs, configured checks, gates, and artifact paths are explicit. Deterministic reducers can apply declared approval rules to reviewer output.

Why not Markdown checklists or CLAUDE.md?

Markdown helps set context, but a model still has to follow it. An Atomic workflow runs declared stages and tools, validates configured outputs, records configured artifacts, and applies defined gates.

Why not LangGraph or a generic agent framework?

Atomic is repo-native and focused on software engineering work: issues, research, specs, branches, diffs, tests, lint, artifacts, reviewers, approvals, and handoffs. It provides a coding-agent runtime rather than a set of generic application primitives.

Where do artifacts live?

Research commonly lives in research/, specs in specs/, and workflow run data in the workflow run directory. A workflow can persist plans, logs, transcripts, reviewer notes, check output, and summaries for later inspection.


Workflow playbook

Read the Workflow Playbook for practical guidance on writing objectives, constraining scope, steering long-running work, validating results, and producing engineering handoffs.

Support & ideas

Join the Atomic Discord community for questions, help, feedback, feature ideas, and examples of what you have built.

Contributing

See CONTRIBUTING.md for contribution guidelines and DEV_SETUP.md for development setup and testing.

To contribute workflows, see the atomic-workflows repository.

License

MIT — see LICENSE.

Credits

About

The verifiable coding agent runtime. Define your coding agent's process in natural language with stages, checks, and approval gates instead of hoping it follows your instructions.

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages