workflow-patterns

Guide Conductor TDD workflow tasks through phase checkpoints and Git commits.

38.6k|4.1k|Updated Jul 24, 2025
One-click install
npx skills add https://github.com/wshobson/agents --skill workflow-patterns-wshobson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-patterns
Source: https://github.com/wshobson/agents/tree/main/plugins/conductor/skills/workflow-patterns
Command: npx skills add https://github.com/wshobson/agents --skill workflow-patterns-wshobson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to implementing tasks using Conductor's TDD workflow, ensuring quality through phase checkpoints, proper Git management, and robust verification protocols.

Core Features & Use Cases

  • TDD Lifecycle Adherence: Guides users through the Red-Green-Refactor cycle for each task.
  • Phase Completion: Outlines the protocol for verifying and checkpointing completed phases.
  • Git Integration: Details best practices for commit messages, notes, and SHA recording.
  • Quality Assurance: Enforces gates for tests, coverage, style, documentation, and security.
  • Use Case: A developer can follow this guide step-by-step to ensure every task is implemented with high quality, well-documented, and properly version-controlled within the Conductor framework.

Quick Start

Follow the TDD task lifecycle outlined in this skill to implement your next task.

Frequently Asked Questions about workflow-patterns

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

FAQPage Schema
How do I implement Test-Driven Development using Conductor's workflow?

You implement TDD by following Conductor's Red-Green-Refactor cycle, which enforces phase checkpoints, Git commits, and verification gates for tests, coverage, style, documentation, and security.

What's the best way to manage Git commits within a TDD lifecycle?

Managing Git commits within a TDD lifecycle requires recording commit SHAs and notes at phase checkpoints, ensuring proper version control and traceable task completion within the Conductor framework.

What quality assurance gates are enforced during the TDD workflow?

The TDD workflow enforces quality assurance gates for tests, code coverage targets, style, documentation, and secure coding practices to verify phase completion before proceeding.

Do I need the Conductor framework to follow this TDD workflow?

This TDD workflow is designed for the Conductor framework, addressing the need for structured development processes, quality assurance gates, and traceable task completion within its project management context.

When should I use phase checkpoints in my development process?

Use phase checkpoints during TDD task completion to verify quality, enforce testing principles, and record Git SHAs, ensuring each development phase meets coverage and security requirements before advancing.