Claude Code Agents - Usage Examples
August 29, 2025 ยท View on GitHub
This document shows real-world examples of how these agents work together to solve common development challenges.
๐๏ธ Building a New SaaS Product
Scenario: Creating a Project Management SaaS
You: "I want to build a project management SaaS for small development teams. I need help planning the whole thing."
Claude Code Flow:
- system-designer - Creates system architecture and technology recommendations
- database-planner - Designs database schema for projects, tasks, and users
- api-designer - Plans REST API endpoints and authentication
- feature-spec-writer - Writes detailed specifications for core features
Result: Complete technical foundation with architecture diagrams, database schema, API documentation, and implementation roadmap.
๐ Content Marketing Campaign
Scenario: Launching with Technical Content
You: "I'm launching my developer tool and need to create content that drives signups."
Claude Code Flow:
- market-researcher - Analyzes target audience and competitive landscape
- seo-optimizer - Researches keywords and content opportunities
- blog-writer - Creates technical tutorials showcasing the tool
- landing-page-writer - Writes conversion-focused landing page copy
- email-writer - Creates welcome sequence for new subscribers
Result: Complete content marketing strategy with SEO-optimized blog posts, landing pages, and email campaigns.
๐ Code Quality & Security Audit
Scenario: Preparing for Security Review
You: "We need to audit our codebase before our enterprise customer's security review."
Claude Code Flow:
- security-auditor - Scans for vulnerabilities and security issues
- code-reviewer - Reviews code quality and best practices
- performance-optimizer - Identifies performance bottlenecks
- test-strategist - Evaluates test coverage and suggests improvements
- documentation-writer - Updates security and architecture documentation
Result: Comprehensive security and quality report with prioritized remediation plan.
๐จ Design System Creation
Scenario: Building Consistent UI
You: "Our UI is inconsistent across features. I need to create a design system."
Claude Code Flow:
- ui-designer - Audits existing interface patterns
- color-specialist - Creates accessible color palette
- typography-expert - Establishes font hierarchy
- design-system-builder - Creates comprehensive component library
- accessibility-checker - Ensures WCAG compliance
Result: Complete design system with components, guidelines, and implementation code.
๐ Data-Driven Product Decisions
Scenario: Understanding User Behavior
You: "I have lots of user feedback and analytics data but don't know what to prioritize."
Claude Code Flow:
- feedback-analyzer - Processes user feedback for themes and insights
- analytics-setup - Configures tracking for key product metrics
- sql-expert - Creates queries for user behavior analysis
- feature-prioritizer - Evaluates feature requests against business goals
- user-story-writer - Creates stories for prioritized features
Result: Data-driven product roadmap with clear priorities and user stories.
๐ Production Deployment
Scenario: Scaling Infrastructure
You: "My app is getting more users and I'm having performance and cost issues."
Claude Code Flow:
- error-investigator - Analyzes production errors and bottlenecks
- performance-optimizer - Identifies code-level optimization opportunities
- cost-optimizer - Reviews infrastructure costs and suggests optimizations
- monitoring-setup - Implements comprehensive monitoring and alerting
- backup-planner - Creates disaster recovery procedures
Result: Optimized, monitored, and resilient production infrastructure.
๐ผ Business & Legal Compliance
Scenario: Preparing for Enterprise Sales
You: "I need to get my SaaS ready for enterprise customers who require compliance."
Claude Code Flow:
- privacy-policy-writer - Creates GDPR and CCPA compliant privacy policy
- terms-writer - Drafts enterprise-ready terms of service
- security-auditor - Performs security compliance review
- accessibility-checker - Ensures accessibility compliance
- financial-planner - Creates enterprise pricing model
Result: Compliance-ready SaaS with all legal and security requirements met.
๐ฑ Mobile App Development
Scenario: Adding Mobile to Web SaaS
You: "I have a web SaaS and want to add a mobile app. How should I approach this?"
Claude Code Flow:
- system-designer - Plans mobile architecture and API changes
- api-designer - Designs mobile-optimized API endpoints
- ui-designer - Creates mobile-first interface designs
- user-story-writer - Writes mobile-specific user stories
- test-strategist - Plans mobile testing strategy
Result: Complete mobile app development plan with technical specifications.
๐ Competitive Analysis & Positioning
Scenario: Responding to New Competitor
You: "A well-funded competitor just launched with similar features. How do I respond?"
Claude Code Flow:
- competitor-researcher - Analyzes competitor features, pricing, and positioning
- feature-prioritizer - Evaluates which features to build vs. improve
- copywriter - Creates differentiated messaging and positioning
- pricing-strategist - Recommends competitive pricing adjustments
- market-researcher - Identifies unique market opportunities
Result: Strategic response plan with feature roadmap, positioning, and pricing strategy.
โก Agent Combinations
Common Agent Workflows
Architecture Planning:
system-designer โ database-planner โ api-designer โ tech-stack-advisor
Content Marketing:
market-researcher โ seo-optimizer โ blog-writer โ social-media-creator
Code Quality:
code-reviewer โ security-auditor โ test-strategist โ performance-optimizer
Product Development:
user-story-writer โ feature-prioritizer โ ux-reviewer โ accessibility-checker
Launch Preparation:
landing-page-writer โ email-writer โ ad-copy-creator โ analytics-setup
๐ฏ Pro Tips
Getting the Best Results
-
Be Specific: Instead of "help with my app", say "review my authentication system for security issues"
-
Provide Context: Share relevant code, mockups, or business context
-
Chain Requests: Let agents work together - "after reviewing the code, help me write tests for the issues found"
-
Iterate: Agents can refine their outputs based on your feedback
When to Use Multiple Agents
- Complex Projects: System design + database planning + API design
- Launch Campaigns: Content + design + marketing + analytics
- Quality Assurance: Security + performance + accessibility + testing
- Strategic Planning: Research + analysis + prioritization + documentation
๐ Advanced Workflows
Full-Stack Feature Development
-
Planning Phase
feature-spec-writer- Define requirementsuser-story-writer- Create development storiesdatabase-planner- Plan data changes
-
Implementation Phase
api-designer- Design endpointsui-designer- Create interface mockupstest-strategist- Plan testing approach
-
Quality Phase
code-reviewer- Review implementationsecurity-auditor- Check for vulnerabilitiesaccessibility-checker- Ensure compliance
-
Launch Phase
documentation-writer- Update docschangelog-writer- Create release notesmonitoring-setup- Add tracking
Growth Marketing Campaign
-
Research Phase
market-researcher- Analyze target marketcompetitor-researcher- Study competitionseo-optimizer- Find content opportunities
-
Content Phase
blog-writer- Create educational contentlanding-page-writer- Build conversion pagesemail-writer- Design nurture sequences
-
Promotion Phase
social-media-creator- Create social contentad-copy-creator- Write paid ad copycopywriter- Develop messaging variants
-
Analysis Phase
analytics-setup- Track performancefeedback-analyzer- Process user responsesperformance-optimizer- Optimize conversion rates
These agents work best when you think of them as specialized team members, each with their own expertise! ๐ค