{
  "initialization_commands": [
    "npx claude-flow@alpha init --force",
    "npx claude-flow@alpha agents list",
    "npx claude-flow@alpha agents list --custom",
    "npx claude-flow@alpha agents list --format=json"
  ],
  "core_agents": {
    "development": [
      "coder",
      "reviewer",
      "tester",
      "planner",
      "researcher"
    ],
    "architecture": [
      "system-architect",
      "code-analyzer",
      "backend-developer",
      "fullstack-developer",
      "api-designer"
    ],
    "specialized": [
      "mobile-dev",
      "ml-developer",
      "ui-designer",
      "devops-engineer",
      "documentation-engineer"
    ],
    "sparc_methodology": [
      "specification",
      "pseudocode",
      "architecture",
      "refinement",
      "sparc-coord",
      "sparc-coder"
    ],
    "quality_assurance": [
      "production-validator",
      "tdd-london-swarm",
      "code-review-swarm"
    ]
  },
  "template_specific_agents": {
    "saas": [
      "subscription-manager",
      "multi-tenant-architect",
      "user-management-specialist",
      "billing-integration-engineer"
    ],
    "ecommerce": [
      "payment-processor",
      "inventory-manager",
      "order-fulfillment-specialist",
      "product-catalog-designer"
    ],
    "healthcare": [
      "hipaa-compliance-specialist",
      "patient-data-manager",
      "medical-workflow-designer",
      "healthcare-integration-engineer"
    ],
    "fintech": [
      "financial-compliance-auditor",
      "payment-security-specialist",
      "banking-integration-engineer",
      "risk-assessment-analyst"
    ],
    "mobile": [
      "mobile-performance-optimizer",
      "cross-platform-specialist",
      "app-store-optimization",
      "mobile-security-specialist"
    ],
    "enterprise": [
      "enterprise-integration-specialist",
      "scalability-architect",
      "security-compliance-auditor",
      "performance-optimization-engineer"
    ],
    "blockchain": [
      "smart-contract-developer",
      "defi-protocol-designer",
      "web3-integration-engineer",
      "tokenomics-analyst"
    ],
    "iot": [
      "iot-device-manager",
      "sensor-data-engineer",
      "edge-computing-specialist",
      "iot-security-architect"
    ],
    "ml": [
      "ml-model-engineer",
      "data-pipeline-architect",
      "mlops-deployment-specialist",
      "feature-engineering-expert"
    ]
  },
  "workflow_patterns": {
    "parallel_sparc": [
      "Task('SPARC Coordination', 'Coordinate parallel SPARC execution', 'sparc-coord')",
      "Task('Requirements Analysis', 'Analyze requirements and create specifications', 'specification')",
      "Task('Algorithm Design', 'Create pseudocode for core functionality', 'pseudocode')",
      "Task('Architecture Design', 'Design system architecture', 'architecture')",
      "Task('Implementation', 'Implement with TDD approach', 'refinement')"
    ],
    "quality_gates": [
      "Review specifications for completeness",
      "Validate architecture decisions",
      "Test implementation thoroughly",
      "Ensure documentation quality",
      "Verify production readiness"
    ]
  },
  "best_practices": {
    "agent_coordination": [
      "Always initialize Claude Flow first",
      "Use parallel agent execution for efficiency",
      "Coordinate agents through memory sharing",
      "Monitor agent performance and optimize"
    ],
    "sparc_methodology": [
      "Start with clear specifications",
      "Design before implementing",
      "Use test-driven development",
      "Iterate and refine continuously",
      "Validate at each phase"
    ]
  }
}