implement

Implement work from a spec or tickets using TDD, typechecking, and tests.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/kashman001/ai-workspace-template --skill implement-kashman001
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/kashman001/ai-workspace-template/tree/main/skills/implement
Command: npx skills add https://github.com/kashman001/ai-workspace-template --skill implement-kashman001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a written spec or set of tickets into working, verified code requires discipline: writing tests first, running typechecks, and reviewing the result. This Skill guides an AI agent through that implementation workflow so the work is built, tested, reviewed, and committed on the current branch. ## Core Features & Use Cases - Spec-driven implementation: Builds the work described by the user in a spec or set of tickets. - 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. - Review and commit: Finishes by running a code review pass and committing the work to the current branch. - Use Case: You have a ticket describing a new API endpoint. Invoke this Skill to have the agent implement it with tests, verify types and the test suite, review the changes, and commit them. ## Quick Start Ask the agent to implement the work described in your spec or tickets using the implement skill.

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 with an AI agent?▼

Provide the spec or tickets and invoke this Skill. The agent implements the described work using TDD at pre-agreed seams, runs typechecking and tests along the way, reviews the result, and commits to the current branch.

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

The Skill instructs the agent to use TDD where possible at pre-agreed seams. It runs typechecking and single test files regularly during development, then runs the full test suite once at the end before review.

Does the implement skill commit code automatically?▼

Yes, the instructions direct the agent to commit the work to the current branch after implementation and code review are complete. It does not create branches or push to remotes on its own.

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

Avoid it when there is no clear spec or ticket to work from, since the Skill expects defined work to implement. For open-ended exploration or prototyping, define the scope first or use a planning-oriented approach.