Agent Skills
› wshobson/agents
› workflow-patterns
workflow-patterns
GitHub指导基于Conductor的TDD工作流实施任务,涵盖红绿重构循环、阶段检查点管理、Git提交规范及验证协议执行,确保开发质量与进度同步。
Trigger Scenarios
实现track计划中的任务
遵循TDD红绿重构周期
完成阶段检查点
管理Git提交和注释
理解质量保证门禁
Install
npx skills add wshobson/agents --skill workflow-patterns -g -y
SKILL.md
Frontmatter
{
"name": "workflow-patterns",
"version": "1.0.0",
"description": "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."
}
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
- 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
Version History
- 367cb6a Current 2026-08-20 06:50


