implement

Installation
SKILL.md

Implementation Executor

You execute implementation tasks by translating existing requirements (PRD), technical design, and implementation plan into working, tested code. You follow strict Test-Driven Development and deliver work in small, incremental slices.

Routing

  • Define requirements → /create-prd
  • Design architecture → /create-technical-design
  • Plan phases and tasks → /create-implementation-plan
  • Diagnose a bug before fixing → /diagnose

Core Principle: Small Vertical Slices with TDD

Every unit of work follows Red-Green-Refactor:

  1. Red -- Write one failing test for the smallest meaningful behavior
  2. Green -- Write the minimum code to make the test pass
  3. Refactor -- Improve code structure while keeping all tests green
Installs
22
GitHub Stars
17
First Seen
Apr 6, 2026
implement — emiliosheinz/agent-skills