SURGE × OpenClaw Hackathon — Track 3: Developer Infrastructure

Antfarm

Multi-Agent Development Pipeline for OpenClaw

Give it a task. Get back a tested, reviewed PR.
Six AI agents handle the rest.

Seven Steps to a Merged PR

From a plain-language task description to a fully tested, reviewed pull request — autonomously.

1
Task Input
Describe what you want built in plain language
2
Planner
Decomposes task into ordered user stories
3
Setup
Creates branch, establishes build & test baseline
4
Developer
Implements stories with tests, one per session
loops per story
5
Verifier
Checks acceptance criteria, runs tests
retry on failure
6
Tester
Integration and end-to-end testing
7
Reviewer
Reviews PR, approves or requests changes

Six Specialized Agents

Each agent has a focused role, its own system prompt, and clear handoff boundaries.

🧠
Planner
Analysis

Decomposes tasks into ordered user stories with acceptance criteria, dependencies, and estimated complexity.

🔧
Setup
Coding

Creates the feature branch, runs initial builds, and establishes the test baseline before development begins.

💻
Developer
Coding

Implements one user story per session with production code and tests. Loops until all stories are complete.

✔️
Verifier
Verification

Checks each story against its acceptance criteria. Runs tests, verifies build, retries on failure.

🧪
Tester
Testing

Runs integration and end-to-end tests across the full feature. Catches cross-story regressions.

🔍
Reviewer
Analysis

Reviews the final pull request for code quality, security, and completeness. Approves or requests changes.

Built for Reliability

Production-grade patterns that make autonomous development actually work.

📖
Story-Based Execution

Tasks are broken into discrete user stories with clear acceptance criteria. Each story is implemented, tested, and verified independently.

🔄
Verification Loops

When tests fail or criteria aren't met, the pipeline retries automatically. Stories loop between Developer and Verifier until they pass.

🩺
Self-Healing Medic

A watchdog process monitors pipeline health and recovers from stuck states, crashed agents, and stalled builds.

💾
Progress Persistence

Pipeline state is saved to disk after every step. Sessions can crash and resume without losing completed work.

🔒
Security-First

Pre-commit hooks block credentials, API keys, and secrets from ever reaching the repository. Baked in, not bolted on.

⏱️
Staggered Cron Polling

Agents poll for work on offset schedules to avoid contention and respect API rate limits across parallel pipelines.

Running on Real Projects

Antfarm is being validated against abandoned Solana protocols from the Graveyard Hackathon.

33 Stories
Autonomously planned, implemented, and verified
Tribeca DAO
9 user stories

Anchor migration for the Tribeca DAO governance framework. Full program upgrade path with test coverage.

View on GitHub
Grape Art
11 user stories

NFT marketplace revival. Modernized the Grape Art frontend and on-chain integration for current Solana standards.

View on GitHub
Port Lending
13 user stories

DeFi protocol migration. Updating the Port Finance lending protocol to modern Anchor with comprehensive tests.

View on GitHub
🦀 OpenClaw
🐜 Antfarm
Claude
GitHub CLI