From claude-code-agents
Develops new features using TDD workflow: writes failing tests first, implements code to pass them, runs all tests for verification, and performs browser QA for UI features.
npx claudepluginhub undeadlist/claude-code-agents --plugin claude-code-agentsThis skill uses the workspace's default tool permissions.
Build features using test-driven development. Provide the feature specification when invoking.
Enforces strict TDD workflow for feature implementation: write one failing test, minimal code to pass, refactor, repeat. Prevents writing full test suites upfront.
Enforces strict test-driven development for new features, bug fixes, and refactoring, requiring failing tests before any production code.
Enforces strict Test-Driven Development (TDD): write failing test first for features, bug fixes, refactors before any production code.
Share bugs, ideas, or general feedback.
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