story-execution

Use when user says "execute plan", "implement story", "run plan for [ID]", "start implementation", or asks to execute a planned story - loads TDD implementation plan from .claude/data/plans/, executes RED-GREEN-COMMIT cycles for each task, updates story status through active->reviewing->implemented, verifies acceptance criteria, and outputs implementation report. (project)

$ インストール

git clone https://github.com/Mharbulous/StoryTree /tmp/StoryTree && cp -r /tmp/StoryTree/claude/skills/story-execution ~/.claude/skills/StoryTree

// tip: Run this command in your terminal to install the skill