What problem does it solve?
Executes the implement-stage loop to process the next scoped work item by coordinating the stage-chain orchestration and artifact handling, ensuring smooth handoffs between preflight, runtime, and postflight.
Core Features & Use Cases
- Stage-loop orchestration for the implement stage, including canonical stage-runtime paths and artifact generation.
- Reads and writes required by the stage contract (actions, context, and stage results) to keep the loop aligned with PRD-like workflows.
- Use Case: When a work item enters the implement loop, this skill enforces the sequence of preflight -> stage-runtime -> actions_apply -> stage-result, and produces the canonical stage result for downstream steps.
Quick Start
Resolve the active ticket and scope, ensure loop artifacts are present, and run the implement runtime to begin the loop.