conductor-implement

Execute end-to-end track implementation with TDD phases and commit strategy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end implementation workflow for tracks using a structured, test-driven development process, ensuring traceable progress and consistent quality.

Core Features & Use Cases

  • Orchestrates pre-flight checks, workflow loading, track selection, and context provisioning according to conductor/workflow.md.
  • Guides task execution loop with TDD phases, commit strategy, and phase verification checkpoints.
  • Tracks progress in metadata.json and plan.md, and supports pause/resume and phase completion flows.

Quick Start

Initialize a track implementation by selecting a track to implement and begin the TDD-driven workflow.

Frequently Asked Questions about conductor-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a TDD workflow for track implementation tasks?

Automating a TDD workflow for track implementation involves executing end-to-end task phases with strict process rules, pre-flight checks, and context loading. This skill orchestrates that loop, applying test-driven development phases and commit strategies defined in your workflow configuration.

What is a conductor track and how does structured task execution work?

A conductor track is a structured implementation pathway requiring pre-flight checks, context provisioning, and phase-by-phase task execution. Structured execution works by loading workflow rules, running a task loop with TDD phases, and verifying each checkpoint before committing.

Can I pause and resume a test-driven development task execution loop?

Yes, you can pause and resume test-driven development task execution loops. The skill tracks progress by updating plan.md and metadata.json at each phase checkpoint, allowing you to halt the workflow and continue the implementation from the last verified state.

How do I track implementation progress and verify phase completion in a TDD workflow?

To track implementation progress and verify phase completion in a TDD workflow, this skill updates metadata.json and plan.md with traceable status updates. It enforces verification rules at each checkpoint to ensure consistent quality before moving to the next task phase.

Does conductor-implement work without external dependencies?

Yes, conductor-implement works without external dependencies. It operates independently to execute the TDD-driven workflow, relying solely on the process rules, commit strategies, and verification checks defined within your conductor/workflow.md file.

What's the best way to ensure traceable progress during software development automation?

The best way to ensure traceable progress during software development automation is using a structured TDD approach that updates metadata files at each phase. This skill enforces strict commit strategies and verification rules, providing consistent quality and traceable task completion.