story-execution

Execute TDD implementation plans through RED-GREEN-COMMIT cycles and generate CI result reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Mharbulous/SyncoPaid --skill story-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-execution
Source: https://github.com/Mharbulous/SyncoPaid/tree/main/.claude/skills/story-execution
Command: npx skills add https://github.com/Mharbulous/SyncoPaid --skill story-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire implementation process by loading TDD plans and executing them through RED-GREEN-COMMIT cycles, turning planning documents into working code while you focus on higher-level decisions.

Core Features & Use Cases

  • Plan Execution: Loads and executes detailed TDD implementation plans task by task.
  • Dependency Verification: Checks that all prerequisites are met before starting implementation.
  • Critical Review: Analyzes plans for blocking issues before execution begins.
  • Batch Processing: Executes tasks in manageable batches with progress reporting.
  • Use Case: When you have a detailed implementation plan, use this Skill to automatically write the code, run the tests, and commit the changes, following TDD discipline precisely.

Quick Start

Use the story-execution skill to implement the plan for story 2.1.3.

Frequently Asked Questions about story-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TDD implementation from a detailed plan?

TDD automation executes your implementation plan through RED-GREEN-COMMIT cycles, loading tasks from a story-tree database and running them batch by batch. The Skill decomposes plans, verifies dependencies, and generates execution reports showing test results and code changes.

Can I use automated code generation with continuous integration?

Yes. This Skill runs in both CI and interactive modes, enforcing safety constraints in CI while executing TDD steps exactly as planned. It emits standardized JSON outputs (ci-review-result.json, ci-execute-result.json) for automated pipeline integration.

What happens before implementation execution starts?

The Skill performs critical review of your plan, checks that all prerequisite tasks are complete, verifies acceptance criteria alignment, and reports any blocking issues before executing any RED-GREEN-COMMIT cycles.

How do I verify that my implementation plan meets requirements?

The Skill validates the plan against acceptance criteria and generates an implementation report showing which requirements were satisfied. It updates story state in the database and provides detailed results for your review before committing changes.

What file format does the implementation plan need?

Plans are stored in the story-tree database and read via Python sqlite3 scripts. The Skill processes structured task definitions with dependencies, test specifications, and acceptance criteria.