What problem does it solve? Starting a coding task without alignment on user stories and acceptance criteria leads to drift between the product definition and the implementation. This Skill ensures every feature request enters a tracked change workflow where definition alignment, implementation, and verification happen as recorded pipeline stages. ## Core Features & Use Cases - Change workflow entry point: Forwards any feature or enhancement request to the /defprod-change orchestrator with the correct type preset (feature or enhancement). - Tracked delivery pipeline: The work flows through define, code, test, review, and land stages as a DefProd change record visible to PMs. - Argument forwarding: Passes external ticket references and driver-override arguments (such as --auto or stage=driver) verbatim to the orchestrator. - Use Case: A developer is asked to add a password-reset flow. Invoking this Skill creates a DefProd change record, aligns the user story in the define stage, then walks implementation and verification through the pipeline with human gates. ## Quick Start Ask the agent to implement your feature using the defprod-implement-feature skill, for example by saying implement the password reset feature as a tracked DefProd change.