kairo-implement

Orchestrate sub-agent tasks for TDD or direct development workflows.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/tagty/taskflow --skill kairo-implement-tagty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kairo-implement
Source: https://github.com/tagty/taskflow/tree/main/.claude/skills/kairo-implement
Command: npx skills add https://github.com/tagty/taskflow --skill kairo-implement-tagty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation of development tasks, ensuring code quality through Test-Driven Development (TDD) or direct execution methods.

Core Features & Use Cases

  • TDD Workflow: Guides through task note generation, requirement definition, test case creation, red-green-refactor cycles, and final verification.
  • Direct Execution: For simpler tasks like project setup or configuration, it executes predefined setup and verification steps.
  • Use Case: When assigned a new feature requiring new components, this Skill will help you write tests first, then implement the code to pass those tests, and finally refactor for quality. For setting up a new project directory, it will directly execute the necessary setup commands.

Quick Start

Use the kairo-implement skill to implement the task with ID TASK-00001.

Frequently Asked Questions about kairo-implement

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

FAQPage Schema
How do I automate test-driven development workflows for new features?

Automating test-driven development workflows involves orchestrating sub-agent tasks to generate requirement notes, create test cases, and run red-green-refactor cycles. This Skill automates that exact TDD sequence, from initial setup through final code verification.

What is the best way to implement development tasks using direct execution methods?

Direct execution implementation runs predefined setup and verification steps for simpler tasks like project configuration. This Skill supports direct execution, bypassing the full TDD cycle when you need to quickly set up project directories or execute straightforward development phases.

Can I use workflow orchestration for both writing tests first and direct code implementation?

Workflow orchestration can support both Test-Driven Development and direct execution workflows. This Skill implements development tasks by orchestrating specialized sub-agent sequences, allowing you to choose between writing tests first or directly executing setup steps based on task metadata.

Does task automation work for project setup and code refactoring phases?

Task automation covers development phases from initial project setup to code refactoring. This Skill leverages tools for reading documentation and managing tasks to execute specific implementation steps based on the assigned task type and its metadata.

How does TDD workflow automation handle the red-green-refactor cycle?

TDD workflow automation guides you through the red-green-refactor cycle by orchestrating sub-agent tasks for requirement definition, test case creation, and implementation. This Skill ensures code quality by automating each phase until tests pass and final verification is complete.

When should I choose direct execution over a TDD workflow for task implementation?

Choose direct execution over a TDD workflow for simpler tasks like project setup or configuration that do not require extensive test cases. This Skill evaluates task type and metadata to determine whether to run the full TDD cycle or direct execution steps.