implement-feature

Installation
SKILL.md

Implement Feature

Orchestrate the parallel implementation of a feature specification by dispatching coder agents wave-by-wave. This skill reads a spec folder (created by create-spec), identifies the next wave of parallelizable work, spawns coder agents for each task, and runs a code review gate before moving to the next wave.

The orchestrator never writes code itself. Its job is to:

  1. Parse the spec and determine what to do next
  2. Give each coder agent exactly the context it needs
  3. Verify the results via code review
  4. Manage the fix loop if review finds issues
  5. Track progress and commit completed waves

Prerequisites

A specs/{feature}/ directory containing:

  • README.md with wave assignments and task status checkboxes
  • requirements.md with feature context
  • tasks/task-{nn}-*.md files (one per task, self-contained)

This structure is produced by the create-spec skill. If the user doesn't have a spec folder, suggest they create one first.

Installs
20
GitHub Stars
410
First Seen
May 26, 2026
implement-feature — leonvanzyl/agentic-coding-starter-kit