implementation-phase

Implement features from tasks.md using Test-Driven Development with anti-duplication checks.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill implementation-phase-sjdjdiejdrirhdkjej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-phase
Source: https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor/tree/main/.claude/skills/implementation-phase
Command: npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill implementation-phase-sjdjdiejdrirhdkjej

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a disciplined implementation workflow that enforces Test-Driven Development, prevents code duplication through anti-duplication checks, and ensures continuous testing and quality during feature integration.

Core Features & Use Cases

  • TDD-driven implementation: Write tests first and implement to pass them, tripling tasks (RED-GREEN-REFACTOR).
  • Anti-duplication enforcement: Detect and refactor duplicate logic before coding new features.
  • Quality and security checks: Validate type safety, security patterns, and test coverage during implementation.
  • Documentation and tracking: Update NOTES.md and state indicators after task completion to maintain traceability.
  • Use Case: When implementing features from tasks.md during the /implement phase, this skill guides you from test creation to ready-for-review code.

Quick Start

  • Load tech stack constraints from docs/project/tech-stack.md
  • Review task dependencies in tasks.md
  • Generate test suites for complex features using test-architect
  • Execute tasks via RED → GREEN → REFACTOR
  • Update NOTES.md after completion
  • Run anti-duplication checks before writing code
  • Run tests and type checks after each task triplet
  • Commit implementations with descriptive messages

Frequently Asked Questions about implementation-phase

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

FAQPage Schema
How do I implement features using Test-Driven Development to prevent code duplication?

Implement features using Test-Driven Development by writing tests first, then coding to pass them through RED-GREEN-REFACTOR cycles. Prevent code duplication by running anti-duplication checks to detect and refactor duplicate logic before coding new features.

What is the RED-GREEN-REFACTOR cycle in TDD-driven implementation?

The RED-GREEN-REFACTOR cycle in TDD-driven implementation is a disciplined task triplet where you write failing tests first, implement code to pass them, and then refactor. It enforces continuous testing and quality during feature integration.

Do I need to load tech stack constraints before running automated tests during feature implementation?

Yes, you must load tech stack constraints from docs/project/tech-stack.md before running automated tests. Loading these constraints ensures type safety, validates security patterns, and maintains test coverage aligned with your project requirements.

What's the best way to maintain traceability and track task completion during implementation?

The best way to maintain traceability during implementation is updating NOTES.md and state indicators after task completion. Track task dependencies in tasks.md and commit implementations with descriptive messages to ensure continuous documentation.

Why should I run anti-duplication checks before writing new code in feature integration?

You should run anti-duplication checks before writing new code to detect and refactor existing duplicate logic. This prevents code duplication, enforces quality assurance, and ensures continuous testing standards are met during feature integration.

Can I generate test suites for complex features before executing TDD implementation?

Yes, you can generate test suites for complex features using test-architect before executing TDD implementation. Review task dependencies in tasks.md first, then generate suites to support the RED-GREEN-REFACTOR cycles effectively.