implement-tasks

Execute all implementation phases and tasks for skills in .github/skills directories.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/patrickrmoore/sdd-test --skill implement-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-tasks
Source: https://github.com/patrickrmoore/sdd-test/tree/main/.github/skills/implement-tasks
Command: npx skills add https://github.com/patrickrmoore/sdd-test --skill implement-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes the full implementation workflow by coordinating gates, context loading, task execution, phase reviews, and completion reporting in one uninterrupted run.

Core Features & Use Cases

  • Orchestrates gated, continuous task execution across Setup, Foundational, Delivery, and Polish phases
  • Auto-resolves common errors and performs intelligent recovery during task execution
  • Generates real-time progress updates, phase reviews, and a final implementation summary

Quick Start

Run /sddp-implement to begin an end-to-end skill execution with automatic phase progression.

Frequently Asked Questions about implement-tasks

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

FAQPage Schema
How do I automate end-to-end task implementation across multiple workflow phases in a single run?

End-to-end task implementation is orchestrated in a single run by coordinating gates, context loading, task execution, and phase reviews across Setup, Foundational, Delivery, and Polish phases automatically.

What is auto-recovery in task execution workflows and how does it handle errors?

Auto-recovery in task execution automatically resolves common errors during continuous workflow runs, applying intelligent recovery mechanisms to maintain progress without manual intervention across implementation phases.

Do I need a SKILL.md frontmatter file to run gated workflow automation?

A SKILL.md frontmatter file is mandatory for gated workflow automation, requiring skills to be defined in .github/skills directories alongside optional resources like scripts, references, and assets.

How do I generate phase reviews and completion reports for automated task execution?

Phase reviews and completion reports are generated automatically during task execution, providing real-time progress updates and a final implementation summary that satisfies task tracking requirements.

What's the best way to handle continuous task progression without manual phase gating?

Continuous task progression without manual phase gating is handled by orchestrating automatic phase transitions, coordinating context loading and task execution while enforcing required review gates throughout the workflow.