conductor-implement

Installation
SKILL.md

Conductor Implement

Overview

This skill is the "engine" of the Conductor framework. It takes the approved plan.md and works through it task-by-task, ensuring that every piece of code is tested, documented, and committed according to the project's standards. After implementation, it synchronizes project-level documentation and offers cleanup options for the completed track.

When to Use

  • When a user says "Start implementing," "Do the next task," or "Continue working on track X."
  • After a track has been initialized and planned.

Workflow

  1. Setup Check: Verify the Conductor environment is properly set up (Product Definition, Tech Stack, Workflow must exist).
  2. Track Selection: Identify the track to implement from the Tracks Registry. Parse tracks using --- separator. Support user-provided track name with exact matching. Confirm selection using ask_user.
  3. Context Loading: Load the track's spec and plan, and the project's workflow.
  4. Task Execution: Loop through tasks in the plan. Update status markers ([ ][~][x]). Defer to the project's workflow.md as the single source of truth for implementation, testing, and committing.
  5. Documentation Synchronization: Once all tasks are done, synchronize the project-level documentation (product.md, tech-stack.md, product-guidelines.md) with the new changes after user approval via ask_user with embedded diffs.
  6. Track Cleanup: Offer choices to Review, Archive, Delete, or Skip the completed track.
Related skills

More from airclear/skills

Installs
11
Repository
airclear/skills
GitHub Stars
2
First Seen
Feb 21, 2026