implement

Implement acceptance criteria through a test-driven development workflow.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Zxela/claude-create --skill implement-zxela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Zxela/claude-create/tree/main/skills/implement
Command: npx skills add https://github.com/Zxela/claude-create --skill implement-zxela

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams implement tasks by applying a test-driven development workflow to guarantee verifiable functionality through targeted tests.

Core Features & Use Cases

  • TDD-driven implementation: Write a failing test for a single acceptance criterion, implement minimal code to pass, and refactor while maintaining green tests.
  • Traceability: For every criterion, provide implementation and test locations to enable audit and review.
  • Conductor-driven adaptation: Aligns with task models and inputs provided by the conductor to handle complex workflow steps.

Quick Start

Provide a task payload to the implement skill, then the skill executes a RED-GREEN-REFACTOR cycle to complete one acceptance criterion.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement tasks using a test-driven development workflow?

To implement tasks using a test-driven development workflow, you provide a task payload to trigger a RED-GREEN-REFACTOR cycle. This cycle ensures you write a failing test first, code minimally to pass it, then refactor while keeping tests green.

What is traceability in TDD-driven task implementation?

Traceability in TDD-driven task implementation means providing specific implementation and test locations for every acceptance criterion. This enables thorough audit and review by mapping exactly where each requirement is validated within your codebase.

How does a conductor-defined model handle complex workflow steps?

A conductor-defined model handles complex workflow steps by aligning task inputs and models with the implementation process. This conductor-driven adaptation allows the workflow to systematically process and execute individual acceptance criteria.

Can I use minimal code to pass acceptance criteria in automated workflows?

Yes, you can use minimal code to pass acceptance criteria in automated workflows. The process requires writing tests first for a single criterion, then implementing only the minimal code necessary to make that targeted test pass.

What's the best way to validate acceptance criteria through targeted tests?

The best way to validate acceptance criteria through targeted tests is executing a strict RED-GREEN-REFACTOR cycle. You write a failing test for one criterion, implement code to pass it, and refactor while maintaining green tests for verifiable functionality.

Do I need to write tests first when applying TDD automation?

Yes, you need to write tests first when applying TDD automation. The workflow requires writing a failing test for a single acceptance criterion before any implementation code is written to guarantee verifiable functionality.