workflow-patterns

Guide Conductor TDD tasks through RED-GREEN-REFACTOR cycles with git commits and phase checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to implementing tasks within Conductor's TDD workflow, ensuring adherence to best practices for testing, committing, and phase management.

Core Features & Use Cases

  • TDD Lifecycle Management: Guides users through the RED-GREEN-REFACTOR cycle for each task.
  • Git Workflow Integration: Standardizes commit messages, git notes, and plan file updates.
  • Quality Assurance Gates: Enforces coverage targets, passing tests, and style compliance.
  • Phase Completion Protocol: Defines steps for verifying and checkpointing completed phases.
  • Deviation Handling: Provides a structured approach to documenting scope or technical deviations.

Quick Start

Follow the TDD task lifecycle steps 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
What is the TDD workflow in Conductor?

Conductor's TDD workflow guides you through the RED-GREEN-REFACTOR cycle for each task. It standardizes git commits, manages phase checkpoints, and enforces quality assurance gates including coverage targets and passing tests.

How do I implement tasks using a TDD development process?

To implement tasks using a TDD development process, follow the RED-GREEN-REFACTOR lifecycle. Write failing tests first, implement code to pass them, refactor, then update git commits and plan files before verifying phase completion.

How does the TDD workflow handle git commits and phase checkpoints?

The workflow standardizes git commit messages and git notes while defining a phase completion protocol. This ensures completed phases are properly verified and checkpointed, maintaining traceability through plan file updates.

What quality assurance gates are enforced during the TDD workflow?

Quality assurance gates in the TDD workflow enforce coverage targets, passing tests, and style compliance. These checkpoints must be satisfied before completing a phase and committing code within the Conductor framework.

How do I document scope or technical deviations in the TDD workflow?

The TDD workflow provides a structured approach to deviation handling for documenting scope or technical deviations. This ensures all variations are properly recorded for traceability and project management within the Conductor framework.

Do I need prior testing experience to use Conductor's TDD workflow?

Prior testing experience helps, but the workflow guides you through the entire TDD task lifecycle from test writing to commit. It provides phase checkpoints and quality assurance gates to ensure adherence to testing best practices.