{
  "version": "1.0.0",
  "stacks": [
    {
      "id": "nextjs-production",
      "name": "Next.js Production Stack",
      "description": "Production-ready Next.js with performance optimization, testing, and automated deployment",
      "icon": "ph-lightning",
      "category": "frontend",
      "templates": [
        { "type": "agent", "name": "nextjs-architecture-expert" },
        { "type": "agent", "name": "react-performance-optimizer" },
        { "type": "agent", "name": "typescript-pro" },
        { "type": "command", "name": "nextjs-performance-audit" },
        { "type": "command", "name": "optimize-bundle-size" },
        { "type": "hook", "name": "vercel-auto-deploy" }
      ],
      "tags": ["nextjs", "react", "production", "performance"],
      "credits": "Based on Vercel's deployment best practices, Next.js 15 optimization patterns, and shadcn/ui's modern component architecture approach"
    },
    {
      "id": "python-fastapi-stack",
      "name": "Python/FastAPI API Stack",
      "description": "High-performance Python APIs with database integration, documentation, and testing",
      "icon": "ph-code",
      "category": "backend",
      "templates": [
        { "type": "agent", "name": "python-pro" },
        { "type": "agent", "name": "backend-architect" },
        { "type": "agent", "name": "api-documenter" },
        { "type": "command", "name": "optimize-api-performance" },
        { "type": "command", "name": "generate-api-documentation" },
        { "type": "mcp", "name": "postgresql" }
      ],
      "tags": ["python", "fastapi", "api", "backend"],
      "credits": "Inspired by FastAPI's +5pt growth in 2025 Stack Overflow survey and Python's +7pt acceleration for backend/API development"
    },
    {
      "id": "security-hardening",
      "name": "Security Hardening Kit",
      "description": "OWASP Top 10 2025 compliance with vulnerability scanning, penetration testing, and supply chain security",
      "icon": "ph-shield-check",
      "category": "security",
      "templates": [
        { "type": "agent", "name": "security-auditor" },
        { "type": "agent", "name": "penetration-tester" },
        { "type": "agent", "name": "api-security-auditor" },
        { "type": "command", "name": "security-audit" },
        { "type": "command", "name": "dependency-audit" },
        { "type": "setting", "name": "deny-sensitive-files" }
      ],
      "tags": ["security", "owasp", "audit", "compliance"],
      "credits": "Aligned with OWASP Top 10 2025 (A03: Software Supply Chain, A10: Exception Handling) and security misconfiguration prevention (now #2 risk)"
    },
    {
      "id": "devops-essentials",
      "name": "DevOps Essentials",
      "description": "Complete CI/CD pipeline with Docker containerization, Kubernetes deployment, and health monitoring",
      "icon": "ph-git-branch",
      "category": "devops",
      "templates": [
        { "type": "agent", "name": "devops-engineer" },
        { "type": "agent", "name": "deployment-engineer" },
        { "type": "command", "name": "setup-ci-cd-pipeline" },
        { "type": "command", "name": "ci-setup" },
        { "type": "command", "name": "deployment-monitoring" },
        { "type": "hook", "name": "auto-git-add" }
      ],
      "tags": ["devops", "cicd", "docker", "kubernetes"],
      "credits": "Based on Docker's +17pt surge (2024-2025), GitHub Actions workflows, and Azure DevOps Starter Kit patterns for platform engineering"
    },
    {
      "id": "documentation-pro",
      "name": "Documentation Pro",
      "description": "Automated API docs, architecture guides, and onboarding documentation with changelog management",
      "icon": "ph-book-open",
      "category": "documentation",
      "templates": [
        { "type": "agent", "name": "technical-writer" },
        { "type": "agent", "name": "api-documenter" },
        { "type": "command", "name": "generate-api-documentation" },
        { "type": "command", "name": "create-architecture-documentation" },
        { "type": "command", "name": "create-onboarding-guide" },
        { "type": "command", "name": "update-docs" }
      ],
      "tags": ["documentation", "api-docs", "guides", "onboarding"],
      "credits": "Addresses the 4.4x productivity gain from self-serve documentation (Jellyfish 2025 Report) and developer onboarding friction"
    },
    {
      "id": "testing-mastery",
      "name": "Testing Mastery",
      "description": "Comprehensive testing pyramid with unit, integration, E2E, and performance testing automation",
      "icon": "ph-test-tube",
      "category": "testing",
      "templates": [
        { "type": "agent", "name": "test-engineer" },
        { "type": "agent", "name": "test-automator" },
        { "type": "command", "name": "setup-comprehensive-testing" },
        { "type": "command", "name": "generate-tests" },
        { "type": "command", "name": "test-coverage" },
        { "type": "hook", "name": "lint-on-save" }
      ],
      "tags": ["testing", "quality", "automation", "coverage"],
      "credits": "Implements modern testing pyramid with shift-left methodology and test automation best practices from industry leaders"
    },
    {
      "id": "ai-ml-development",
      "name": "AI/ML Development",
      "description": "Machine learning workflows with prompt engineering, model evaluation, and ethical AI practices",
      "icon": "ph-brain",
      "category": "ai",
      "templates": [
        { "type": "agent", "name": "ml-engineer" },
        { "type": "agent", "name": "data-scientist" },
        { "type": "agent", "name": "prompt-engineer" },
        { "type": "agent", "name": "model-evaluator" },
        { "type": "agent", "name": "ai-ethics-advisor" },
        { "type": "mcp", "name": "huggingface" }
      ],
      "tags": ["ai", "ml", "data-science", "llm"],
      "credits": "Based on Python's dominance in AI/data science (+7pt in 2025) and responsible AI frameworks from NIST and EU AI Act"
    },
    {
      "id": "fullstack-typescript",
      "name": "Full-Stack TypeScript",
      "description": "End-to-end type-safe development with modern tooling, database integration, and best practices",
      "icon": "ph-stack",
      "category": "fullstack",
      "templates": [
        { "type": "agent", "name": "fullstack-developer" },
        { "type": "agent", "name": "typescript-pro" },
        { "type": "agent", "name": "database-architect" },
        { "type": "mcp", "name": "supabase" },
        { "type": "mcp", "name": "memory" }
      ],
      "tags": ["typescript", "fullstack", "database", "modern"],
      "credits": "Reflects the modern startup stack: Next.js + TypeScript + Supabase + Vercel (default indie hacker/SaaS stack 2024-2025)"
    },
    {
      "id": "database-operations",
      "name": "Database Operations",
      "description": "Database architecture, query optimization, migration management with Postgres/Supabase/Neon",
      "icon": "ph-database",
      "category": "database",
      "templates": [
        { "type": "agent", "name": "database-architect" },
        { "type": "agent", "name": "database-optimizer" },
        { "type": "agent", "name": "neon-specialist" },
        { "type": "command", "name": "optimize-database-performance" },
        { "type": "mcp", "name": "neon" },
        { "type": "mcp", "name": "postgresql" }
      ],
      "tags": ["database", "sql", "optimization", "migrations"],
      "credits": "Addresses database performance bottlenecks and Redis +8% growth for high-speed caching in complex applications"
    },
    {
      "id": "performance-optimization",
      "name": "Performance Optimization",
      "description": "Bundle optimization, caching strategies, memory management, and Core Web Vitals monitoring",
      "icon": "ph-gauge",
      "category": "performance",
      "templates": [
        { "type": "agent", "name": "react-performance-optimizer" },
        { "type": "command", "name": "performance-audit" },
        { "type": "command", "name": "optimize-bundle-size" },
        { "type": "command", "name": "optimize-memory-usage" },
        { "type": "command", "name": "implement-caching-strategy" },
        { "type": "hook", "name": "performance-monitor" }
      ],
      "tags": ["performance", "optimization", "speed", "monitoring"],
      "credits": "Based on Core Web Vitals optimization, performance budget best practices, and addressing slow deployment as a key bottleneck"
    },
    {
      "id": "code-quality-bundle",
      "name": "Code Quality Bundle",
      "description": "Automated code reviews, linting, formatting, and technical debt reduction with conventional commits",
      "icon": "ph-check-circle",
      "category": "quality",
      "templates": [
        { "type": "agent", "name": "code-reviewer" },
        { "type": "agent", "name": "unused-code-cleaner" },
        { "type": "command", "name": "refactor-code" },
        { "type": "hook", "name": "lint-on-save" },
        { "type": "hook", "name": "smart-formatting" },
        { "type": "hook", "name": "conventional-commits" }
      ],
      "tags": ["quality", "linting", "review", "refactoring"],
      "credits": "Tackles code review delays (Meta research: longer reviews = lower dev satisfaction) and the 40% time lost to technical debt"
    },
    {
      "id": "startup-mvp-kit",
      "name": "Startup MVP Kit",
      "description": "Rapid prototyping with authentication, payments, database, and automated deployment for SaaS products",
      "icon": "ph-rocket-launch",
      "category": "startup",
      "templates": [
        { "type": "agent", "name": "fullstack-developer" },
        { "type": "agent", "name": "product-strategist" },
        { "type": "agent", "name": "payment-integration" },
        { "type": "command", "name": "add-authentication-system" },
        { "type": "mcp", "name": "supabase" },
        { "type": "mcp", "name": "stripe" }
      ],
      "tags": ["startup", "mvp", "saas", "rapid"],
      "credits": "Modeled after SaaS starter kits (shadcn/ui + Next.js + Supabase + Stripe) dominating the indie hacker ecosystem in 2025"
    }
  ]
}
