A workflow system for Claude Code and Codex. It grills a problem into a domain-grounded plan, then either drives it through test-driven missions you review one at a time, or hands it to an autonomous /goal loop that runs to a verifiable stop condition.
Use this agent when you need to visualize UI concepts through ASCII mockups before implementation. Examples: Context: User has an idea for a dashboard layout with data tables and charts. user: 'I want to create a dashboard that shows user analytics with a sidebar navigation, main content area with charts, and a data…
Use this agent when you need to build, configure, or understand Mastra AI agents using the latest best practices and approaches. Examples: Context: User wants to create a new Mastra AI agent for their project. user: 'I need to create a Mastra agent that can handle customer support queries' assistant: 'I'll use the…
Use this agent when you need to build, extend, or modify backend functionality in a Next.js application. This includes creating API routes, server actions, middleware, database integrations, or working with frameworks like Hono that sit on top of Next.js. The agent will analyze your existing backend architecture and…
Use this agent when you need to create, update, or maintain end-to-end tests for your application using Playwright. Examples: Context: User has just implemented a new user registration flow and wants to ensure it works correctly across different browsers. user: 'I just added a new user registration feature with email…
Use this agent when you need comprehensive code quality assessment and improvement recommendations across a codebase or significant code sections. Examples: Context: User has completed a major feature implementation and wants to ensure code quality before merging. user: 'I've finished implementing the user…
Use this agent when the user needs help with shadcn/ui components, styling, or implementation. Examples: Context: User wants to add a new button component to their project. user: 'I need to add a button component with a loading state' assistant: 'I'll use the shadcn-ui-adapter agent to help you implement a button…
Use this agent when you need help with SST (Serverless Stack) development, deployment, or architecture decisions. This includes when you're building serverless applications, configuring cloud infrastructure, migrating between SST versions, or need guidance on SST v3 (CloudFront-based) vs SST v2 (CloudFormation…
Use this agent when you need to test components and logic using Vitest following the project's testing strategy. Examples: Context: User has just implemented a new React component and wants to ensure it's properly tested. user: 'I just created a UserProfile component that displays user information and handles edit…