workflow-patterns

Enforce a TDD workflow with RED-GREEN-REFACTOR steps and git commit protocols.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and enforces a TDD-driven workflow for implementing tasks.

Core Features & Use Cases

  • TDD lifecycle guidance: follow RED-GREEN-REFACTOR for each task.
  • Plan-driven progress tracking: update plan.md as work progresses and mark checkpoints.
  • Git commitments and verification: standardized commit messages, git notes, and phase completion checks.

Quick Start

Initiate the next task from plan.md and execute the full 11-step TDD workflow to achieve green tests.

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 TDD workflow with checkpoint verification for my tasks?

To enforce a TDD workflow, this skill coordinates phase checkpoints and task lifecycles using RED-GREEN-REFACTOR steps. It tracks progress through plan.md and standardizes phase completion checks before advancing.

What is the best way to track plan-driven progress during TDD lifecycle implementation?

The best way to track plan-driven progress is updating plan.md as work progresses and marking phase checkpoints. This maintains structured task lifecycles and verifies completion of each RED-GREEN-REFACTOR step.

How do I standardize git commit messages for TDD phase completion?

You can standardize git commit messages for TDD phase completion by applying this skill's git-commit protocols. It enforces standardized commit messaging and git notes alongside checkpoint documentation to maintain quality gates.

Can I use Conductor-driven task management without a pre-existing plan.md file?

Conductor-driven task management relies on plan.md to initiate tasks and execute the TDD workflow. Without a plan.md file, the skill cannot track plan-driven progress or mark checkpoints during the structured task lifecycle.

Does the 11-step TDD workflow include refactoring and checkpoint documentation?

Yes, the 11-step TDD workflow includes refactoring and checkpoint documentation. It executes the full RED-GREEN-REFACTOR cycle for each task and requires checkpoint documentation to verify phase completion before achieving green tests.