conductor-implement

Execute Conductor framework track tasks and update the Tracks Registry.

51|8|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/hlhr202/Conductor-for-all --skill conductor-implement-hlhr202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-implement
Source: https://github.com/hlhr202/Conductor-for-all/tree/main/.agents/skills/conductor-implement
Command: npx skills add https://github.com/hlhr202/Conductor-for-all --skill conductor-implement-hlhr202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of implementing tracks within the Conductor spec-driven development framework, streamlining project development and ensuring adherence to defined workflows.

Core Features & Use Cases

  • Automated Track Implementation: Executes tasks defined in a track's plan by following the procedures in the Workflow file.
  • Status Management: Updates track statuses in the Tracks Registry (e.g., from incomplete to in-progress to completed).
  • Documentation Synchronization: Updates project-level documentation (Product Definition, Tech Stack, Product Guidelines) based on completed tracks.
  • Track Cleanup: Offers options to archive, delete, or skip completed tracks.
  • Use Case: When a new feature needs to be developed according to the Conductor framework, this Skill can be invoked to manage the entire implementation lifecycle, from initial setup checks to final documentation updates and cleanup.

Quick Start

Use the conductor-implement skill to start implementing the next incomplete 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 a development framework workflow?

Automated task execution for a development framework workflow is achieved by reading procedures from a Workflow file and executing defined tasks within a track's plan. It streamlines project development by ensuring adherence to defined workflows without manual intervention.

What is the best way to manage track statuses in a spec-driven development framework?

Managing track statuses in a spec-driven development framework involves automatically updating the Tracks Registry, transitioning incomplete tracks to in-progress and finally to completed based on real-time execution updates.

How does documentation synchronization work after completing a project track?

Documentation synchronization after completing a project track works by automatically updating project-level documents like the Product Definition, Tech Stack, and Product Guidelines to reflect the latest completed features.

Can I archive or delete completed tracks from my project workspace?

You can archive or delete completed tracks from your project workspace using built-in post-implementation cleanup options, which offer choices to archive, delete, or skip completed tracks to maintain an organized workspace.

Do I need a Workflow file to implement Conductor tracks?

A Workflow file is required to implement Conductor tracks because it contains the specific procedures the system follows to execute tasks defined in the track's plan, without which automated task execution cannot function.