{
  "PACKS": {
    "core": {
      "description": "Core workflow (always installed)",
      "category": "Core",
      "priority": 0,
      "hidden": false,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "spec",
        "plan",
        "build",
        "debug",
        "onboard",
        "daily",
        "context-save",
        "update",
        "pr-ready",
        "init-project",
        "init-rules",
        "scan-rules",
        "lint-rules",
        "careful",
        "freeze",
        "unfreeze",
        "guard",
        "sessions",
        "contribute",
        "gate-review"
      ],
      "rules": [
        "core/NAMING_CONVENTIONS.md",
        "core/TIMEZONE.md",
        "core/SKILL_AUTHORING.md"
      ],
      "skills": [],
      "agents": [
        "phase-reviewer.md"
      ],
      "claudeSections": []
    },
    "database": {
      "description": "Database patterns, migrations, Exposed ORM",
      "category": "Backend",
      "priority": 5,
      "hidden": true,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "migration"
      ],
      "rules": [
        "database/SCHEMA.md",
        "database/ORM_AND_REPO.md",
        "database/TRANSACTIONS.md"
      ],
      "skills": [
        "database-patterns",
        "database-table-creator"
      ],
      "agents": [],
      "claudeSections": [
        "05-database.md"
      ]
    },
    "shared-backend": {
      "description": "Shared backend architecture concepts",
      "category": "Backend",
      "priority": 6,
      "hidden": true,
      "comingSoon": false,
      "depends": [],
      "commands": [],
      "rules": [
        "shared-backend/ARCHITECTURE.md"
      ],
      "skills": [],
      "agents": [],
      "claudeSections": []
    },
    "backend-micronaut": {
      "description": "Kotlin + Micronaut backend",
      "category": "Backend",
      "priority": 11,
      "hidden": false,
      "comingSoon": false,
      "depends": [
        "database",
        "shared-backend"
      ],
      "commands": [
        "kotlin-service",
        "review",
        "testcontainer"
      ],
      "rules": [
        "backend-micronaut/KOTLIN.md",
        "backend-micronaut/CONTROLLERS.md",
        "backend-micronaut/SERVICES_AND_BEANS.md",
        "backend-micronaut/API_DESIGN.md",
        "backend-micronaut/RETROFIT_PLACEMENT.md",
        "backend-micronaut/BATCH_PROCESSING.md"
      ],
      "skills": [
        "api-endpoint-creator",
        "backend-api-design",
        "kotlin-best-practices",
        "testing-strategies",
        "security-checklist"
      ],
      "agents": [
        "micronaut-backend-expert.md",
        "solution-architect-cto.md"
      ],
      "claudeSections": [
        "11-backend-micronaut.md"
      ]
    },
    "backend-nodejs": {
      "description": "Node.js backend (coming soon)",
      "category": "Backend",
      "priority": 12,
      "hidden": false,
      "comingSoon": true,
      "depends": [
        "database",
        "shared-backend"
      ],
      "commands": [],
      "rules": [],
      "skills": [],
      "agents": [],
      "claudeSections": []
    },
    "backend-python": {
      "description": "Python backend (coming soon)",
      "category": "Backend",
      "priority": 13,
      "hidden": false,
      "comingSoon": true,
      "depends": [
        "database",
        "shared-backend"
      ],
      "commands": [],
      "rules": [],
      "skills": [],
      "agents": [],
      "claudeSections": []
    },
    "frontend-react": {
      "description": "React + Next.js frontend",
      "category": "Frontend",
      "priority": 20,
      "hidden": false,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "next-app",
        "next-feature",
        "fe-review",
        "figma-to-code",
        "e2e",
        "qa"
      ],
      "rules": [
        "frontend-react/FRONTEND.md"
      ],
      "skills": [
        "browser-qa"
      ],
      "agents": [],
      "claudeSections": [
        "20-frontend-react.md"
      ]
    },
    "ux-design": {
      "description": "UX design workflow — research, define, ideate, design system, prototype, test",
      "category": "Design",
      "priority": 25,
      "hidden": false,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "ux"
      ],
      "rules": [
        "ux-design/DESIGN_PROCESS.md"
      ],
      "skills": [
        "design-intelligence",
        "design-workflow"
      ],
      "agents": [
        "design-critic.md"
      ],
      "claudeSections": [
        "25-ux-design.md"
      ]
    },
    "infrastructure": {
      "description": "Terraform + AWS infrastructure",
      "category": "Ops",
      "priority": 30,
      "hidden": false,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "tf-scaffold",
        "tf-module",
        "tf-review",
        "tf-plan",
        "tf-deploy",
        "tf-import",
        "tf-drift",
        "tf-cost",
        "tf-security"
      ],
      "rules": [
        "infrastructure/STRUCTURE.md",
        "infrastructure/MODULES.md",
        "infrastructure/STATE_AND_BACKEND.md",
        "infrastructure/NAMING.md",
        "infrastructure/SECURITY.md",
        "infrastructure/VARIABLES.md",
        "infrastructure/PROVIDERS.md"
      ],
      "skills": [
        "terraform-service-scaffold",
        "terraform-module-creator",
        "terraform-review",
        "terraform-security-audit",
        "terraform-best-practices"
      ],
      "agents": [
        "infrastructure-expert.md",
        "sre-architect.md"
      ],
      "claudeSections": [
        "30-infrastructure.md"
      ]
    },
    "project-mgmt": {
      "description": "Large multi-day projects (GSD)",
      "category": "Planning",
      "priority": 30,
      "hidden": false,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "epic",
        "project",
        "phase",
        "workstreams",
        "gsd-upgrade",
        "forensics",
        "brownfield",
        "map-codebase",
        "team"
      ],
      "rules": [],
      "skills": [],
      "agents": [
        "team-coordinator.md"
      ],
      "claudeSections": [
        "30-project-mgmt.md"
      ]
    },
    "product": {
      "description": "Product thinking before building",
      "category": "Planning",
      "priority": 40,
      "hidden": false,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "think",
        "validate",
        "teardown",
        "interview",
        "lean-canvas",
        "brainstorm",
        "web-to-prd"
      ],
      "rules": [],
      "skills": [
        "web-to-prd"
      ],
      "agents": [],
      "claudeSections": [
        "40-product.md"
      ]
    },
    "ops": {
      "description": "Deploy & infrastructure",
      "category": "Ship",
      "priority": 50,
      "hidden": false,
      "comingSoon": false,
      "depends": [],
      "commands": [
        "deploy",
        "env-setup"
      ],
      "rules": [],
      "skills": [],
      "agents": [],
      "claudeSections": [
        "50-ops.md"
      ]
    },
    "research": {
      "description": "Startup research pipeline — from idea to investor-ready",
      "category": "Research",
      "priority": 60,
      "hidden": false,
      "comingSoon": false,
      "depends": [
        "product"
      ],
      "commands": [
        "startup",
        "kickoff",
        "deep-dive",
        "fundraise",
        "research",
        "pitch",
        "outreach",
        "content",
        "write"
      ],
      "rules": [],
      "skills": [
        "brainstorm",
        "idea-validation",
        "market-research",
        "competitive-teardown",
        "deep-research",
        "investor-materials",
        "investor-outreach",
        "article-writing",
        "content-engine",
        "startup-pipeline"
      ],
      "agents": [
        "idea-killer.md",
        "research-planner.md"
      ],
      "claudeSections": [
        "60-research.md"
      ]
    }
  },
  "PACK_ORDER": [
    "core",
    "database",
    "shared-backend",
    "backend-micronaut",
    "backend-nodejs",
    "backend-python",
    "frontend-react",
    "ux-design",
    "infrastructure",
    "project-mgmt",
    "product",
    "ops",
    "research"
  ]
}
