What problem does it solve?
This Skill enforces executable Chinese refactor plans to prevent premature closure and ensure every plan follows TDD, contains verifiable evidence, and only signals completion after strict gate verification.
Core Features & Use Cases
- Format & Gate Enforcement: Validates that plan files include required checklist states and mandated sections, and prevents closure while any verification item remains unmet.
- TDD-first Test Plans: Requires Red-Green-Refactor flow with explicit failing tests, minimal implementations to turn tests green, and defined regression scopes.
- Progression & Acceptance: Integrates with the repository guard wrapper to lint, report progress, and run final gates that check verification commands and pass criteria before allowing stop/archival.
- Use Case: Repository maintainers drafting, reviewing, or advancing Chinese-language refactor plans and CI pipelines enforcing strict DoD for safe refactors.
Quick Start
Run the project's guard wrapper with RequireTDD and RequireVerifiableCompletion against the target plan to lint, report, and gate its status.