conductor-implement - Execute track implementation plans following workflow rules
Executes tasks from a track's implementation plan using TDD workflows, updates progress state, and runs phase verifications.
Tags
Updated: 2026-09-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Verify Conductor initialization status
- Load track and project context
- Select active implementation track
- Execute task following TDD workflow
- Commit completed task changes
- Run phase verification checks
- Update track progress metadata
- Handle test and tool errors
- Finalize completed implementation track
Inputs
- Track ID or task arguments
- Conductor product specification file
- Conductor workflow configuration file
- Track plan and specification files
- Project technical stack file
- Code styleguide files
- User phase approval choices
Outputs
- Updated track plan file
- Updated track metadata file
- Updated conductor tracks list
- Git commit records
- Implementation test files and code
- Phase verification test reports
- Track completion summary
Requirements
- Initialized Conductor directory with product.md, workflow.md, and tracks.md
- Git repository for code commits
- Test runner environment
