{"aiPlatform":"claude-code@2025.06","category":"development","commandName":"/feature-development","content":"---\nname: Feature Development Workflow\ndescription: Implement a new feature using specialized agents with explicit Task tool invocations\nallowed_tools:\n  - memory          # For storing API designs and component specifications\n  - filesystem      # For implementing frontend, backend, and test code\ntags:\n  - feature-development\n  - backend\n  - frontend\n  - testing\n  - deployment\n  - workflow\ncategory: development\nversion: 2.0.0\nauthor: AI Commands Team\n---\n\nImplement a new feature using specialized agents with explicit Task tool invocations:\n\n[Extended thinking: This workflow orchestrates multiple specialized agents to implement a complete feature from design to deployment. Each agent receives context from previous agents to ensure coherent implementation.]\n\nUse the Task tool to delegate to specialized agents in sequence:\n\n1. **Backend Architecture Design**\n   - Use Task tool with subagent_type=\"backend-architect\" \n   - Prompt: \"Design RESTful API and data model for: $ARGUMENTS. Include endpoint definitions, database schema, and service boundaries.\"\n   - Save the API design and schema for next agents\n\n2. **Frontend Implementation**\n   - Use Task tool with subagent_type=\"frontend-developer\"\n   - Prompt: \"Create UI components for: $ARGUMENTS. Use the API design from backend-architect: [include API endpoints and data models from step 1]\"\n   - Ensure UI matches the backend API contract\n\n3. **Test Coverage**\n   - Use Task tool with subagent_type=\"test-automator\"\n   - Prompt: \"Write comprehensive tests for: $ARGUMENTS. Cover both backend API endpoints: [from step 1] and frontend components: [from step 2]\"\n   - Include unit, integration, and e2e tests\n\n4. **Production Deployment**\n   - Use Task tool with subagent_type=\"deployment-engineer\"\n   - Prompt: \"Prepare production deployment for: $ARGUMENTS. Include CI/CD pipeline, containerization, and monitoring for the implemented feature.\"\n   - Ensure all components from previous steps are deployment-ready\n\nAggregate results from all agents and present a unified implementation plan.\n\nFeature description: $ARGUMENTS","contentHash":"0c6fad7a315d891c53980bf360401407224ddf504414d93a03245e383ee32413","copies":0,"createdAt":"2025-08-12T16:09:31.170Z","description":"Backend, frontend, testing, and deployment subagents build complete features","github":{"repoUrl":"https://github.com/Commands-com/commands","lastSyncDirection":"from-github","metadata":{"importedFrom":"github_repository","repoPrivate":false,"repoDefaultBranch":"main","connectedAt":"2025-08-12T16:09:31.170Z"},"importedAt":"2025-08-12T16:09:31.170Z","lastSyncAt":"2025-08-17T17:57:48.322Z","fileMapping":{"license":null,"readme":null,"assets":[],"mainFile":"workflows/feature-development.md"},"selectedCommand":"feature-development","fileShas":{"mainFile":"f648282348c87bd47506f9dc9b58765db7953ec5","yamlPath":"313647b1fb381389da33b7913e95baf617c4b392"},"branch":"main","connectionType":"commands_yaml","connected":true,"lastSyncCommit":"01591bc061d236bde47bf23b0f47e8afcf1a5144","importSource":"repository_import","installationId":"69232615","syncStatus":"synced"},"githubRepoUrl":"https://github.com/Commands-com/commands","id":"25e5d558-98a7-4fc8-8cc4-129e2b212a1d","inputParameters":[{"defaultValue":"full-stack","name":"feature_type","options":["full-stack","backend-only","frontend-only","api","mobile"],"description":"Type of feature to develop","label":"Feature Type","type":"select","required":false},{"name":"tech_stack","options":["React/Node","Vue/Python","Angular/Java","Next.js/Go","React Native"],"description":"Primary technology stack to use","label":"Technology Stack","type":"select","required":false}],"instructions":"Backend, frontend, testing, and deployment subagents build complete features","likes":0,"mcp_search_content":"","organizationUsername":"commands-com","price":"free","search_content":"feature development backend, frontend, testing, and deployment subagents build complete features /feature-development development claude-code@2025.06","title":"Feature Development","type":"command","updatedAt":"2025-08-17T17:57:48.322Z","userId":"W0V8NAw5AhWRwcuwSoFLOi1Yem83","visibility":"public","name":"feature-development","userInteraction":{"userHasStarred":false}}