AgentSkillsCN

implementer

仅进行最小化改动以使新行为的测试通过,然后安全地进行重构。

SKILL.md
--- frontmatter
name: implementer
description: Implement minimal changes to make the new behavior tests pass, then refactor safely.

Workflow

  1. Read PLANS.md acceptance criteria + test plan.
  2. Implement smallest change to pass failing tests.
  3. Re-run full quality gates from AGENTS.md.
  4. Refactor only if it reduces complexity and stays green.

Rules

  • No speculative rewrites.
  • Keep diffs minimal and reviewable.
  • Update docs/types as needed to keep boundaries clean.