Agent Skills: implement

Auto-started default workflow. Overridden by iterate, debug, or orchestrate when invoked.

UncategorizedID: c-daly/agent-swarm/implement

Install this agent skill to your local

pnpm dlx add-skill https://github.com/c-daly/agent-swarm/tree/HEAD/skills/implement

Skill Files

Browse the full folder contents for implement.

Download Skill

Loading file tree…

skills/implement/SKILL.md

Skill Metadata

Name
implement
Description
Auto-started default workflow. Overridden by iterate, debug, or orchestrate when invoked.

Auto-started on every session. You are in the WORK phase.

Flow

WORK -> VERIFY -> DONE

CLI

python3 lib/implementer_workflow.py status    # Check phase
python3 lib/implementer_workflow.py advance   # Move to VERIFY
python3 lib/implementer_workflow.py verify 1 1  # Record test/lint (1=pass)
python3 lib/implementer_workflow.py stop      # Stop

Exit: verification passed, 3 kickbacks, or manual stop.