원클릭으로
dev-buddy-once
Run a single task using a specific AI provider and model. Supports subscription, API, and CLI presets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run a single task using a specific AI provider and model. Supports subscription, API, and CLI presets.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dev-buddy-once |
| description | Run a single task using a specific AI provider and model. Supports subscription, API, and CLI presets. |
| user-invocable | true |
| allowed-tools | Read, Bash, Task, TaskOutput, AskUserQuestion, Glob, Grep |
This skill is a slash-command launcher. The authoritative workflow lives in the Dev Buddy MCP prompt dev_buddy_once and resource dev-buddy://prompts/dev-buddy-once.
dev_buddy_once with the caller-supplied host, current project path, and raw command arguments.get_prompt({ command: "dev-buddy-once", host, project_path, arguments }) and follow the returned prompt text.ralph_start, ralph_next, get_run_state, get_stage_definition, list_presets. Use those tools for deterministic work.Do not reimplement the workflow in this file; update the MCP prompt instead.
Build stage — per-unit implementation with fresh context and mechanical backpressure
PK Stage — multi-AI competitive debate with iterative consensus. Sends a topic to all configured AI participants simultaneously, synthesizes the best approach, then iterates until consensus or max rounds.
Code review stage — multi-AI semantic drift detection with AC tracing
Dev Buddy web configuration portal for managing presets and pipeline config
Decomposition stage — break features into small, independently testable units of work
Discovery stage — multi-AI codebase and running app exploration