원클릭으로
new-feature
Develop new features with test-first approach (TDD)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Develop new features with test-first approach (TDD)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fix bugs with regression prevention using test-first approach
Run all 11 audit agents in parallel, then consolidate findings with fix-planner
Run code quality checks and tests before committing
Validate build, environment, and dependencies before deployment
Full audit + fixes + deploy validation for production release
| name | new-feature |
| description | Develop new features with test-first approach (TDD) |
Build features using test-driven development. Provide the feature specification when invoking.
Spawn test-writer with the feature requirements:
Spawn code-fixer with the feature requirements and test files:
Spawn test-runner:
Spawn browser-qa-agent:
Provide feature requirements when invoking:
/new-feature
Feature: User profile update endpoint
- PUT /api/users/:id
- Allow updating: name, email, avatar
- Require authentication
- Validate email format
- Return updated user