sdd-execute

Automate end-to-end software development tasks with chained QA and PR workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Seok-Ryu/spec-driven-flow-with-agents --skill sdd-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-execute
Source: https://github.com/Seok-Ryu/spec-driven-flow-with-agents/tree/main/.claude/skills/sdd-execute
Command: npx skills add https://github.com/Seok-Ryu/spec-driven-flow-with-agents --skill sdd-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates an end-to-end Task execution loop across development, code review, QA, and commit/PR workflows, reducing manual handoffs and deliver time.

Core Features & Use Cases

  • End-to-end task orchestration for software development workflows with automated phase handoffs.
  • Deterministic task execution, automated code review kickoff, QA passes, and automatic commit/PR generation.
  • Phase chaining with built-in failure handling and optional user intervention when blocking issues arise.

Quick Start

Run sdd-execute on a task file to begin a full development cycle with automatic code review, QA, and PR workflow.

Frequently Asked Questions about sdd-execute

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

FAQPage Schema
How do I automate task execution for development, code review, and QA workflows?

End-to-end task execution orchestration chains development, code review, QA, and commit workflows into a single automated process. It uses a central orchestrator to pass data through phases, reducing manual handoffs and ensuring traceability.

What is the best way to generate pull requests automatically after QA passes?

Automated PR generation triggers after chained QA passes complete successfully. The orchestration model flows data through a central orchestrator, automatically committing code and creating pull requests once the QA phase passes without blocking issues.

Can I manually interrupt an automated development workflow when blocking issues arise?

Yes, optional manual interruption is supported during automated task execution when blocking issues arise. The orchestration model includes built-in failure handling and allows user intervention, ensuring safety and traceability across development, code review, and QA phases.

How does the 3-cycle escalation model handle task execution failures?

The 3-cycle escalation model manages task execution failures by routing data through a central orchestrator with built-in failure handling. It generates reports and supports optional manual intervention when blocking issues arise during code review or QA passes.

Do I need a task file to start an automated code review and PR workflow?

Yes, a task file is required to start the automated code review and PR workflow. Running the execution Skill on a task file initiates the full development cycle, including automated phase handoffs for QA, commits, and pull request generation.