conductor

Orchestrates software development workflows from project setup through TDD implementation with checkpoints and reverts.

4|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/AreteDriver/ai-skills --skill conductor-aretedriver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor
Source: https://github.com/AreteDriver/ai-skills/tree/main/workflows/conductor
Command: npx skills add https://github.com/AreteDriver/ai-skills --skill conductor-aretedriver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire software development lifecycle, from initial project setup and artifact generation to feature implementation using Test-Driven Development (TDD) with built-in checkpoints and revert capabilities.

Core Features & Use Cases

  • Interactive Project Setup: Guides users through defining product vision, tech stack, workflow rules, and style guides, generating foundational artifacts.
  • TDD-Driven Implementation: Executes development tasks using a red-green-refactor cycle with mandatory user approval between phases.
  • Version Control Integration: Tracks progress via Git, enabling safe reverts at task, phase, or track levels.
  • Use Case: Kickstart a new project by defining its core principles and then iteratively build out features, ensuring consistency and maintainability throughout the development process.

Quick Start

Use the conductor skill to start a new track for the feature 'Implement user authentication'.

Frequently Asked Questions about conductor

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

FAQPage Schema
How do I manage context-driven software development workflows with TDD?

TDD-driven development workflows are orchestrated by executing phased implementation plans with red-green-refactor cycles, enforcing acceptance criteria and test expectations through rigorous verification and state tracking.

What is the best way to set up foundational artifacts for a greenfield project?

Foundational artifacts for a greenfield project are established interactively by defining the product vision, tech stack, workflow rules, and style guides. This setup ensures consistency and maintainability throughout the subsequent development process.

Can I use Git to revert changes during phased feature implementation?

Git version control integration enables safe reverts at the task, phase, or track levels during feature implementation. Progress is tracked via Git checkpoints, allowing you to safely roll back changes if acceptance criteria are not met.

Does this development workflow support brownfield project integration?

Both greenfield and brownfield projects are supported by interactively establishing foundational artifacts like product vision, tech stack, and style guides before executing phased implementation plans with checkpoints and revert capabilities.

How do I ensure code quality and maintainability when implementing new features?

Code quality and maintainability are ensured by executing phased implementation plans with predefined acceptance criteria and test expectations. The workflow enforces a rigorous verification process and tracks state across development phases.

What are the limitations of orchestrating development with strict TDD checkpoints?

Strict TDD checkpoints require mandatory user approval between the red, green, and refactor phases, which may slow down rapid prototyping. However, this constraint ensures rigorous verification and state tracking for maintainable code.