What problem does it solve?
This Skill provides a safe, Codex-led way to dispatch Claude as an execution worker without relinquishing acceptance, testing, or archive decisions, eliminating unsafe context switches and ambiguous ownership during implementation.
Core Features & Use Cases
- Codex orchestration with Claude execution: Construct bounded execution packets and invoke Claude to implement only the approved scope.
- Structured return and verification: Require a standardized return packet including changed files, tests run, unresolved issues, and a recommended next step, then run Codex-local verification before archive.
- Guardrails and rework flow: Enforce allowed/protected paths, required checks, and produce a rework packet if verification fails, ensuring Codex retains archive authority.
- Use Case: When a planned change is ready, generate the execution packet from proposal, design, and task documents, run Claude to implement the scope, then verify and accept or request rework from Codex.
Quick Start
Use the ccgs-spec-impl skill to dispatch Claude with a bounded execution packet for the active change and return the verification results to Codex.