conductor-implement

Execute Conductor tracks by applying implementation plans and updating the Tracks Registry.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/edithatogo/conductor-next --skill conductor-implement-edithatogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-implement
Source: https://github.com/edithatogo/conductor-next/tree/main/conductor-vscode/skills/conductor-implement
Command: npx skills add https://github.com/edithatogo/conductor-next --skill conductor-implement-edithatogo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end execution of Conductor tracks by loading the selected track context, applying the track's implementation plan, and driving tasks through the defined workflow.

Core Features & Use Cases

  • Orchestrates track implementation from a plan using the defined workflow.
  • Supports multi-tool activation and cross-tool commands.
  • Provides status updates and automated synchronization with project docs.

Quick Start

Provide the track name to begin implementing and follow the prompts to complete the track.

Frequently Asked Questions about conductor-implement

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

FAQPage Schema
How do I automate task execution for an implementation plan using a TDD workflow?

Automating task execution involves loading the selected track context and applying the track's implementation plan. The workflow drives tasks in order, enforcing protocol adherence and prompting for confirmations on critical actions during development.

Can I orchestrate multi-tool activation and cross-tool commands during track implementation?

Multi-tool activation and cross-tool commands are supported during track implementation. The workflow coordinates these actions while iterating through the implementation plan, updating the Tracks Registry as progress occurs throughout the execution lifecycle.

How do I synchronize project documentation after completing a track workflow?

Project documentation synchronization is triggered automatically upon completion of the track workflow. The automation updates the Tracks Registry with progress data and ensures project docs reflect the latest implementation changes without manual intervention.

What is a Conductor track and when do I need to use it for AI agent automation?

A Conductor track is a structured implementation plan executed via a TDD-driven workflow for AI agent automation. You need it when orchestrating end-to-end task execution requires protocol adherence, sequential task iteration, and automated documentation updates.

Does the TDD-driven workflow require manual confirmations for critical implementation actions?

The TDD-driven workflow explicitly prompts for manual confirmations on critical implementation actions. While it automates task iteration and registry updates, it halts to request user verification before executing sensitive steps defined in the track protocol.