From dev-workflow-skills
Use when detailed design and implementation tasks are ready for code changes, test-first delivery, code review response, or code-level bug fixes, including 开发实现/代码修改/修Bug/修复测试/代码评审反馈处理
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflow-skills:developerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill owns workflow Steps 13-15 and Step 25 for implementation once scope and design are ready. It keeps code changes traceable to release artifacts, enforces strict TDD, and treats delivery-stage bug fixes as evidence-driven repair work rather than ad hoc guessing.
This skill owns workflow Steps 13-15 and Step 25 for implementation once scope and design are ready. It keeps code changes traceable to release artifacts, enforces strict TDD, and treats delivery-stage bug fixes as evidence-driven repair work rather than ad hoc guessing.
Use these support assets for recurring implementation checks:
references/output-and-evidence.mdreferences/traceability-and-review.mdreferences/boundary-examples.mdreferences/tdd-rhythm.mdreferences/two-stage-review.mdreferences/pressure-test-prompts.md (for skill audits or revisions)Read skills/workflow-protocol/SKILL.md, then read repository-root workflow-project.yaml, then read the progress dashboard at paths.progress before touching stage work. Then read the current release's <from paths.releases_dir>/r{n}/design/plan.md and <from paths.releases_dir>/r{n}/design/detail.md. If plan.md uses split format, also read the relevant task file from <from paths.releases_dir>/r{n}/design/tasks/T{n}.md for the assigned task. If the request arrived without stable design context, scan references/boundary-examples.md before touching code.
Use this skill when the human or another agent hands you:
<from paths.releases_dir>/r{n}/design/plan.md and <from paths.releases_dir>/r{n}/design/detail.md ready for implementationDo not start coding until the design contract and test scaffolding are clear enough to support TDD.
<from paths.releases_dir>/r{n}/design/plan.md<from paths.releases_dir>/r{n}/design/detail.mdpaths.architecture<from paths.releases_dir>/r{n}/design/reviews/spec-review-{nn}.md for each implemented task (mandatory stage 1 of two-stage review)<from paths.releases_dir>/r{n}/design/reviews/code-review-{nn}.md for each implemented task (mandatory stage 2 of two-stage review)references/output-and-evidence.md — this is the RED phase per references/tdd-rhythm.md.detail.md.references/two-stage-review.md: verify implementation matches the task scope (from plan.md or the corresponding tasks/T{n}.md) and detail.md contracts. Record the result in spec-review-{nn}.md. If the review does not pass, repair and re-run before proceeding.references/two-stage-review.md: check architecture conformance, test quality, and maintainability. Record the result in code-review-{nn}.md. If the review does not pass, repair and re-run before proceeding.references/traceability-and-review.md to record design-to-code-to-test linkage and prepare review artifacts.references/tdd-rhythm.md. Every code change must pass through this cycle: write a failing test (RED), implement the minimum code to pass (GREEN), then clean up without changing behavior (REFACTOR). Skipping or reordering phases is not allowed.<from paths.releases_dir>/r{n}/design/detail.md and the architecture baseline from paths.architecture define the contract. If the design is missing or cannot be implemented as written, stop and escalate instead of silently diverging.references/traceability-and-review.md as the default review lens.workflow-protocol.references/two-stage-review.md.references/tdd-rhythm.md with no phase skipped.<from paths.releases_dir>/r{n}/design/detail.md and respects the architecture baseline from paths.architecture.spec-review-{nn}.md and code-review-{nn}.md) cite the touched modules or files and the test evidence for each implemented task.spec-review-{nn}.md) passed for each implemented task.code-review-{nn}.md) passed for each implemented task.workflow-protocol (dashboard + history) if this work changes the stage status.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yxzyzh08/dev-workflow-skills --plugin dev-workflow-skills