speckit-implement

Execute Speckit workflows by wrapping a source skill and forwarding input.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-implement-opensoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-implement
Source: https://github.com/opensoft/dartwing-ocr-pipeline/tree/main/plugins/speckit/skills/speckit-implement
Command: npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-implement-opensoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates execution of Speckit-based workflows by wrapping and delegating to the source skill, simplifying plan-driven task execution.

Core Features & Use Cases

  • Source-skill delegation: Reads and forwards commands to the underlying Speckit implementation to perform tasks.
  • Input passthrough: Passes any text after /speckit.implement to the source skill for contextual execution.
  • Execution continuity: Ensures the Speckit workflow runs to completion with verification guidance integrated.

Quick Start

Pass your command input after /speckit.implement to execute the wrapped Speckit workflow.

Frequently Asked Questions about speckit-implement

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

FAQPage Schema
How do I automate Speckit workflow execution from a plan?▼

To automate Speckit workflow execution from a plan, you can use a wrapper that delegates commands to the underlying source skill, ensuring the defined tasks run to completion with integrated verification.

How does command passthrough work when executing Speckit tasks?▼

Command passthrough works by forwarding any text input provided after the execution trigger directly to the source skill, allowing contextual execution of the Speckit workflow without manual intervention.

Can I use this wrapper to verify outcomes across diverse workflows?▼

Yes, you can use this wrapper to verify outcomes across diverse workflows because it orchestrates execution and ensures the Speckit workflow runs to completion with built-in verification guidance.

What is the best way to delegate plan-driven tasks to a source skill?▼

The best way to delegate plan-driven tasks to a source skill is by wrapping the implementation, which reads the source skill, forwards user commands, and executes the workflow exactly as defined.

Do I need a source skill to run Speckit-based automation?▼

Yes, you need a source skill to run Speckit-based automation, as the wrapper reads and delegates commands to the underlying Speckit implementation rather than executing tasks independently.

Why does my Speckit workflow require a wrapper for execution?▼

Your Speckit workflow requires a wrapper for execution to satisfy the need for continuous orchestration, input forwarding, and exact execution verification as defined in the source plan.