workflow-patterns

Guide teams through Conductor's TDD workflow with RED-GREEN-REFACTOR phases.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/haxlys/skills --skill workflow-patterns-haxlys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-patterns
Source: https://github.com/haxlys/skills/tree/main/vendored/wshobson-agents/plugins/conductor/skills/workflow-patterns
Command: npx skills add https://github.com/haxlys/skills --skill workflow-patterns-haxlys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conductor's TDD workflow guidance standardizes how teams plan, track, and verify task progress, reducing drift and miscommunication across development cycles.

Core Features & Use Cases

  • Phase-aware task planning: Aligns tasks with track plans, plan.md updates, and checkpoint-ready commits.
  • Red-Green-Refactor lifecycle guidance: Enforces disciplined development steps and quality gates.
  • Verification protocol awareness: Outlines how to record progress, commits, and approvals to ensure traceability.

Quick Start

Update plan.md to begin the next task and execute the RED-GREEN-REFACTOR cycle.

Frequently Asked Questions about workflow-patterns

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

FAQPage Schema
How do I enforce a RED-GREEN-REFACTOR lifecycle for task-driven development?

To enforce a RED-GREEN-REFACTOR lifecycle, you need a workflow that guides phase-by-phase execution from plan to completion. This approach standardizes development steps through quality gates, ensuring disciplined task tracking and reducing drift across development cycles.

What is the best way to track task progress and verification in TDD workflows?

The best way to track task progress in TDD workflows is by maintaining a plan.md file and documenting verification protocols. This records progress, commits, and approvals to ensure traceability and aligns tasks with track plans.

How do I manage checkpoint-ready git commits during phase-aware task planning?

To manage checkpoint-ready git commits during phase-aware task planning, align your tasks with track plans and update plan.md to begin the next task. This enforces git-commit discipline and supports structured phase-by-phase execution.

When do I need a standardized TDD workflow for team coordination?

You need a standardized TDD workflow for team coordination when solving the coordination gap in task-driven development. It is required when teams must reduce drift and miscommunication across development cycles by enforcing structured verification steps.

Can I use this workflow guidance to align tasks with track plans and plan.md updates?

Yes, you can use this workflow guidance to align tasks with track plans through plan.md updates. It supports phase-aware task planning and prepares checkpoint-ready commits, ensuring phase-by-phase execution from plan to completion.

Why does task-driven development suffer from drift without checkpoint discipline?

Task-driven development suffers from drift without checkpoint discipline due to the coordination gap in planning, tracking, and verifying progress. Standardizing these development cycles reduces miscommunication and enforces quality gates.