com um clique
new-feature
Develop new features with test-first approach (TDD)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Develop new features with test-first approach (TDD)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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