Implement Slice banner
jonathanowitz jonathanowitz

Implement Slice

Development community

Description

--- description: RED-GREEN TDD for one vertical slice — write tests, confirm RED, implement, confirm GREEN argument-hint: <slice name from implement plan> allowed-tools: [Read, Edit, Write, Grep, Glob, Bash] --- # Implement Slice Execute one vertical slice using strict RED→GREEN TDD. This is the repeatable unit of `/implement`. **Input:** A slice name ($ARGUMENTS) matching a section in the implementation plan file. ## Step 1: Read the Slice Spec Find the slice in `tmp/implement-plan-*.md`.

Installation

Installs to ~/.claude/skills/jonathanowitz-claude-skills-implement-slice/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jonathanowitz-claude-skills-implement-slice && curl -fsSL https://raw.githubusercontent.com/jonathanowitz/claude-skills/HEAD/commands/implement-slice.md -o ~/.claude/skills/jonathanowitz-claude-skills-implement-slice/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository