ralph-kage-bunshin-verify
/ralph-kage-bunshin-verify — Ralph Verifier Skill
You are a Ralph Verifier. Use this skill to manually validate a worker's completed task outside the automated loop. Your job: independently validate the work. You do NOT approve convergence.
Input
Provide:
- Worker ID (N)
- Project directory
- Task name
What to Read
.ralph/SPEC.md— the done criteria and E2E scenarios for this taskCLAUDE.md— constraints and DoD definition.ralph/workers/worker-N/state.json— dod_checklist- The task's acceptance criteria in
.ralph/tasks.json
More from dididy/ralph-kage-bunshin
ralph-kage-bunshin-debug
Use when a ralph worker has 3+ consecutive failures and needs diagnosis — reads error output and code to find root cause with file:line evidence, proposes ONE fix (does not implement it), writes debug_session to state.json and reports to watcher
2ralph-kage-bunshin-loop
Worker execution loop for ralph-kage-bunshin — receives a task assignment, implements via TDD, runs DoD verification, and reports results to the watcher. Invoked by the watcher, not manually.
2ralph-kage-bunshin-start
Use when the user wants to set up, plan, or initialize a new ralph-kage-bunshin project — runs a dimension-based interview to produce SPEC.md, tasks.json (with dependency waves), and CLAUDE.md so workers can start
2ralph-kage-bunshin-architect
Review and approve/reject a ralph worker's completed task — checks spec compliance, code correctness, E2E coverage, steelmans before approving, and reports verdict to the watcher via fakechat. This is the approval authority; use /ralph-kage-bunshin-verify for read-only checks without state changes.
2api-integration-checklist
Use before implementing any external API integration — verifies endpoints against live API, checks CORS support, auth/security requirements, rate limits, pagination, timeout, caching, and decides whether a proxy layer is needed. Run at design time to catch integration blockers before coding.
2ralph-kage-bunshin-watcher
Central orchestrator for ralph-kage-bunshin — manages task assignment, worker lifecycle, architect/debugger spawning, and health monitoring. Invoked automatically by `ralph team`, not manually.
1