一键导入
dual-model-development-loop
Use GPT-5.5 and Claude Opus 4.7 ACP sub-agents in an iterative planner/auditor/implementer loop for development tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use GPT-5.5 and Claude Opus 4.7 ACP sub-agents in an iterative planner/auditor/implementer loop for development tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Drive Sloppy persistent session goals through extension-backed metadata instead of hardcoded planning policy.
Coordinate Sloppy child agents through the delegation provider without polling, including parent-side parallel work, result retrieval, and child-session cleanup.
Review skill usage, failures, and repeated procedures, then propose minimal skill changes through the skills provider.
Diagnose failed meta-runtime route dispatch and propose minimal route or endpoint repairs.
Design Sloppy meta-runtime topology changes through ordinary SLOP proposals instead of hardcoded repair policy.
Evaluate meta-runtime topology experiments using explicit evidence and promotion criteria.
| name | dual-model-development-loop |
| description | Use GPT-5.5 and Claude Opus 4.7 ACP sub-agents in an iterative planner/auditor/implementer loop for development tasks. |
| version | 0.1.0 |
| metadata | {"sloppy":{"tags":["development","planning","audit","delegation","gpt-5.5","opus-4.7"],"category":"development"}} |
Use this skill for non-trivial development tasks where a plan, implementation, and audit loop are valuable, especially when the user asks for cross-model planning/review or when the change has architecture, correctness, or UI risk.
Do not use for tiny one-line edits, purely informational questions, or emergency fixes where delegation overhead would slow the user down unnecessarily.
Claude ACP executor binding:
{
"kind": "acp",
"adapterId": "claude",
"timeoutMs": 600000
}
Determine whether the task is UI-heavy.
Treat a task as UI-heavy when the core change is in UI/client code, visual interaction, layouts, terminal UI behavior, React/Solid/OpenTUI components, design systems, UX flow, or screenshots.
Otherwise treat it as non-UI.
As the parent/native GPT-5.5 session, inspect relevant project state and produce a concise implementation plan with:
Do not implement yet.
Spawn a Claude ACP sub-agent to audit the plan. The child must be read-only.
Prompt the auditor to check:
Feed the Opus audit back into the GPT-5.5 planner. Revise the plan.
If substantial concerns remain, send the revised plan back to the Opus auditor or spawn a fresh Opus audit sub-agent. Iterate until one of these is true:
Keep the loop bounded. Default maximum: 3 plan-audit rounds unless the user asks for more.
Implementation rules:
When runnable code changes, run the narrowest suitable check before audit:
Surface failures honestly. Do not mark the task complete while checks are failing unless the user accepts that state.
Use GPT-5.5 as implementation auditor. Review:
If the parent implemented the change, perform a deliberate separate self-audit pass after reading the changed files/diff and command output. If a sub-agent implemented the change, audit the child result plus actual workspace state.
If the implementation auditor finds issues:
Default maximum: 3 implementation-audit rounds unless the user asks for more.
Stop when:
Report:
Close any completed delegated child sessions after retrieving their final results.
Before completing the user task, confirm: