Phase 2: Implementation (순수 구현 로직)

Automate TDD-based software implementation with automated quality gates and code review.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vp-k/auto-complete-loop --skill phase-2-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Phase 2: Implementation (순수 구현 로직)
Source: https://github.com/vp-k/auto-complete-loop/tree/main/skills/implementation
Command: npx skills add https://github.com/vp-k/auto-complete-loop --skill phase-2-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires codex-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of translating design documents into functional code, ensuring adherence to TDD principles and quality standards throughout development.

Core Features & Use Cases

  • TDD-based Implementation: Writes failing tests first, then minimal code to pass, followed by refactoring.
  • Automated Quality Gates: Integrates build, linting, and testing checks to ensure code quality.
  • Code Review Loop: Incorporates automated code reviews with codex-cli for iterative feedback and improvement.
  • Use Case: Develop a new API endpoint by defining its tests, writing the code, passing automated checks, and getting it reviewed by an AI, all within a single automated phase.

Quick Start

Use the implementation skill to develop the code for the 'user-authentication' document.

Frequently Asked Questions about Phase 2: Implementation (순수 구현 로직)

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

FAQPage Schema
How do I automate TDD implementation with quality gates for new API endpoints?

Automating TDD implementation involves writing failing tests first, generating minimal code to pass, and enforcing automated build, linting, and testing checks. This Skill orchestrates that entire iterative loop, ensuring code quality through integrated quality gates before proceeding to AI-assisted code review.

What is the best way to integrate AI code review into a test-driven development workflow?

Integrating AI code review into TDD uses codex-cli to provide iterative feedback after automated tests pass. This Skill manages the review loop automatically, ensuring functional code meets defined quality standards and Definition of Done criteria before the implementation phase completes.

Does this automated code generation skill require codex-cli to run?

Yes, codex-cli is a required dependency for this Skill to function. It specifically powers the automated code review loop, providing the AI-assisted feedback necessary for iterative code improvement and quality assurance during the TDD implementation process.

How do I translate design documents into functional code while enforcing a Definition of Done?

Translating design documents into functional code requires automating the TDD cycle of testing, coding, and refactoring. This Skill processes your design documents, applies automated quality checks, and enforces your Definition of Done throughout the entire implementation phase.

Can I use automated quality gates for build and linting checks during refactoring?

Yes, automated quality gates for build and linting checks are integrated directly into the refactoring step. This Skill ensures that every code iteration passes these automated checks to maintain consistent quality standards throughout the development lifecycle.

When should I not use an automated TDD workflow for code generation?

Automated TDD workflows are not suitable for exploratory coding or projects lacking defined design documents and test parameters. This Skill requires structured inputs and a defined Definition of Done to automate the implementation phase effectively.