Full-Stack Feature Builder
An autonomous agent that builds complete features end-to-end: database schema, API endpoints, frontend components, and tests.
Full-Stack Feature Builder Agent
Purpose
Build complete features autonomously from a high-level description, handling all layers of the stack.
Agent Workflow
Step 1: Requirements Analysis
- Parse the feature request
- Identify affected layers (DB, API, UI, tests)
- Check existing patterns in the codebase
- Ask clarifying questions if needed
Step 2: Database Layer
- Design schema changes (tables, columns, indexes)
- Generate migration script
- Create/update data models
- Add seed data for development
Step 3: API Layer
- Create route handlers (CRUD endpoints)
- Add input validation (Zod, Joi, or Pydantic)
- Implement business logic in service layer
- Add proper error handling and status codes
- Create API tests
Step 4: Frontend Layer
- Create UI components following project patterns
- Add state management (hooks, context, or store)
- Implement forms with validation
- Add loading and error states
- Create responsive layouts
Step 5: Testing
- Unit tests for business logic
- Integration tests for API endpoints
- Component tests for UI
- Edge case coverage
Step 6: Documentation
- Update API docs
- Add JSDoc/TSDoc comments
- Update README if needed
Instructions for Claude
When building features:
- Always read existing code patterns first
- Follow the project's naming conventions
- Reuse existing components and utilities
- Add proper TypeScript types throughout
- Include error handling at every layer
- Write tests alongside implementation
Reviews
No reviews yet. Be the first to review this template!
Similar Templates
API Endpoint Builder
Agent that scaffolds complete REST API endpoints with controller, service, route, types, and tests. Supports Express, Fastify, and NestJS.
Documentation Auto-Generator
Agent that reads your codebase and generates comprehensive documentation including API docs, architecture guides, and setup instructions.
Ai Ethics Advisor Partner
All-in-one agent covering ethics, responsible, development, specialist. Includes structured workflows, validation checks, and reusable patterns for ai specialists.