[
  {
    "id": "essentials",
    "name": "Essentials",
    "description": "Recommended starting point for general developer workflows.",
    "intended_for": "Every developer",
    "skill_ids": ["find-skills", "brainstorming", "architecture", "debugging"]
  },
  {
    "id": "full-stack",
    "name": "Full-Stack",
    "description": "Application design and implementation workflows.",
    "intended_for": "Web and app developers",
    "skill_ids": ["frontend-design", "api-design", "database-design", "omni-figma", "auth-flows"]
  },
  {
    "id": "design",
    "name": "Design",
    "description": "Design-system, accessibility, and implementation-ready UI workflow reviews.",
    "intended_for": "Design engineers, frontend engineers, and design-system maintainers",
    "skill_ids": ["frontend-design", "omni-figma", "design-systems-ops", "accessibility-audit", "design-token-governance"]
  },
  {
    "id": "security",
    "name": "Security",
    "description": "Security review and vulnerability-oriented workflows.",
    "intended_for": "Security engineers",
    "skill_ids": ["security-auditor", "vulnerability-scanner", "incident-response", "threat-modeling"]
  },
  {
    "id": "devops",
    "name": "DevOps",
    "description": "Infrastructure and deployment workflows.",
    "intended_for": "Infrastructure and platform teams",
    "skill_ids": ["docker-expert", "kubernetes", "terraform", "observability-review", "release-engineering"]
  },
  {
    "id": "ai-engineer",
    "name": "AI Engineer",
    "description": "RAG, prompting, and AI application workflows.",
    "intended_for": "LLM and ML developers",
    "skill_ids": ["rag-engineer", "prompt-engineer", "llm-patterns", "eval-design", "context-engineering", "data-contracts", "model-serving"]
  },
  {
    "id": "oss-maintainer",
    "name": "OSS Maintainer",
    "description": "Open source maintenance workflows.",
    "intended_for": "Open source maintainers",
    "skill_ids": ["find-skills", "create-pr", "changelog", "documentation"]
  }
]
