home/categories/project-management/yellinzero-aico-claude-skills-aico-backend-implement-skill-md
project-managementbusiness

aico-backend-implement

Execute backend implementation with TDD (Test-Driven Development). Write failing test first, then implement, verify each step. Use this skill when: - User asks to "implement this backend task", "implement backend" - Have an implementation plan ready and need to execute it - Executing steps from /backend.plan output - User says "start coding backend", "write backend code" - User asks to "use TDD", "write test first", "test-driven" for backend code - Fixing backend bugs (write failing test that reproduces bug first) TDD Iron Law: NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST TDD Cycle: RED (write failing test) → Verify fails → GREEN (minimal code) → Verify passes → REFACTOR Prerequisites: - MUST have task file in docs/reference/backend/tasks/ (use /backend.tasks first if not exists) - MUST read constraints.md before writing any code. Flow: Check Task File → Read Constraints → TDD Cycle (RED→GREEN→REFACTOR) → Verify Each → Run All Tests → Update Task Status → Notify PM

yellinzero
maintainer
yellinzero
更新於 1/20/2026
星標
0
分支
0
quick start

Installation and usage

Execute backend implementation with TDD (Test-Driven Development). Write failing test first, then implement, verify each step. Use this skill when: - User asks to "implement this backend task", "implement backend" - Have an implementation plan ready and need to execute it - Executing steps from /backend.plan output - User says "start coding backend", "write backend code" - User asks to "use TDD", "write test first", "test-driven" for backend code - Fixing backend bugs (write failing test that reproduces bug first) TDD Iron Law: NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST TDD Cycle: RED (write failing test) → Verify fails → GREEN (minimal code) → Verify passes → REFACTOR Prerequisites: - MUST have task file in docs/reference/backend/tasks/ (use /backend.tasks first if not exists) - MUST read constraints.md before writing any code. Flow: Check Task File → Read Constraints → TDD Cycle (RED→GREEN→REFACTOR) → Verify Each → Run All Tests → Update Task Status → Notify PM

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use aico-backend-implement