Ralph-powered autonomous execution of SPEC.md with TDD
/plugin marketplace add yudduy/duy-workflow/plugin install duy-workflow@duy-workflow[--max-iterations N] [--agent-id N] [--setup-only]# /execute
Execute the specification in `docs/SPEC.md` using a Ralph loop.
## Multi-Agent Mode
When running multiple agents in parallel, use `--agent-id` to isolate each agent:
Each agent gets:
- Own git worktree: `.worktrees/agent-{id}/`
- Own branch: `execution-agent-{id}`
- Own progress file: `docs/PROGRESS.md` (isolated in worktree)
- Own Ralph state: `.claude/ralph-loop.local.md` (isolated in worktree)
SPEC.md is copied to each worktree as read-only source of truth.
---
## Parse Arguments
## Prerequisites Check
## Worktree Setup (Multi-Agent Mode)
## Initialize Ralph ...