LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-20

Capabilities

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

Source

  • Spec: SKILL.md
conductor
task-execution
tdd
workflow
track-implementation
git
Verify Conductor initialization status
Load track and project context
Select active implementation track
Execute task following TDD workflow
Track ID or task arguments
Conductor product specification file
Conductor workflow configuration file
Updated track plan file
Updated track metadata file
Updated conductor tracks list