Use this skill when implementing tasks according to Conductor's TDD
Add this skill
npx mdskills install sickn33/workflow-patternsClear workflow guidance but relies heavily on external resource for actionable detail
1---2name: workflow-patterns3description: Use this skill when implementing tasks according to Conductor's TDD4 workflow, handling phase checkpoints, managing git commits for tasks, or5 understanding the verification protocol.6metadata:7 version: 1.0.08---910# Workflow Patterns1112Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, handling git commits, and executing the verification protocol that ensures quality throughout implementation.1314## Use this skill when1516- Implementing tasks from a track's plan.md17- Following TDD red-green-refactor cycle18- Completing phase checkpoints19- Managing git commits and notes20- Understanding quality assurance gates21- Handling verification protocols22- Recording progress in plan files2324## Do not use this skill when2526- The task is unrelated to workflow patterns27- You need a different domain or tool outside this scope2829## Instructions3031- Clarify goals, constraints, and required inputs.32- Apply relevant best practices and validate outcomes.33- Provide actionable steps and verification.34- If detailed examples are required, open `resources/implementation-playbook.md`.3536## Resources3738- `resources/implementation-playbook.md` for detailed patterns and examples.39
Full transparency — inspect the skill content before installing.