Workflow Patterns
🤖 AI Summary
Executes tasks from a track's plan.md by following Conductor's TDD workflow (red-green-refactor), managing phase checkpoints, handling git commits, and running the verification protocol to ensure quality.
How to Install
Claude Code:
git clone --depth 1 https://github.com/wshobson/agents.git && cp agents/plugins/conductor/skills/workflow-patterns ~/.claude/skills/SKILL.md -rWorkflow 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
Detailed patterns and worked examples
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
Best Practices
- Never skip RED: Always write failing tests first
- Small commits: One logical change per commit
- Immediate updates: Update plan.md right after task completion
- Wait for approval: Never skip checkpoint verification
- Rich git notes: Include context that helps future understanding
- Coverage discipline: Don't accept coverage below target
- Quality gates: Check all gates before marking complete
- Sequential phases: Complete phases in order
- Document deviations: Note any changes from original plan
- Clean state: Each commit should leave code in working state
- Fast feedback: Run relevant tests frequently during development
- Clear blockers: Address blockers promptly, don't work around them
Details
| Category | Productivity → tools |
| Source | wshobson/agents |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 37.1K |
| Est. per Skill | 371 (shared across 100 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
ask-questions-if-underspecified
Ask Questions If Underspecified When to Use Use this skill when a request has multiple plausible int
acceptance-orchestrator
Acceptance Orchestrator Overview Orchestrate coding work as a state machine that ends only when acce
go-playwright
Playwright Go Automation Expert Overview This skill provides a comprehensive framework for writing h
address-github-comments
Address GitHub Comments Overview Efficiently address PR review comments or issue feedback using the
Works Well With
Skills from the same repository — often designed to work together
Screen Reader Testing
Screen Reader Testing Practical guide to testing web applications with screen readers for comprehens
Wcag Audit Patterns
WCAG Audit Patterns Comprehensive guide to auditing web content against WCAG 2.2 guidelines with act
Multi Reviewer Patterns
Multi-Reviewer Patterns Patterns for coordinating parallel code reviews across multiple quality dime