بنقرة واحدة
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.