workflow-patterns
Provides a structured workflow for TDD-based development, ensuring quality gates are met.
Install
mkdir -p .claude/skills/workflow-patterns-boisenoise && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18753" && unzip -o skill.zip -d .claude/skills/workflow-patterns-boisenoise && rm skill.zipInstalls to .claude/skills/workflow-patterns-boisenoise
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Implement tasks following Conductor's TDD workflow
- →Manage phase checkpoints during task implementation
- →Handle git commits for tasks
- →Understand quality assurance gates
- →Record progress in plan files
How it works
The skill guides users through Conductor's TDD workflow, including managing phase checkpoints, handling git commits, and executing verification protocols.
Inputs & outputs
When to use workflow-patterns
- →Following red-green-refactor cycles
- →Managing task implementation checkpoints
- →Validating quality gates
About this skill
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.
Use this skill when
- 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
Do not use this skill when
- The task is unrelated to workflow patterns
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Resources
resources/implementation-playbook.mdfor detailed patterns and examples.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
How it compares
This skill provides a structured framework for task implementation and quality assurance within Conductor's TDD workflow, unlike unstructured development processes.
Compared to similar skills
workflow-patterns side by side with the closest alternatives in the catalog.
Try saying
Example prompts that trigger this skill in your AI assistant.
More by boisenoise
View all by boisenoise →You might also like
gen-rust
MoonshotAI
Sync Rust implementation with Python changes (exclude UI/login) by reviewing recent changes, mapping modules, porting logic, and updating tests.
sprint
meta-pytorch
Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs.
fix-issue
bettercallzaal
Use when fixing a GitHub issue — reads the issue, implements the fix, writes tests, and commits referencing the issue number
autonomous-dev
zxkane
>
evolve
yologdev
Safely modify your own source code, test changes, and manage your evolution
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.