원클릭으로
build
Autonomous build loop — debate, plan, implement, review, fix — all in one session with GPT review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Autonomous build loop — debate, plan, implement, review, fix — all in one session with GPT review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bidirectional AI slop scanner — Claude + GPT independently analyze, then debate disagreements.
Get an independent GPT review via Codex CLI. Use when you want a second opinion on code, plans, or architecture from a different AI model.
Real Claude vs GPT multi-round debate. Use when you need a second opinion, want to debate architecture decisions, or evaluate competing approaches with multi-model collaboration.
Send execution plans to GPT for structured review via Codex CLI. Use when you have a written plan and want independent validation before implementation.
| name | build |
| description | Autonomous build loop — debate, plan, implement, review, fix — all in one session with GPT review. |
| user-invocable | true |
/build <task description>
Full pipeline: debate approach with GPT → user approval → implement → GPT review → fix → re-review until approved. SQLite tracking throughout.
codemoot build start "TASK"Use /debate protocol. Loop until GPT says STANCE: SUPPORT.
Before user approval, validate the plan with GPT:
codemoot plan review /path/to/plan.md --build BUILD_ID
GPT reviews the plan against actual codebase, returns ISSUE/SUGGEST lines. Fix HIGH issues before presenting to user.
Present agreed plan. Wait for explicit approval via AskUserQuestion.
codemoot build event BUILD_ID plan_approved
codemoot debate complete DEBATE_ID
Write code. Run tests: pnpm run test
Never send broken code to review.
codemoot build event BUILD_ID impl_completed
codemoot build review BUILD_ID
Parse verdict: approved → Phase 4.5, needs_revision → Phase 4
Fix every CRITICAL and BUG. Run tests. Back to Phase 3.
codemoot build event BUILD_ID fix_completed
Compare deliverables against original request. Every requirement must be met.
codemoot build status BUILD_ID
Present summary with metrics, requirements checklist, GPT verdict.