implement

Execute staged implementation plans from tasks.md and design.md with TDD.

52|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill implement-zte-aicloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/ZTE-AICloud/Co-OmniSpec/tree/main/skills/implement
Command: npx skills add https://github.com/ZTE-AICloud/Co-OmniSpec --skill implement-zte-aicloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of an implementation plan by reading tasks.md and design.md to perform staged work and generate a task execution report.

Core Features & Use Cases

  • Stage-driven execution according to tasks.md and design.md.
  • Enforces completion of all tasks, including code, tests (TDD), and documentation.
  • Generates execution reports and progress updates for project governance.

Quick Start

Start by placing tasks.md and design.md in the repository and run the implement skill to begin phased task execution.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate end-to-end execution of an implementation plan?

To automate end-to-end execution of an implementation plan, place tasks.md and design.md in your repository. The Skill processes these files to perform staged work, enforce TDD, and generate a final execution report.

What is dependency-driven sequencing for staged software work?

Dependency-driven sequencing for staged software work is a process that reads tasks.md to order project phases based on task dependencies. It ensures strict adherence to TDD by completing code, tests, and documentation sequentially.

Do I need a design.md file to run TDD-based task execution?

Yes, you need a design.md file alongside tasks.md to run TDD-based task execution. The Skill reads both files to orchestrate staged work, enforce mandatory completion of code and tests, and produce traceable progress updates.

How to generate an execution report from tasks.md?

To generate an execution report from tasks.md, run the Skill after placing your tasks.md and design.md files in the repository. It executes the staged plan, applies TDD, edits task states, and outputs a final execution report.

Can I use this for phase-based progress tracking without writing tests?

No, you cannot use this for phase-based progress tracking without writing tests. The Skill enforces strict adherence to TDD, requiring mandatory completion of code, tests, and documentation before advancing through staged work.