workflow-patterns

Installation
Summary

Structured TDD workflow guide for implementing tasks with phase checkpoints, git integration, and quality verification gates.

  • Follows 11-step task lifecycle: select, mark in-progress, write failing tests (RED), implement minimum code (GREEN), refactor, verify 80%+ coverage, document deviations, commit with rich git notes, update plan with SHA, and commit plan status
  • Enforces quality gates before task completion: passing tests, 80%+ coverage, style compliance, documentation, type safety, linting, and security audit
  • Phase completion protocol includes automated test/coverage verification, manual verification checklist, user approval requirement, and checkpoint commits with SHA recording for semantic reversion
  • Handles deviations systematically: scope additions/reductions, technical changes, and requirement updates documented in spec.md, tech-stack.md, and plan.md comments
  • Provides error recovery procedures for failed tests, rejected checkpoints, and blocked dependencies; includes TDD variations for data models, API endpoints, integrations, and refactoring tasks
SKILL.md

Workflow Patterns

Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling git commits, and executing the verification protocol that ensures quality throughout implementation.

When to Use This Skill

  • Implementing tasks from a track's plan.md
  • Following TDD red-green-refactor cycle
  • Completing phase checkpoints
  • Managing git commits and notes
  • Understanding quality assurance gates
  • Handling verification protocols
  • Recording progress in plan files

TDD Task Lifecycle

Follow these 11 steps for each task:

Step 1: Select Next Task

Related skills

More from wshobson/agents

Installs
6.2K
Repository
wshobson/agents
GitHub Stars
35.3K
First Seen
Jan 20, 2026