ywc-implement

Implement approved repository specifications through a review-gated TDD workflow.

8|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ywc-implement
Source: https://github.com/yongwoon/ywc-agent-toolkit/tree/main/plugins/ywc-agent-toolkit/skills/ywc-implement
Command: npx skills add https://github.com/yongwoon/ywc-agent-toolkit --skill ywc-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of fragmented or unverified code implementation by enforcing a strict, review-gated workflow for single-item changes.

Core Features & Use Cases

  • Review-Gated Implementation: Ensures every change is verified against acceptance criteria and passes a mandatory implementation review before committing.
  • Baseline Protection: Automatically captures a clean git baseline and feature branch to ensure changes are auditable and reversible.
  • Use Case: When a developer has an approved specification for a new feature, they use this skill to perform the implementation, run TDD rituals, and verify the code without the risk of pushing unreviewed or broken changes.

Quick Start

Use the ywc-implement skill to implement the approved specification located at docs/specs/feature-x.md.

Frequently Asked Questions about ywc-implement

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

FAQPage Schema
How do I implement an approved specification through a review-gated workflow?

To implement an approved specification through a review-gated workflow, you apply a focused development cycle that verifies changes against acceptance criteria and mandates an implementation review before committing.

What is the best way to protect my git baseline when implementing new features?

Protecting your git baseline when implementing new features requires automatically capturing a clean baseline and creating a dedicated feature branch to ensure all code changes remain auditable and reversible.

How do I enforce Test Driven Development discipline during code implementation?

To enforce Test Driven Development discipline during code implementation, you run TDD rituals within a strict, review-gated cycle that prevents unreviewed or broken changes from being committed to the repository.

Do I need git to automate single ticket implementation and verification?

Yes, you need git to automate single ticket implementation because the workflow requires git for baseline management, feature branch creation, and integration with project-specific verification and review tools.

When should I use a review-gated development cycle for controlled code changes?

Use a review-gated development cycle for controlled code changes when you have an approved repository specification or ticket and need strict adherence to acceptance criteria to prevent fragmented or unverified code implementation.