Production readyATP-001

AGENTIC TEAM PROTOCOL

Installable, role-based agent teams for Claude Code. Dispatch goals, gather context, build, verify, and hand off — with every decision recorded in local durable memory.

Install and run

Install ATP in a project, ratify the charter, and dispatch the first goal.

Ready
Install and configure
  1. curl -fsSL https://0d3sa.com/eden-memory/install.sh | sh
    Install eden-memory (memory, sync, MCP server).
  2. curl -fsSL https://0d3sa.com/agentic-team-protocol/install.sh | sh
    Install ATP global primitives into ~/.claude/.
  3. cd ~/my-project && eden-memory setup claude
    Wire the eden-memory MCP server and install project-local templates.
Run
  1. /team-charterafter editing .claude/agentic-team-charter.md
    Ratify the project charter in durable memory.
  2. /team <your first goal>replace with your first goal
    Dispatch the first goal to the team.
  3. /team-status
    Check where each goal stands.

Restart Claude Code completely after step 2 (/exit, then reopen). Full walkthrough: Quick start.

Team roles

Six roles, each with a scope and a decision right. Runtime is gated until a charter authorises it.

  • Dispatcheractive

    Assigns goals and routes work

  • Researcheractive

    Investigates options and reports

  • Builderactive

    Implements the chosen approach

  • Verifieractive

    Reviews for correctness and charter compliance

  • Archivistactive

    Records lifecycle and manages memory hygiene

  • Runtimerestricted

    Executes operational actions

Seven-stage lifecycle

Every goal moves through the same stages. Each stage produces a record in eden-memory.

  1. Dispatcher

    Goal receipt

    Capture the request and constraints.

  2. Dispatcher

    Routing and assignment

    Assign target role, owner, deadline, success criteria.

  3. Researcher

    Context gathering

    Record known facts and options considered.

  4. Builder / Runtime

    Action

    Execute and record what was done.

  5. Verifier

    Verification

    Write green, red, or blocked verdict.

  6. Archivist

    Recording and archival

    Ensure final outcome and skill updates are stored.

  7. ArchivistClosure

    Hand-off or closure

    Confirm records are complete and transfer ownership if needed.