What should your agent do?
Pick a starting point, then describe the goal in one sentence. Everything technical gets safe defaults you can review at the end.
Start from a template
Add project documents (optional)
It's finished whenβ¦ (edit freely β each line should be checkable)
When should it run?
The decisive question: are you at the keyboard while it runs?
Run mode
Which tool will run this agent?
This decides the file format and your setup steps at the end.
Can it use your GitHub?
Safety limits
Review & download
Everything below ships in the ZIP. Anything marked "change" can be fine-tuned.
Your loop
Files it will create
Show files
Human-in-the-Loop Checklist (you remain accountable for the output)
What to do next
Pillar I β The Objective & "Heartbeat" Engine
The heartbeat transforms a one-off run into a recurring loop. Define your objective, derive verifiable success metrics, and choose the primitive that drives the loop.
Objective Ingestion
Verifiable Success Metrics (3β5 required β each must be checkable by a command or condition)
Heartbeat Selection Matrix
The system recommends a heartbeat from your objective. You can override it.
Pillar II β Infrastructure & Isolation
Isolation is the prerequisite for parallel agentic work: it prevents file collisions and repository-history corruption.
Isolation Configurator β Repository State Detection
Paste the output of git worktree list (and optionally git status -sb) and the configurator will detect your state β or declare it manually.
Connector (MCP) Integration
Enable autonomous action through Model Context Protocol connectors. Keys are mapped as environment-variable references β never stored in generated files.
Pillar III β The Knowledge Layer (Skills & Prompt Generation)
Prevent "Goldfish Syndrome" β agents restarting with zero context β by codifying project knowledge into persistent, validated Skills.
SKILL.md Generator
Reference Library
Upload proprietary documentation (internal API specs, runbooks). Each document is summarized into the skill's metadata section so the agent starts every run with context.
Tiny Prompts
To reduce token bloat and maintenance friction, the system generates single-line invocations instead of large instruction blocks.
Pillar IV β The MakerβChecker & Verification Split
Adversarial Code Review: the model that writes the code must never be the one that grades it.
Decision Justification (prevention of cognitive surrender)
Output Format
Pillar V β The Spine, Reliability & Guardrails
The Spine (progress.md) is the persistent state file that lets the loop survive between runs. Deterministic guardrails prevent Loop Drift.
Spine File
Schema: status tracking (in-progress / completed / failures flagged), decision log, and the NEEDS-HUMAN escalation flag.
Defensive Parameters
Escalation & Termination Logic
Context Maintenance Routine
Structured Output & Implementation Guide
The deployable file structure is the primary deliverable. Review every file, then export.
Export Manifest
β