spec-implement

Automate numbered spec implementation by applying plans from .specs folders.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/DIO0550/d-market --skill spec-implement-dio0550
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: spec-implement
Source: https://github.com/DIO0550/d-market/tree/main/plugins/spec-plugin/skills/spec-implement
Command: npx skills add https://github.com/DIO0550/d-market --skill spec-implement-dio0550

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

番号付き仕様の実装を安全かつ順序立てて進める自動ワークフローを提供します。該当する .specs/{nnn}-* フォルダを特定し、implementation-plan.md の内容に沿ってタスクを実装します。タスクの進捗は tasks.md に反映され、全タスク完了後に PLANNING ファイルを削除します。

Core Features & Use Cases

  • 番号付き仕様の実装計画に沿ったタスク実行を自動化
  • tasks.md の未完了タスクを順次処理し、□ を ■ に更新
  • すべてのタスク完了後に PLANNING ファイルを削除してクリーンアップ
  • 研究・計画・実装・検証の各段階間の依存関係を管理

Quick Start

実装を開始するには、/implement 001 のように番号を指定して実行します。

Frequently Asked Questions about spec-implement

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

FAQPage Schema
How do I automate implementation of numbered specs in a software project?▼

You can automate numbered spec implementation by selecting the matching .specs/{nnn}-* folder, reading implementation-plan.md, and executing tasks sequentially. Progress is tracked in tasks.md, marking items complete as you go.

What is the spec-based task implementation workflow for managing dependencies?▼

The spec-based workflow manages dependencies by enforcing status transitions across research, planning, implementation, and verification stages. It sequences dependent tasks and provides clear progress updates throughout the process.

How do I start implementing a spec using a numbered folder identifier?▼

To start implementing a spec, run the command with a specific number like /implement 001. The workflow identifies the corresponding .specs/{nnn}-* folder and begins processing tasks from the implementation plan.

How does the workflow track task completion in tasks.md?▼

The workflow tracks task completion in tasks.md by updating checkbox markers from □ to ■ for each task. It processes incomplete items sequentially according to the implementation-plan.md.

What happens to the PLANNING file after all spec tasks are completed?▼

After all spec tasks are completed, the workflow removes the PLANNING file. This cleanup action ensures the project directory stays organized once the implementation-plan.md is fully executed.

Does this guided implementation workflow require a specific folder structure?▼

Yes, this guided implementation workflow requires a specific folder structure. Your software project must be organized under .specs/{nnn}-*/ directories containing implementation-plan.md and tasks.md files.