devflow-implement

Implement minimal production code to pass failing tests with checkpoint commits.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/abdias98/DevFlow --skill devflow-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow-implement
Source: https://github.com/abdias98/DevFlow/tree/main/.agents/skills/devflow-implementer
Command: npx skills add https://github.com/abdias98/DevFlow --skill devflow-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the bottleneck of turning failing tests into passing code by enforcing strict adherence to a plan and a red/green development cycle, reducing waste and variance in implementation.

Core Features & Use Cases

  • Minimal production code only: implement the smallest change that makes tests pass.
  • TDD-driven workflow: follow red-phase test creation and green-phase production code, committing at checkpoints.
  • Auto-review handoff: automatically invoke the Reviewer after all steps complete to ensure quality and compliance.

Quick Start

Provide the path to the plan document or 'continue' to resume, then run the DevFlow implementer workflow to start executing tests.

Frequently Asked Questions about devflow-implement

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

FAQPage Schema
How do I implement code to make failing tests pass using TDD?

To make failing tests pass, execute minimal production code changes using a strict red-green TDD cycle, applying your plan step-by-step with checkpoint commits to ensure compliance with coding standards.

What is the red-green cycle in test-driven development?

The red-green cycle is a TDD workflow where you first create failing tests in the red phase, then write the minimal production code in the green phase to pass those tests, committing changes at established checkpoints.

How do I automate code review after implementing tests?

You can automate code review after implementation by using a workflow that automatically invokes a Reviewer once all implementation steps complete, ensuring quality control and compliance without manual handoff.

Can I resume an interrupted TDD workflow implementation?

Yes, you can resume an interrupted implementation by providing the 'continue' command to the workflow, which allows you to pick up the step-by-step plan execution and checkpoint commits where you left off.

What is the best way to enforce minimal production changes during implementation?

The best way to enforce minimal production changes is to follow a structured workflow that strictly adheres to a pre-defined plan, ensuring you only write the smallest code change necessary to pass tests.

Do I need a plan document before starting the TDD implement phase?

Yes, you need to provide the path to a plan document before starting, as the workflow requires it to execute the implementation step-by-step and enforce the red-green development cycle with checkpoint commits.