sdd-implement

Execute SDD Stage 6 tasks using red/green TDD and EARS verification.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/rajnishkhatri/AgentsFramework --skill sdd-implement-rajnishkhatri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-implement
Source: https://github.com/rajnishkhatri/AgentsFramework/tree/main/.cursor/skills/sdd-implement
Command: npx skills add https://github.com/rajnishkhatri/AgentsFramework --skill sdd-implement-rajnishkhatri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of SDD Stage 6 tasks in a repository, enabling users to implement approved task lists using red/green TDD and EARS verification.

Core Features & Use Cases

  • Automated Task Execution: Execute a task list approved for implementation in a repository.
  • Red/Green TDD: Implements tasks using test-driven development practices.
  • EARS Verification: Ensures each task meets its own pass/fail criteria.
  • Safe Implementation: Ensures tasks are implemented in a controlled manner without violating boundaries.

Quick Start

Implement the SDD Stage 6 plan by using the 'sdd-implement' skill.

Frequently Asked Questions about sdd-implement

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

FAQPage Schema
How do I automate SDD task execution in my repository?

You can automate SDD task execution by applying the sdd-implement skill to your repository, which processes approved task lists using red/green TDD and EARS verification.

What is red/green TDD and how does it apply to SDD implementation?

Red/green TDD is a test-driven development practice where tests are written before code. This Skill uses it to implement SDD Stage 6 tasks task-by-task, ensuring controlled and safe execution.

How does EARS verification work for task implementation?

EARS verification ensures each implemented task meets its own specific pass/fail criteria. This Skill applies EARS verification to maintain safe implementation without violating boundaries.

Do I need an approved task list before starting SDD Stage 6 implementation?

Yes, you need an approved task list in your repository. This Skill automates the execution of SDD Stage 6 tasks and requires adherence to the SDD lifecycle and AGENTS.md guidelines.

Can I execute repository tasks task-by-task without violating boundaries?

Yes, the sdd-implement skill ensures tasks are implemented in a controlled manner task-by-task. It uses SKILL.md as a framework to maintain safe implementation boundaries.