speckit-implement

Execute phase-by-phase feature implementation tasks with TDD dependency management.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/magdymohamed78/Wasla --skill speckit-implement-magdymohamed78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/magdymohamed78/Wasla/tree/main/.agent/skills/speckit-implement
Command: npx skills add https://github.com/magdymohamed78/Wasla --skill speckit-implement-magdymohamed78

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the systematic implementation of features by executing tasks from a breakdown, ensuring a structured and TDD-aligned development process.

Core Features & Use Cases

  • Task Execution: Runs through a predefined list of tasks for feature implementation.
  • TDD Support: Prioritizes test execution before corresponding implementation tasks.
  • Dependency Management: Respects sequential and parallel task dependencies.
  • Use Case: After generating a feature plan, use this Skill to guide the development process, ensuring all steps from setup to polish are executed correctly and efficiently.

Quick Start

Execute the speckit implement skill to build the feature based on the generated tasks.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate feature implementation from a task breakdown while enforcing TDD?

Automate feature implementation by executing a structured, phase-by-phase plan from a task breakdown. The process enforces TDD principles by prioritizing test execution before corresponding implementation tasks, managing all sequential and parallel dependencies.

What files do I need to execute a phase-by-phase implementation plan for software features?

You need a tasks.md file containing the task breakdown and a plan.md file for context to execute the implementation plan. Optional contract and research files can also be provided to supply additional project context during setup and execution.

How does dependency management work when executing a structured development workflow?

Dependency management respects both sequential and parallel task dependencies during development workflow execution. It validates project setup and resolves task dependencies automatically, ensuring all steps from setup to polish execute correctly and efficiently.

Can I use test-driven development workflow automation without a predefined feature plan?

You cannot use this development workflow automation without a predefined feature plan. It requires a generated task breakdown to guide the implementation process, ensuring all steps from setup to completion are executed correctly and systematically.

What is the best way to systematically implement software features after generating a plan?

The best way to systematically implement features is to execute a structured, phase-by-phase implementation plan based on a generated task breakdown. This approach manages dependencies and enforces TDD principles to validate project setup and completion.