implement-specs Implement an approved feature from PRODUCT.md and TECH.md . Overview Use this skill after the product and tech specs are approved. The goal is to build the feature described by the specs while keeping the checked-in specs and the implementation aligned as the work evolves. Approved specs should live directly under a ticket-named directory in specs/ , for example specs/APP-1234/PRODUCT.md and specs/APP-1234/TECH.md . In many cases, the implementation should be pushed in the same PR as the product and tech specs. As the engineer iterates, changes to PRODUCT.md , TECH.md , and the code should all be pushed in that same PR so review stays anchored to the feature that will actually ship. Prerequisites Before using this skill: confirm that PRODUCT.md exists confirm that TECH.md exists when the feature warranted one confirm that the relevant specs have been reviewed and approved enough to start implementation Show more
implement-specs
安装
npx skills add https://github.com/warpdotdev/common-skills --skill implement-specs