workflow-patterns

Guide TDD task implementation with Conductor phase checkpoints and git commits.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill workflow-patterns-hcmute-rtic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-patterns
Source: https://github.com/HCMUTE-RTIC/fit-hcmute/tree/main/.agent/skills/workflow-patterns
Command: npx skills add https://github.com/HCMUTE-RTIC/fit-hcmute --skill workflow-patterns-hcmute-rtic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to implementing tasks using Conductor's TDD workflow, ensuring code quality, clear progress tracking, and robust verification.

Core Features & Use Cases

  • TDD Implementation: Guides users through the Red-Green-Refactor cycle for each task.
  • Phase Checkpoints: Defines a protocol for completing and verifying entire phases of work.
  • Git Management: Standardizes commit messages, git notes, and SHA recording for traceability.
  • Use Case: A developer new to the Conductor framework can use this Skill to understand and apply the required TDD process for every task, from initial coding to final verification and checkpointing.

Quick Start

Follow the 11 steps outlined in this skill to implement your next task using the TDD workflow.

Frequently Asked Questions about workflow-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement tasks using the Conductor TDD workflow?

The Conductor TDD workflow implements tasks through an 11-step process guiding the Red-Green-Refactor cycle, managing phase checkpoints, handling git commits, and executing the verification protocol from task selection to plan updates.

What is the Red-Green-Refactor cycle in TDD development?

The Red-Green-Refactor cycle is the core TDD development process where you write failing tests, write code to pass them, and then refactor. This Skill guides you through applying this cycle for each task.

How do I manage git commits and traceability during TDD phase checkpoints?

Managing git commits during TDD phase checkpoints involves standardizing commit messages, recording git notes, and tracking SHAs. This ensures code traceability and robust verification upon completing entire work phases.

What is the best way to handle error recovery in a TDD development process?

Handling error recovery in the TDD development process requires following the defined verification protocol and quality assurance gates. This Skill provides error recovery strategies to ensure code quality throughout the task lifecycle.

Do I need prior testing experience to use Conductor's TDD workflow?

Prior testing experience is not strictly required to use Conductor's TDD workflow. A developer new to the framework can use this Skill to understand and apply the required TDD process from initial coding to final checkpointing.