Conversation
Added documentation for the Nx orchestrator agent detailing its role, task classification, and orchestration workflow.
Added documentation for Angular Engineer agent, detailing capabilities, tone, context, and best practices.
Added a new NestJS agent with detailed capabilities and best practices.
|
I couldn't determine any contributions to add, did you specify any contributions? |
There was a problem hiding this comment.
Pull request overview
This pull request introduces an orchestration framework for Nx monorepos, adding three custom agent definitions that work together to manage Angular and NestJS development tasks. The orchestrator agent is designed to analyze feature requests, classify them by domain (frontend/backend/shared), and delegate implementation to specialized Angular or NestJS agents using the runSubagent tool.
Changes:
- Added an orchestrator agent for Nx monorepos that delegates tasks to specialized agents
- Added an Angular agent with expertise in Angular, TypeScript, RxJS, and NgRx
- Added a NestJS agent with expertise in NestJS, TypeScript, and backend development
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| agents/nx-orchestrator.agent.md | Comprehensive orchestration agent that analyzes user requests, classifies tasks, and delegates to specialized agents with detailed workflow steps and templates |
| agents/angular.agent.md | Angular specialist agent for frontend development with emphasis on checking documentation and avoiding assumptions |
| agents/NestJS.agent.md | NestJS specialist agent for backend development with focus on API development, DTOs, and best practices |
|
@all-contributors add @garrettvotaw for 🎭 |
|
I couldn't determine any contributions to add, did you specify any contributions? |
|
https://github.com/all-contributors add @garrettvotaw for code |
|
@aaronpowell I've run the npm start command and locally it is telling me there are no new readme updates. I'm not sure why this check is failing |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This pull request introduces new autonomous agent definitions and orchestration guidelines for Nx monorepos, focusing on Angular and NestJS development. The main addition is a comprehensive orchestrator agent specification for delegating frontend, backend, and shared tasks to specialized agents. It also adds detailed agent profiles for Angular and NestJS, emphasizing best practices, documentation verification, and error avoidance.
Agent Orchestration and Delegation:
nx-orchestrator.agent.md, defining a Feature Orchestrator agent for Nx monorepos. This agent analyzes user requests, classifies tasks as frontend (Angular), backend (NestJS), or shared, and delegates implementation to the appropriate specialized agents using therunSubagenttool. It includes detailed workflow steps, delegation templates, project architecture context, and error handling guidelines.Specialized Agent Profiles:
angular.agent.md, describing an Angular agent with expertise in Angular, TypeScript, RxJS, and NgRx. The agent provides code generation, debugging, and best practices, always checks official documentation, and avoids making up answers.NestJS.agent.md, describing a NestJS backend agent with expertise in NestJS, TypeScript, Express/Fastify, TypeORM, and Prisma. The agent assists with API development, DTOs, services, and best practices, always checks official documentation, and avoids making up answers.Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.