implement

Implements work from a spec or tickets using TDD and code review.

1|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/trungenglish/SHOPWISE --skill implement-trungenglish
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/trungenglish/SHOPWISE/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/trungenglish/SHOPWISE --skill implement-trungenglish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a written spec or set of tickets into working, verified code requires disciplined execution across testing, typechecking, and review, which is easy to skip under time pressure. ## Core Features & Use Cases - Spec-Driven Implementation: Builds the work described in a spec or ticket set directly on the current branch. - Test-Driven Workflow: Applies TDD at pre-agreed seams, runs typechecking and single test files regularly, and runs the full test suite once at the end. - Built-In Review and Commit: Finishes with a code review pass and commits the completed work to the current branch. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to implement it with tests, verify types and the test suite, review the changes, and commit the result. ## Quick Start Ask the agent to implement the work described in your spec or tickets on the current branch.

Frequently Asked Questions about implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a feature from a spec or ticket?▼

Provide the spec or tickets and invoke the implement Skill. It builds the described work using TDD at pre-agreed seams, runs typechecking and tests along the way, then reviews and commits the result to the current branch.

How does test-driven development fit into the implementation workflow?▼

TDD is applied at pre-agreed seams, meaning tests are written first at the boundaries agreed with the team. Single test files run regularly during development, and the full test suite runs once at the end.

Does the implement Skill run the full test suite?▼

Yes, the full test suite runs once at the end of the work. During development it runs typechecking and individual test files regularly to catch issues early without the cost of repeated full-suite runs.

When should I not use a spec-driven implementation workflow?▼

Avoid it when there is no clear spec or ticket, since the Skill implements work described by those inputs. Exploratory prototyping or unclear requirements should be clarified into a spec first.

Where does the implemented code get committed?▼

The completed work is committed to the current branch after the code review step. Make sure you are on the intended branch before invoking the Skill.