implement

Execute task plans through RED, GREEN, REFACTOR, and CHECK phases.

Updated May 16, 2026
One-click install
npx skills add https://github.com/korchasa/flowai-plugins --skill implement-korchasa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/korchasa/flowai-plugins/tree/main/plugins/flowai/skills/implement
Command: npx skills add https://github.com/korchasa/flowai-plugins --skill implement-korchasa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the implementation of task plans within a TDD cycle, ensuring code quality and adherence to a defined workflow.

Core Features & Use Cases

  • Task Execution: Executes task plans with strict TDD cycles: RED (failing test), GREEN (passing test), REFACTOR, CHECK.
  • Plan Authority: Ensures that the implementation strictly follows the ## Solution section of the task plan.
  • No-Op Handling: Stops the process if the task plan's feature is already satisfied, reporting a no-op situation.

Quick Start

To execute a task plan, use the 'implement' skill with the task identifier.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate task execution within a Test-Driven Development workflow?

Automate task execution within a Test-Driven Development workflow by using a skill that processes pre-written task plans through strict RED, GREEN, REFACTOR, and CHECK cycles. This enforces code quality and adherence to defined development workflows.

What is the required format for a task plan to execute a TDD cycle?

To execute a TDD cycle, the task plan must be pre-written and include a specific `## Solution` section. This section acts as the plan authority, ensuring the implementation strictly follows the defined solution steps.

How do I prevent duplicate implementation if a feature is already satisfied in a TDD workflow?

To prevent duplicate implementation in a TDD workflow, the execution process includes no-op handling. If the task plan's feature is already satisfied, the process stops automatically and reports a no-op situation.

Does task execution under TDD guidelines require manual intervention during refactoring?

Task execution under TDD guidelines automates the entire cycle including the REFACTOR phase. It applies to task management within software development workflows, ensuring each phase is followed without requiring manual intervention.

What happens if my task plan does not contain a Solution section?

If a task plan lacks a `## Solution` section, task execution cannot proceed. The implementation strictly follows this section as the plan authority to guide the RED, GREEN, REFACTOR, and CHECK phases.