devflow-test

Generate failing test files from DevFlow plan sections.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps testers reproduce and manage mid-implementation recovery by generating specific failing tests from the DevFlow plan when needed, enabling rapid Red→Green iteration without unintended automatic execution.

Core Features & Use Cases

  • Read the plan to locate each task's 🧪 Tests for this Task section and reproduce the exact test files exactly as written.
  • Never write production code; you ONLY create test files and verify they fail, then register results for phase tracking.
  • Use when resuming mid-implementation, recreating a failing test, debugging a missing test file, or guiding manual TDD in the DevFlow workflow.

Quick Start

In a mid-implementation scenario, run the tester to generate the failing tests from the plan's 🧪 Tests for this Task sections.

Frequently Asked Questions about devflow-test

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

FAQPage Schema
How do I generate failing test files for TDD red-green workflow from a plan?

This Skill generates failing test files for TDD red-green workflow by locating plan-specific test sections and creating exact test files to drive the Red phase, registering results for session memory without writing any production code.

What is manual TDD and how does plan management support mid-implementation recovery?

Manual TDD with plan management supports mid-implementation recovery by recreating specific failing tests from plan sections, enabling rapid Red to Green iteration without triggering unintended automatic test execution.

Can I resume TDD implementation and recreate a missing test file from plan sections?

Yes, you can resume TDD implementation by reading the plan to locate each task's test section and reproducing the exact missing test file as written, ensuring tests are registered for accurate phase tracking.

Does this manual testing helper write production code during the Red phase?

No, the manual testing helper never writes production code; it only creates test files and verifies they fail, then registers results for phase tracking within the DevFlow plan context.

Why are my plan-specific tests not matching the failing test files I need?

Plan-specific tests may not match if they were not created exactly as written in the plan; this Skill ensures tests are reproduced exactly from the plan sections and registered for session memory.