What problem does it solve? Turning a written spec or a set of tickets into actual working code requires a disciplined, repeatable workflow. This Skill provides a shared implementation workflow that guides the AI through executing planned work consistently across agent environments. ## Core Features & Use Cases - Spec-Driven Implementation: Executes work items defined by a specification document or ticket set. - Shared Workflow Delegation: Reads and follows an authoritative workflow definition from the project's shared skill directory, resolving all relative paths against it. - Cross-Host Translation: Translates host-specific invocation syntax and tool names to Codex equivalents without altering the workflow, constraints, stop conditions, or outputs. - Use Case: A developer has a finalized feature spec and asks the agent to implement it; the Skill loads the canonical implementation workflow and drives the coding process to completion. ## Quick Start Ask the agent to implement the work described in your current spec or ticket set using the implement skill.