Skills · Data & AI

Workflow Patterns

Unverified29/40

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.

Originally by wshobson · MIT

Claude CodePartialHas SKILL.md but declares no allowed-tools — Claude Code will ask for permission each time
CursorPartialPlain prose you can paste in — but no Cursor rules file
CodexPartialPlain prose you can paste in — but no AGENTS.md
Gemini CLIPartialPlain prose you can paste in
CopilotPartialPlain prose you can paste in — but no Copilot instructions file
npx agentalley add workflow-patterns

This command does not work yet — the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

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.

The whole source

No sign-in, no blur, nothing truncated
workflow-patterns/SKILL.md39 lines1.7 KBRawView on GitHub
Frontmatter — 3 properties
nameworkflow-patterns
descriptionUse this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
version1.0.0
1---
2name: workflow-patterns
3description: 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.
4version: 1.0.0
5---A5No allowed-tools declared — no way to tell what this skill may touch
6 
7# Workflow Patterns
8 
9Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling git commits, and executing the verification protocol that ensures quality throughout implementation.
10 
11## When to Use This Skill
12 
13- Implementing tasks from a track's plan.md
14- Following TDD red-green-refactor cycle
15- Completing phase checkpoints
16- Managing git commits and notes
17- Understanding quality assurance gates
18- Handling verification protocols
19- Recording progress in plan files
20 
21## Detailed patterns and worked examples
22 
23Detailed pattern documentation lives in `references/details.md`. Read that file when the navigation tier above is insufficient.
24 
25## Best Practices
26 
271. **Never skip RED**: Always write failing tests first
282. **Small commits**: One logical change per commit
293. **Immediate updates**: Update plan.md right after task completion
304. **Wait for approval**: Never skip checkpoint verification
315. **Rich git notes**: Include context that helps future understanding
326. **Coverage discipline**: Don't accept coverage below target
337. **Quality gates**: Check all gates before marking complete
348. **Sequential phases**: Complete phases in order
359. **Document deviations**: Note any changes from original plan
3610. **Clean state**: Each commit should leave code in working state
3711. **Fast feedback**: Run relevant tests frequently during development
3812. **Clear blockers**: Address blockers promptly, don't work around them
39 

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty — and we leave it empty rather than invent one.

Alternatives

Also in Data & AI