antfarm-workflows
Installation
SKILL.md
Antfarm
Multi-agent workflow pipelines on OpenClaw. Each workflow is a sequence of specialized agents (planner, developer, verifier, tester, reviewer) that execute autonomously via cron jobs polling a shared SQLite database.
All CLI commands use the full path to avoid PATH issues:
node ~/.openclaw/workspace/antfarm/dist/cli/cli.js <command>
Shorthand used below: antfarm-cli means node ~/.openclaw/workspace/antfarm/dist/cli/cli.js.
Workflows
| Workflow | Pipeline | Use for |
|---|---|---|
feature-dev |
plan -> setup -> develop (stories) -> verify -> test -> PR -> review | New features, refactors |
bug-fix |
triage -> investigate -> setup -> fix -> verify -> PR | Bug reports with reproduction steps |
security-audit |
scan -> prioritize -> setup -> fix -> verify -> test -> PR | Codebase security review |