conductor-implement

Executes the tasks defined in a Conductor track's plan. Use when the user wants to start or continue implementing a feature or bug fix. This skill manages the task lifecycle, adheres to the project's workflow, and synchronizes project documentation upon completion.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "conductor-implement" with this command: npx skills add airclear/skills/airclear-skills-conductor-implement

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.

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. Track Selection: Identify the track to implement from the Tracks Registry. Confirm selection using ask_user.
  2. Context Loading: Load the track's spec and plan, and the project's workflow.
  3. Task Execution: Loop through tasks in the plan. Defer to the project's workflow.md as the single source of truth for implementation, testing, and committing.
  4. Completion & Sync: Once all tasks are done, synchronize the project-level documentation (product.md, tech-stack.md) with the new changes after user approval.
  5. Track Cleanup: Offer choices to Review, Archive, Delete, or Skip the completed track.

Implementation Details

Refer to the following protocols for detailed procedural instructions:

Mandatory Constraints

  • Workflow is Law: The workflow.md file in the project is the single source of truth for how tasks are implemented.
  • Interactive Validation: Every human-in-the-loop interaction or confirmation mentioned in the workflow MUST use the ask_user tool.
  • Confirmation for Sync: NEVER update product.md, tech-stack.md, or product-guidelines.md without explicit user approval of a proposed diff.
  • Success Validation: Validate every tool call. Halt on failure.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

conductor-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-status

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-revert

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-review

No summary provided by upstream source.

Repository SourceNeeds Review