spec-driven-implementation

Community

Turn design into disciplined code execution.

Authorxbklairith
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a disciplined, two-phase approach to implementing designed features: break design into task-oriented steps using Red-Green-Refactor, and track progress with documented tasks. It ensures tests guide implementation and quality gates govern progress.

Core Features & Use Cases

  • Two-Phase Workflow: Task breakdown (TDD) followed by execution.
  • Traceability: Each task maps to requirements and acceptance criteria.
  • Quality Gates: Tests, lint, and reviews guard progress.

Quick Start

Start by describing the feature design and say "Let's break this into tasks." The skill will create a tasks plan in docx/features/[NN-feature-name]/tasks.md and guide you through RED-GREEN-REFACTOR.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: spec-driven-implementation
Download link: https://github.com/xbklairith/kisune/archive/main.zip#spec-driven-implementation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository