conductor-implement

Execute Conductor track plan tasks sequentially and update documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill automates the execution of tasks defined in a Conductor track's plan, ensuring features are implemented and bugs are fixed according to project workflows.

Core Features & Use Cases

  • Task Execution: Iterates through tasks in a plan, deferring to project-specific workflows for implementation.
  • Workflow Adherence: Ensures tasks are completed following defined project standards (e.g., TDD).
  • Documentation Sync: Updates project documentation upon task completion.
  • Use Case: After a Conductor track plan is approved, use this skill to automatically implement the next task, run tests, commit code, and update documentation.

Quick Start

Use the conductor-implement skill to start working on the next task in the current 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 implementation from a project plan?

Automating task implementation involves executing tasks defined in a plan sequentially while deferring to project-specific workflows. This process manages the lifecycle from implementation to documentation synchronization and commits code automatically.

How does workflow automation handle test-driven development and documentation updates?

Workflow automation ensures tasks are completed following defined project standards like TDD. Upon task completion, the implementation process automatically updates project documentation to synchronize with the newly committed code.

Can I execute Conductor track tasks without manual code commits?

Executing Conductor track tasks processes implementations sequentially and manages code commits automatically. It adheres to project workflows to ensure features and bugs are resolved without requiring manual commit interventions.

What is the best way to manage task lifecycles from implementation to documentation?

Managing task lifecycles requires iterating through planned tasks, executing implementations according to project standards, and synchronizing documentation upon completion. This ensures workflow adherence throughout the entire track execution.

Do I need an approved plan before starting task execution?

Task execution requires a defined plan with resolution and implementation protocols to manage track selection. An approved plan provides the sequential tasks needed to begin the automated implementation and documentation process.

Why does task execution defer to project-specific workflows during implementation?

Task execution defers to project-specific workflows to ensure features and bugs are fixed according to defined project standards. This adherence guarantees the implementation matches required protocols before code is committed.