conductor-implement
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.
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
- Track Selection: Identify the track to implement from the Tracks Registry. Confirm selection using
ask_user. - Context Loading: Load the track's spec and plan, and the project's workflow.
- Task Execution: Loop through tasks in the plan. Defer to the project's
workflow.mdas the single source of truth for implementation, testing, and committing. - Completion & Sync: Once all tasks are done, synchronize the project-level documentation (
product.md,tech-stack.md) with the new changes after user approval. - Track Cleanup: Offer choices to Review, Archive, Delete, or Skip the completed track.
Implementation Details
Refer to the following protocols for detailed procedural instructions:
- Resolution Protocol: references/resolution-protocol.md - How to find Conductor artifacts.
- Implementation Protocol: references/implementation-protocol.md - The logic for track selection and execution.
- Synchronization Protocol: references/synchronization.md - How to update project context after completion.
Mandatory Constraints
- Workflow is Law: The
workflow.mdfile 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_usertool. - Confirmation for Sync: NEVER update
product.md,tech-stack.md, orproduct-guidelines.mdwithout explicit user approval of a proposed diff. - Success Validation: Validate every tool call. Halt on failure.
Weekly Installs
7
Repository
airclear/skillsGitHub Stars
2
First Seen
Feb 21, 2026
Security Audits
Installed on
opencode7
gemini-cli7
claude-code7
github-copilot7
codex7
kimi-cli7