story-implement

Execute development tasks from tasks.md with TDD and visual design integration.

2|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/telum-ai/speck --skill story-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-implement
Source: https://github.com/telum-ai/speck/tree/main/.cursor/skills/story-implement
Command: npx skills add https://github.com/telum-ai/speck --skill story-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of development tasks defined in tasks.md, ensuring stories are implemented according to the plan and methodology.

Core Features & Use Cases

  • Task Execution: Processes and executes tasks sequentially or in parallel based on tasks.md.
  • TDD Enforcement: Prioritizes writing tests before implementation code.
  • Visual Quality Assurance: Integrates design system principles for UI stories.
  • Use Case: After planning a new feature, use this Skill to automatically write tests, implement the core logic, and integrate it, following the defined steps and dependencies.

Quick Start

Execute the implementation plan for the current story.

Frequently Asked Questions about story-implement

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

FAQPage Schema
How do I automate story implementation from a tasks.md file?

Story implementation is automated by executing development tasks defined in tasks.md, adhering to a phased approach and task dependencies. The Skill processes tasks sequentially or in parallel based on the defined plan.

How does TDD enforcement work during agile task execution?

TDD enforcement prioritizes writing tests before implementation code during agile task execution. This ensures stories are implemented according to the plan and methodology by validating logic through tests prior to functional integration.

Can I execute parallel development tasks based on task dependencies?

Yes, you can execute parallel development tasks when task dependencies permit. The Skill manages parallel task execution alongside sequential processing, providing progress tracking and error handling throughout the workflow.

Does story implementation work with UI development and visual design specifications?

Yes, story implementation integrates visual design specifications for UI components during development. This visual quality assurance ensures UI stories adhere to design system principles while enforcing the TDD workflow.

What is the best way to track progress and handle errors in task execution?

The best way to track progress and handle errors in task execution is through the Skill's built-in progress tracking and error handling mechanisms. These monitor task dependencies and execution phases to ensure stories are implemented according to plan.

Why should I use a phased approach for software development task execution?

A phased approach for software development task execution ensures stories are implemented methodically according to task dependencies. It enforces TDD practices and integrates visual quality assurance for UI components, maintaining structural integrity throughout development.