mcpbeat

Workflow Patterns

wshobson/workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
38452
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/wshobson/agents --skill workflow-patterns

The instruction itself

4 sections, as written by the author

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

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

10. Clean state: Each commit should leave code in working state

11. Fast feedback: Run relevant tests frequently during development

12. Clear blockers: Address blockers promptly, don't work around them

How to use it

Copy the folder

Take wshobson/workflow-patterns from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.