Implements project tasks defined in a track, following strict TDD workflows and established team conventions.
Install
mkdir -p .claude/skills/conductor-implement-h4d3zs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9791" && unzip -o skill.zip -d .claude/skills/conductor-implement-h4d3zs && rm skill.zipInstalls to .claude/skills/conductor-implement-h4d3zs
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Execute tasks from a track's implementation plan following TDD workflowKey capabilities
- →Execute implementation plans
- →Enforce TDD workflow
- →Validate task completion
- →Manage code execution
How it works
It interprets track-based plans and drives the implementation phase through TDD cycles.
Inputs & outputs
When to use conductor-implement
- →Following implementation plans
- →Executing TDD cycles
- →Validating task completion
About this skill
Implement Track
Execute tasks from a track's implementation plan, following the workflow rules defined in conductor/workflow.md.
Use this skill when
- Working on implement track tasks or workflows
- Needing guidance, best practices, or checklists for implement track
Do not use this skill when
- The task is unrelated to implement track
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
Pre-flight Checks
-
Verify Conductor is initialized:
- Check
conductor/product.mdexists - Check
conductor/workflow.mdexists - Check
conductor/tracks.mdexists - If missing: Display error and suggest running
/conductor:setupfirst
- Check
-
Load workflow configuration:
- Read
conductor/workflow.md - Parse TDD strictness level
- Parse commit strategy
- Parse verification checkpoint rules
- Read
Track Selection
🧠 Knowledge Modules (Fractal Skills)
1. If argument provided:
2. If no argument:
3. 1. Task Identification
4. 2. Task Start
5. 3. TDD Workflow (if TDD enabled in workflow.md)
6. 4. Non-TDD Workflow (if TDD not strict)
7. 5. Task Completion
8. 6. Phase Completion Check
9. On Tool Failure
10. On Test Failure
11. On Git Failure
12. 1. Final Verification
13. 2. Update Track Status
14. 3. Documentation Sync Offer
15. 4. Cleanup Offer
16. 5. Completion Summary
When not to use it
- →Non-track based tasks
Prerequisites
Limitations
- →Requires initialized Conductor
How it compares
It enforces a strict, plan-driven workflow rather than ad-hoc coding.
Compared to similar skills
conductor-implement side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| conductor-implement (this skill) | 0 | 3mo | No flags | Intermediate |
| vitest | 41 | 6mo | No flags | Intermediate |
| svelte-expert | 11 | 9mo | No flags | Intermediate |
| implementing-cards | 7 | 2mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by H4D3ZS
View all by H4D3ZS →You might also like
vitest
antfu
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
svelte-expert
Raudbjorn
Expert Svelte/SvelteKit development assistant for building components, utilities, and applications. Use when creating Svelte components, SvelteKit applications, implementing reactive patterns, handling state management, working with stores, transitions, animations, or any Svelte/SvelteKit development task. Includes comprehensive documentation access, code validation with svelte-autofixer, and playground link generation.
implementing-cards
bcollazo
Fill out the implementation of effects of different attacks, abilities, and trainer cards in this Pokemon TCG Pocket engine codebase.
zod-4
prowler-cloud
Zod 4 schema validation patterns. Trigger: When creating or updating Zod v4 schemas for validation/parsing (forms, request payloads, adapters), including v3 -> v4 migration patterns.
csharp-pro
sickn33
Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing. Use PROACTIVELY for C# refactoring, performance optimization, or complex .NET solutions.
write-unit-tests
tldraw
Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.