workflow-patterns

Apply Conductor's TDD workflow patterns from plan.md through verification and git checkpoints.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/caobingsheng/skills --skill workflow-patterns-caobingsheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-patterns
Source: https://github.com/caobingsheng/skills/tree/main/.claude/skills/workflow-patterns
Command: npx skills add https://github.com/caobingsheng/skills --skill workflow-patterns-caobingsheng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conductor task implementations often suffer from unclear lifecycle, inconsistent checkpoints, and variable verification quality; this skill provides a structured pattern to guide TDD task execution from plan intake to final acceptance.

Core Features & Use Cases

  • Provides a repeatable 11-step TDD lifecycle from selecting the next task to verification.
  • Emphasizes phase checkpoints and disciplined git commit messaging to track progress.
  • Covers handling plan-driven workflows and quality assurance gates across tracks.

Quick Start

Tell me to apply Conductor's TDD workflow to the next task in plan.md and start at Step 1.

Frequently Asked Questions about workflow-patterns

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

FAQPage Schema
How do I structure a TDD workflow from planning to git commits?

You can structure a TDD workflow by applying an 11-step lifecycle that enforces the red-green-refactor cycle, establishes phase checkpoints, and generates formal commit messages to track task implementation progress.

What is the best way to enforce TDD checkpoints during task implementation?

You can enforce TDD checkpoints by applying structured workflow patterns that define phase checkpoints and quality assurance gates across tracks, ensuring disciplined progression through the red-green-refactor cycle.

How do I start a plan-driven TDD task from a plan.md file?

You start a plan-driven TDD task from a plan.md file by instructing the system to apply Conductor's TDD workflow to the next task and begin at Step 1 of the 11-step lifecycle to guide execution from plan intake to final acceptance.

Does the TDD workflow pattern require specific metadata in SKILL.md?

Yes, the TDD workflow pattern requires clear frontmatter metadata in SKILL.md, concrete steps for each phase, and documentation of verification and quality gates to ensure consistent task execution and acceptance.

How does Conductor handle verification and quality gates in a TDD cycle?

Conductor handles verification and quality gates in a TDD cycle by enforcing phase checkpoints throughout the 11-step lifecycle, requiring documentation of verification standards and quality gates to achieve final task acceptance.