specdo-apply

Orchestrate SpecDo change implementation through wrapper gates and verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MoonCoder-HAPPY/SpecDo --skill specdo-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: specdo-apply
Source: https://github.com/MoonCoder-HAPPY/SpecDo/tree/main/specdo-apply
Command: npx skills add https://github.com/MoonCoder-HAPPY/SpecDo --skill specdo-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

SpecDo Apply orchestrates end-to-end change implementation, including selecting unchecked tasks, routing wrapper gates, evaluating wrapper outputs, and directing post-verification routing to sync or archive.

Core Features & Use Cases

  • Orchestrates one active change at a time, resolving unchecked tasks and choosing the correct wrapper path (TDD, subagent, parallel, debugging, review, or verification).
  • Validates artifacts, readiness signals, and gate transitions against the canonical wrapper contracts to ensure traceable progress.
  • Integrates with lifecycle references and verification policies to ensure compliant task completion and handoff.

Quick Start

Execute the apply workflow to implement or continue an active SpecDo change and route readiness.

Frequently Asked Questions about specdo-apply

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

FAQPage Schema
How do I automate end-to-end change management for active workflows?

Automate end-to-end change management by orchestrating unchecked task selection, routing through wrapper gates, and verifying outcomes. It handles single-task execution and multi-task batches for active spec and non-spec changes.

What is the best way to route workflow verification through wrapper gates?

Route workflow verification by selecting the correct wrapper path like TDD, subagent, parallel, debugging, or review. It validates artifacts and gate transitions against canonical wrapper contracts to ensure traceable progress.

Can I execute multiple task batches within a single SpecDo change?

Yes, you can execute multi-task batches within a single active change. The orchestration engine resolves unchecked tasks and applies wrapper handoff protocols to process batches sequentially or verify outcomes collectively.

Does SpecDo Apply work with TDD and subagent wrapper paths?

Yes, SpecDo Apply works with TDD, subagent, parallel, debugging, review, and verification wrapper paths. It evaluates wrapper outputs and directs post-verification routing to sync or archive based on readiness signals.

Why does my change workflow fail gate event logging during handoff?

Change workflow gate event logging fails when artifacts or readiness signals do not meet canonical wrapper contract requirements. Validate gate transitions and ensure verification payload checks pass before routing to sync or archive.