with one click
new-feature
Develop new features with test-first approach (TDD)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Develop new features with test-first approach (TDD)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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
Based on SOC occupation classification
| 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