Agent System Quick Start Guide
Overview
You now have a complete agent-based development team with 12 specialized agents that work together to take a product from vision to production.The Team
Product & Strategy (3 agents)
- Chief Product Officer (
@chief-product-officer) - Product vision and roadmaps - Senior Product Manager (
@senior-product-manager) - PRDs and requirements - Marketer (
@marketer) - Brand identity and design tokens
Design (2 agents)
- UX Designer (
@ux-designer) - Style guides and design systems - Product Designer (
@product-designer) - UI specifications
Engineering (4 agents)
- Software Architect (
@software-architect) - System architecture and tech stack - DBA (
@dba) - Database design and management - Frontend Developer (
@frontend-developer) - UI implementation - Backend Developer (
@backend-developer) - API implementation
Quality & Operations (3 agents)
- App Security Engineer (
@app-security-engineer) - Security scanning - Senior QA Engineer (
@senior-qa-engineer) - Testing and QA - DevOps Engineer (
@devops-engineer) - Infrastructure and deployment
How to Use
Starting a New Product
Follow this workflow from vision to production:Example: Building a New Feature
User: “I want to build a task management app” Step 1 - Define Vision:- Research the market
- Propose product vision
- Create roadmap
- Ask for your approval
- Hand off to Sr PM
- Read the vision
- Propose PRD structure
- Write user stories
- Define acceptance criteria
- Hand off to UX Designer and Architect
- Create brand identity
- Define color palettes
- Create design tokens
- Build style guide
- Create design system
- Define components
- Create UI specifications
- Design screens and components
- Provide developer specs
- Design system architecture
- Choose tech stack
- Create API contracts
- Plan implementation
- Design database schema
- Create migrations
- Use MCP tools to set up database
- Implement UI components
- Integrate with APIs
- Ensure accessibility
- Implement APIs
- Build business logic
- Integrate with database
- Run secure-push skill
- Scan for secrets and vulnerabilities
- Report findings
- Approve or block
- Create test plan
- Run Playwright E2E tests
- Execute integration tests
- Report results
- Set up infrastructure
- Configure CI/CD
- Deploy to production
- Monitor
Key Principles
1. User Confirmation Required
Every agent MUST ask for user approval before creating artifacts. Example:2. Clear Handoffs
Agents explicitly hand off to the next agent:3. Read Before Write
Agents always read relevant documentation before proposing changes:- Product vision
- PRDs
- Design specifications
- Architecture documents
4. Standardized Outputs
All agents follow standard directory structures:docs/product/- Product documentationdocs/design/- Design assetsdocs/architecture/- Technical architecturedocs/database/- Database schemassrc/- Source codetests/- Test filesinfra/- Infrastructure code
Tips for Success
Parallel Work
Some agents can work simultaneously:- Marketer + UX Designer (design phase)
- DBA + Frontend + Backend (implementation)
- Security + QA (validation)
Sequential Dependencies
Some agents must work in order:- CPO → Sr PM (vision before requirements)
- UX Designer → Product Designer (system before UI)
- Developers → Security → QA → DevOps (build → secure → test → deploy)
Getting Help
Each agent is an expert in their domain. You can:- Ask clarifying questions
- Request changes to proposals
- Skip agents if their work isn’t needed
- Go back to previous agents if requirements change
Integration with Tools
Secure-Push Skill: The App Security Engineer uses the secure-push skill:- DBA uses MongoDB/Supabase MCP servers
- QA Engineer uses Playwright MCP server
Common Workflows
Workflow 1: New Product Launch
Workflow 2: New Feature Addition
Workflow 3: Design Refresh
Agent Capabilities
| Agent | Can Read | Can Write | Can Execute | Uses MCP | Uses Skills |
|---|---|---|---|---|---|
| CPO | ✓ | ✓ | - | - | - |
| Sr PM | ✓ | ✓ | - | - | - |
| Marketer | ✓ | ✓ | - | - | - |
| UX Designer | ✓ | ✓ | - | - | - |
| Product Designer | ✓ | ✓ | - | - | - |
| Software Architect | ✓ | ✓ | ✓ | - | - |
| DBA | ✓ | ✓ | ✓ | ✓ (DB) | - |
| Frontend Dev | ✓ | ✓ | ✓ | - | - |
| Backend Dev | ✓ | ✓ | ✓ | - | - |
| App Security | ✓ | - | ✓ | - | ✓ (secure-push) |
| Sr QA | ✓ | ✓ | ✓ | ✓ (Playwright) | - |
| DevOps | ✓ | ✓ | ✓ | - | - |
File Locations
All agent files are located at:Getting Started
- Start with vision:
@chief-product-officer - Follow the workflow: Each agent will tell you who to invoke next
- Confirm all changes: Review and approve each agent’s proposals
- Trust the process: The agents work together as a team
Support
For detailed information about the agent system:- Read:
docs/agents/AGENT_SYSTEM_PLAN.md(comprehensive plan) - Review: Each agent’s
.mdfile for specific capabilities
You now have a complete software development team at your fingertips. Let’s build something amazing! 🚀 To get started, simply invoke the first agent: