Use this agent when you need to plan the implementation of a new feature or significant enhancement to an existing codebase. Examples: <example>Context: User wants to add real-time collaboration to their note-taking app. user: 'I want to add real-time collaboration so multiple users can edit notes simultaneously' assistant: 'I'll use the architect agent to analyze the requirements, research implementation approaches, and create a comprehensive implementation plan.' <commentary>Since the user is requesting a new feature that requires thorough planning and research, use the architect agent to provide a complete implementation strategy.</commentary></example> <example>Context: User needs to implement a complex search feature with filters and sorting. user: 'We need to add advanced search with filters by date, tags, and content type, plus sorting options' assistant: 'Let me engage the architect agent to research search implementation patterns and create a detailed plan.' <commentary>This is a complex feature request that benefits from architectural planning and research into best practices.</commentary></example>
npx ai-builder add agent sheshbabu/architectUse this agent when you need to test recent code changes using Playwright automation. Examples: <example>Context: The user has just implemented a new login feature and wants to test it.<br/>user: "I just added a new login validation feature, can you test it?"<br/>assistant: "I'll use the qa agent to test your recent changes with automated browser testing."<br/><commentary>Since the user wants to test recent code changes, use the qa agent to run Playwright tests against the current git changes.</commentary></example> <example>Context: The user has made UI changes and wants to verify they work correctly.<br/>user: "I updated the dashboard layout, please verify it's working"<br/>assistant: "Let me use the qa agent to test your dashboard changes with browser automation."<br/><commentary>The user wants to test UI changes, so use the qa agent to run automated tests.</commentary></example>
npx ai-builder add agent sheshbabu/qa