[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-cline-gcp-to-aws":3,"mdc--qsnh8m-key":36,"related-repo-cline-gcp-to-aws":3905,"related-org-cline-gcp-to-aws":4028},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"gcp-to-aws","migrate workloads from GCP to AWS","Migrate workloads from Google Cloud Platform to AWS — including AI and agentic workloads regardless of cloud provider. Triggers on: migrate from GCP, GCP to AWS, move off Google Cloud, migrate Terraform to AWS, migrate Cloud SQL to RDS, migrate GKE to EKS, migrate Cloud Run to Fargate, Google Cloud migration, migrate from OpenAI to Bedrock, move off OpenAI, switch from ChatGPT API to AWS, migrate from Gemini to Bedrock, migrate LangChain to Bedrock, migrate LangGraph to AWS, migrate agentic workloads to AWS, move AI workloads to AWS, migrate my AI app to AWS. Runs a 6-phase process: discover GCP resources from Terraform files, app code, or billing exports, clarify migration requirements, design AWS architecture, estimate costs, generate migration artifacts, and collect optional feedback. Clarify must finish before Design, Estimate, or Generate. Includes AI provider migration guidance (for example, OpenAI to Amazon Bedrock) by selecting closest-fit Bedrock model families for required modality, latency\u002Fquality targets, context windows, and cost constraints. Model mapping is compatibility-guided, not 1:1 parity; validate prompts, tool-calling behavior, and eval metrics before cutover. Do not use for: Azure or on-premises migrations to AWS, AWS-to-GCP reverse migration, general AWS architecture advice without migration intent, GCP-to-GCP refactoring, or multi-cloud deployments that do not involve migrating off GCP.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"cline","Cline","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcline.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Migration","migration","tag",{"name":17,"slug":18,"type":15},"Infrastructure","infrastructure",{"name":20,"slug":21,"type":15},"AWS","aws",{"name":23,"slug":24,"type":15},"Google Cloud","google-cloud",10,"https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills","2026-07-12T08:13:24.526291",null,4,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"A collection of skills used at Cline","https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fgcp-to-aws","---\nname: gcp-to-aws\ndescription: \"Migrate workloads from Google Cloud Platform to AWS — including AI and agentic workloads regardless of cloud provider. Triggers on: migrate from GCP, GCP to AWS, move off Google Cloud, migrate Terraform to AWS, migrate Cloud SQL to RDS, migrate GKE to EKS, migrate Cloud Run to Fargate, Google Cloud migration, migrate from OpenAI to Bedrock, move off OpenAI, switch from ChatGPT API to AWS, migrate from Gemini to Bedrock, migrate LangChain to Bedrock, migrate LangGraph to AWS, migrate agentic workloads to AWS, move AI workloads to AWS, migrate my AI app to AWS. Runs a 6-phase process: discover GCP resources from Terraform files, app code, or billing exports, clarify migration requirements, design AWS architecture, estimate costs, generate migration artifacts, and collect optional feedback. Clarify must finish before Design, Estimate, or Generate. Includes AI provider migration guidance (for example, OpenAI to Amazon Bedrock) by selecting closest-fit Bedrock model families for required modality, latency\u002Fquality targets, context windows, and cost constraints. Model mapping is compatibility-guided, not 1:1 parity; validate prompts, tool-calling behavior, and eval metrics before cutover. Do not use for: Azure or on-premises migrations to AWS, AWS-to-GCP reverse migration, general AWS architecture advice without migration intent, GCP-to-GCP refactoring, or multi-cloud deployments that do not involve migrating off GCP.\"\n---\n\n# GCP-to-AWS Migration Skill\n\n## Philosophy\n\n- **Re-platform by default**: Select AWS services that match GCP workload types (e.g., Cloud Run → Fargate, Cloud SQL → RDS).\n- **Dev sizing unless specified**: Default to development-tier capacity (e.g., db.t4g.micro, single AZ). Upgrade only on user direction.\n- **No human one-time migration costs**: Do not present human labor, professional services, or people-time work as dollar estimates or \"one-time migration cost\" budget categories. Vendor charges grounded in data (for example GCP data transfer egress in the infra estimate when billing exists) are allowed.\n- **Multi-signal approach**: Design phase adapts based on available inputs — Terraform IaC for infrastructure, billing data for service mapping, and app code for AI workload detection.\n- **BigQuery \u002F `google_bigquery_*`**: The skill **does not** recommend a specific AWS analytics or warehouse service. During **Clarify**, if discovery shows BigQuery (IaC `google_bigquery_*` and\u002For billing rows for BigQuery), you **must** surface the specialist advisory **before** Design (see `references\u002Fphases\u002Fclarify\u002Fclarify.md`). Design output uses **`Deferred — specialist engagement`**; keep directing the user to their **AWS account team** and\u002For a **data analytics migration partner** through Design, Estimate, and docs (see `references\u002Fphases\u002Fdesign\u002Fdesign-infra.md` BigQuery specialist gate).\n\n---\n\n## Definitions\n\n- **\"Load\"** = Read the file using the Read tool and follow its instructions. Do not summarize or skip sections.\n- **`$MIGRATION_DIR`** = The run-specific directory under `.migration\u002F` (e.g., `.migration\u002F0226-1430\u002F`). Set during Phase 1 (Discover).\n\n---\n\n## Context Loading Rules\n\nEach phase loads reference files on demand. To keep per-turn context manageable and prevent instruction-following degradation:\n\n- **Budget:** Each phase should load no more than ~800 lines of instructions (excluding user artifacts like JSON profiles and MCP tool results).\n- **Conditional loading:** Reference files with trigger conditions (e.g., `agentic_profile.is_agentic == true`) MUST NOT be loaded unless the condition is met. Do not speculatively load files.\n- **No duplication:** Model mapping tables, pricing data, and shared warnings exist in one canonical file. Other files reference them; they do not copy them inline.\n- **Progressive depth:** Phase orchestrators (`design.md`, `generate.md`) contain short routing logic that points to detailed sub-files. Load the sub-file only when its path is selected.\n\n**Conditional reference files (load ONLY when condition is true):**\n\n| File                                             | Condition                                                                                          |\n| ------------------------------------------------ | -------------------------------------------------------------------------------------------------- |\n| `design-refs\u002Fai-gemini-to-bedrock.md`            | `ai-workload-profile.json` exists AND `summary.ai_source` = `\"gemini\"` or `\"both\"`                 |\n| `design-refs\u002Fai-openai-to-bedrock.md`            | `ai-workload-profile.json` exists AND `summary.ai_source` = `\"openai\"` or `\"both\"`                 |\n| `design-refs\u002Fai-anthropic-to-bedrock.md`         | `ai-workload-profile.json` exists AND `summary.ai_source` = `\"anthropic\"`                          |\n| `design-refs\u002Fai.md`                              | `ai-workload-profile.json` exists AND `summary.ai_source` = `\"other\"`                              |\n| `design-refs\u002Fdesign-ref-harness.md`              | `agentic_profile.is_agentic == true` AND `ai_constraints.agentic.migration_approach == \"harness\"`  |\n| `design-refs\u002Fdesign-ref-agentic-to-agentcore.md` | `agentic_profile.is_agentic == true` AND `ai_constraints.agentic.migration_approach == \"strands\"`  |\n| `shared\u002Fretarget-gotchas.md`                     | `agentic_profile.is_agentic == true` AND `ai_constraints.agentic.migration_approach == \"retarget\"` |\n\nWhen adding new reference files, verify the phase's total loaded instructions remain under budget. If a new file would exceed ~800 lines when combined with other loaded refs, split it or make it conditional.\n\n**Hybrid stack budget warning:**\n\nWhen both `gcp-resource-inventory.json` AND `ai-workload-profile.json` exist, the combined design refs will approach the ~800-line budget. Output this warning to the user **before** loading the AI design refs:\n\n> \"⚠️ This is a large hybrid stack (infrastructure + AI workloads). To ensure complete and accurate recommendations, consider running the migration in two separate passes:\n>\n> **Pass 1 — Infrastructure:** Run with only your Terraform files to get infra mapping, Terraform generation, and cost estimates.\n>\n> **Pass 2 — AI workloads:** Run with only your application code to get Bedrock model recommendations, provider adapters, and AI migration artifacts.\n>\n> Continue with the combined run? (Y\u002FN)\"\n\nIf the user chooses to continue, proceed with the combined run. Load AI refs **after** infra refs to preserve infra instruction fidelity. If the user declines, stop and instruct them to re-run with a single input source type.\n\n**This warning is advisory only** — it does not block the run.\n\n---\n\n## Prerequisites\n\nUser must provide at least one GCP source:\n\n- **Terraform IaC**: `.tf` files (with optional `.tfvars`, `.tfstate`)\n- **Application code**: Source files with GCP SDK or AI framework imports\n- **Billing data**: GCP billing\u002Fcost\u002Fusage export files (CSV or JSON)\n\nIf none of the above are found, stop and ask user to provide at least one source type.\n\n---\n\n## State Machine\n\nThis is the execution controller. After completing each phase, consult this table to determine the next action.\n\n| Current State | Condition                                                             | Next Action                                                                            |\n| ------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |\n| `discover`    | `phases.discover != \"completed\"`                                      | Load `references\u002Fphases\u002Fdiscover\u002Fdiscover.md`                                          |\n| `clarify`     | `phases.discover == \"completed\"` AND `phases.clarify != \"completed\"`  | Load `references\u002Fphases\u002Fclarify\u002Fclarify.md`                                            |\n| `design`      | `phases.clarify == \"completed\"` AND `phases.design != \"completed\"`    | Load `references\u002Fphases\u002Fdesign\u002Fdesign.md`                                              |\n| `estimate`    | `phases.design == \"completed\"` AND `phases.estimate != \"completed\"`   | Load `references\u002Fphases\u002Festimate\u002Festimate.md`                                          |\n| `generate`    | `phases.estimate == \"completed\"` AND `phases.generate != \"completed\"` | Load `references\u002Fphases\u002Fgenerate\u002Fgenerate.md`                                          |\n| `complete`    | `phases.generate == \"completed\"` AND `phases.feedback == \"pending\"`   | Set `phases.feedback` to `\"completed\"` (user had two chances), then migration complete |\n| `complete`    | `phases.generate == \"completed\"` AND `phases.feedback == \"completed\"` | Migration planning complete                                                            |\n\n**How to determine current state (deterministic):**\n\n1. Read `$MIGRATION_DIR\u002F.phase-status.json`\n2. If `current_phase` exists, use it (must match one of: discover, clarify, design, estimate, generate, complete)\n3. Otherwise use ordered phase evaluation: `discover` → `clarify` → `design` → `estimate` → `generate`\n4. Pick the **first** phase in that order where `phases.\u003Cphase> != \"completed\"`; if none, state is `complete`\n\n**Phase gate checks**: If prior phase incomplete, do not advance (e.g., cannot enter estimate without completed design).\n\n**Clarify is mandatory:** Do not load `references\u002Fphases\u002Fdesign\u002Fdesign.md`, `references\u002Fphases\u002Festimate\u002Festimate.md`, or `references\u002Fphases\u002Fgenerate\u002Fgenerate.md` unless `$MIGRATION_DIR\u002F.phase-status.json` exists and `phases.clarify` is exactly `\"completed\"`. A `preferences.json` file alone is **not** sufficient proof that Clarify ran. If the user asks to skip Clarify or jump straight to Design, cost estimate, or artifact generation, refuse briefly, then load `references\u002Fphases\u002Fclarify\u002Fclarify.md` and run Phase 2. There is no exception for \"quick\" or \"obvious\" migrations.\n\n**Feedback checkpoints**: Feedback is not a sequential phase — it is offered at two interleaved checkpoints (after Discover and after Estimate). See the **Feedback Checkpoints** section below for details.\n\n### Handoff Gate Orchestration (Fail Closed)\n\nLoad `references\u002Fshared\u002Fhandoff-gates.md` when executing any phase completion step.\n\n1. **Single `$MIGRATION_DIR`**: Use one run directory for the entire migration. Do not mix artifacts across `.migration\u002F*\u002F` sessions.\n2. **Re-read from disk**: Before each phase (and before each handoff gate), Read required artifacts from `$MIGRATION_DIR\u002F`. Do not rely on chat memory.\n3. **Advance only on `HANDOFF_OK`**: A phase is complete only when its orchestrator emits `HANDOFF_OK | phase=\u003Cname> | artifacts=...`. Do not load the next phase without it.\n4. **On `GATE_FAIL`**: Output the failure line(s) to the user in plain language. **Do NOT modify artifacts** to pass the gate. **Do NOT continue** to the next phase. Tell the user which phase to re-run.\n5. **Re-entry**: Re-running an earlier phase after downstream phases completed requires explicit user confirmation; downstream phases must be reset to `\"pending\"`. See `handoff-gates.md` re-entry table.\n\nGenerate phase additionally loads `references\u002Fshared\u002Fvalidate-artifacts.md` before writing `migration-report.html`.\n\n---\n\n## State Validation\n\nWhen reading `$MIGRATION_DIR\u002F.phase-status.json`, validate before proceeding:\n\n1. **Multiple sessions**: If multiple directories exist under `.migration\u002F`, list them with their phase status and ask: [A] Resume latest, [B] Start fresh, [C] Cancel.\n2. **Invalid JSON**: If `.phase-status.json` fails to parse, STOP. Output: \"State file corrupted (invalid JSON). Delete the file and restart the current phase.\"\n3. **Unrecognized phase**: If `phases` object contains a phase not in {discover, clarify, design, estimate, generate, feedback}, STOP. Output: \"Unrecognized phase: [value]. Valid phases: discover, clarify, design, estimate, generate, feedback.\"\n4. **Unrecognized status**: If any `phases.*` value is not in {pending, in_progress, completed}, STOP. Output: \"Unrecognized status: [value]. Valid values: pending, in_progress, completed.\"\n5. **Invalid `current_phase`** (if present): If `current_phase` is not in {discover, clarify, design, estimate, generate, complete}, STOP. Output: \"Unrecognized current_phase: [value]. Valid values: discover, clarify, design, estimate, generate, complete.\"\n6. **Out-of-order completion**: For ordered phases [discover, clarify, design, estimate, generate], if any later phase is `\"completed\"` while an earlier phase is not `\"completed\"`, STOP. Output: \"Inconsistent phase ordering detected. Reconcile `.phase-status.json` before resuming.\"\n7. **Multiple active phases**: Across core phases {discover, clarify, design, estimate, generate}, at most one phase may be `\"in_progress\"`. If >1, STOP. Output: \"Multiple phases are in_progress. Keep only one active phase before resuming.\"\n\n---\n\n## State Management\n\nMigration state lives in `$MIGRATION_DIR` (`.migration\u002F[MMDD-HHMM]\u002F`), created by Phase 1 and persisted across invocations.\n\n**.phase-status.json schema:**\n\n```json\n{\n  \"migration_id\": \"0226-1430\",\n  \"last_updated\": \"2026-02-26T15:35:22Z\",\n  \"current_phase\": \"design\",\n  \"phases\": {\n    \"discover\": \"completed\",\n    \"clarify\": \"completed\",\n    \"design\": \"in_progress\",\n    \"estimate\": \"pending\",\n    \"generate\": \"pending\",\n    \"feedback\": \"pending\"\n  }\n}\n```\n\n**Status values:** `\"pending\"` → `\"in_progress\"` → `\"completed\"`. Never goes backward.\nFor core phases (discover, clarify, design, estimate, generate), at most one phase may be `\"in_progress\"` at any time.\n`current_phase` is optional but recommended; when present it is authoritative.\n\nThe `.migration\u002F` directory is automatically protected by a `.gitignore` file created in Phase 1.\n\n### Phase Status Update Protocol\n\nUse **read-merge-write** updates for `.phase-status.json`:\n\n1. Read the current file before every update.\n2. Change only the phase keys being advanced and `last_updated`.\n3. Keep prior completed phases unchanged.\n4. Set `current_phase` to the next deterministic phase (or `complete` after generate).\n5. Write the full file in the same turn as your final phase work message.\n\nExample — after completing the Clarify phase, write `$MIGRATION_DIR\u002F.phase-status.json` with:\n\n```json\n{\n  \"migration_id\": \"MMDD-HHMM\",\n  \"last_updated\": \"2026-02-26T15:35:22Z\",\n  \"current_phase\": \"design\",\n  \"phases\": {\n    \"discover\": \"completed\",\n    \"clarify\": \"completed\",\n    \"design\": \"pending\",\n    \"estimate\": \"pending\",\n    \"generate\": \"pending\",\n    \"feedback\": \"pending\"\n  }\n}\n```\n\nReplace `MMDD-HHMM` with the actual migration ID, generate the `last_updated` ISO 8601 UTC timestamp yourself, and set each phase to its correct status at that point.\n\n---\n\n## Phase Summary Table\n\n| Phase        | Inputs                                                                                                                                                                   | Outputs                                                                                                                                                                                                                                       | Reference                                |\n| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |\n| **Discover** | `.tf` files, app source code, and\u002For billing exports (at least one required)                                                                                             | `gcp-resource-inventory.json`, `gcp-resource-clusters.json`, `ai-workload-profile.json`, `billing-profile.json`, `.phase-status.json` updated (outputs vary by input)                                                                         | `references\u002Fphases\u002Fdiscover\u002Fdiscover.md` |\n| **Clarify**  | Discovery artifacts (`gcp-resource-inventory.json`, `gcp-resource-clusters.json`, `ai-workload-profile.json`, `billing-profile.json` — whichever exist)                  | `preferences.json`, `.phase-status.json` updated                                                                                                                                                                                              | `references\u002Fphases\u002Fclarify\u002Fclarify.md`   |\n| **Design**   | `preferences.json` + discovery artifacts                                                                                                                                 | `aws-design.json` (infra), `aws-design-ai.json` (AI), `aws-design-billing.json` (billing-only)                                                                                                                                                | `references\u002Fphases\u002Fdesign\u002Fdesign.md`     |\n| **Estimate** | `aws-design.json` or `aws-design-billing.json` or `aws-design-ai.json`, `preferences.json`                                                                               | `estimation-infra.json` or `estimation-ai.json` or `estimation-billing.json`, `.phase-status.json` updated                                                                                                                                    | `references\u002Fphases\u002Festimate\u002Festimate.md` |\n| **Generate** | `estimation-infra.json` or `estimation-ai.json` or `estimation-billing.json`, `aws-design.json` or `aws-design-billing.json` or `aws-design-ai.json`, `preferences.json` | `generation-infra.json` or `generation-ai.json` or `generation-billing.json` + `terraform\u002F`, `scripts\u002F`, `ai-migration\u002F`, `validation-report.json` (when infra route active), `MIGRATION_GUIDE.md`, `README.md`, `.phase-status.json` updated | `references\u002Fphases\u002Fgenerate\u002Fgenerate.md` |\n| **Feedback** | `.phase-status.json` (discover completed minimum), all existing migration artifacts                                                                                      | `feedback.json`, `trace.json`, `.phase-status.json` updated                                                                                                                                                                                   | `references\u002Fphases\u002Ffeedback\u002Ffeedback.md` |\n\n---\n\n## MCP Servers\n\n**awspricing** (for cost estimation):\n\n- Provides `get_pricing`, `get_pricing_service_codes`, `get_pricing_service_attributes` tools\n- Only needed during Estimate phase. Discover and Design do not require it.\n- Primary pricing source: `references\u002Fshared\u002Fpricing-cache.md` (cached 2026 rates, ±5-10% for infrastructure, ±15-25% for AI models). MCP is secondary — used only for services not found in the cache.\n\n---\n\n## Files in This Skill\n\n```\ngcp-to-aws\u002F\n├── SKILL.md                                    ← You are here (orchestrator + state machine)\n│\n├── references\u002F\n│   ├── phases\u002F\n│   │   ├── discover\u002F\n│   │   │   ├── discover.md                     # Phase 1: Discover orchestrator\n│   │   │   ├── discover-iac.md                 # Terraform\u002FIaC discovery\n│   │   │   ├── discover-app-code.md            # App code discovery\n│   │   │   └── discover-billing.md             # Billing data discovery\n│   │   ├── clarify\u002F\n│   │   │   ├── clarify.md                     # Phase 2: Clarify orchestrator\n│   │   │   ├── clarify-global.md              # Category A: Global\u002FStrategic (Q1-Q7)\n│   │   │   ├── clarify-compute.md             # Categories B+C: Config Gaps + Compute (Q8-Q11)\n│   │   │   ├── clarify-database.md            # Category D: Database (Q12–Q13b)\n│   │   │   ├── clarify-ai.md                  # Category F: AI\u002FBedrock (Q14-Q22)\n│   │   │   └── clarify-ai-only.md             # Standalone AI-only migration flow\n│   │   ├── design\u002F\n│   │   │   ├── design.md                       # Phase 3: Design orchestrator\n│   │   │   ├── design-infra.md                 # Infrastructure design (IaC-based)\n│   │   │   ├── design-ai.md                    # AI workload design (Bedrock)\n│   │   │   └── design-billing.md               # Billing-only design (fallback)\n│   │   ├── estimate\u002F\n│   │   │   ├── estimate.md                     # Phase 4: Estimate orchestrator\n│   │   │   ├── estimate-infra.md               # Infrastructure cost analysis\n│   │   │   ├── estimate-ai.md                  # AI workload cost analysis\n│   │   │   └── estimate-billing.md             # Billing-only cost analysis\n│   │   ├── generate\u002F\n│   │   │   ├── generate.md                     # Phase 5: Generate orchestrator\n│   │   │   ├── generate-infra.md               # Infrastructure migration plan\n│   │   │   ├── generate-ai.md                  # AI migration plan\n│   │   │   ├── generate-billing.md             # Billing-only migration plan\n│   │   │   ├── generate-artifacts-infra.md     # Terraform configurations\n│   │   │   ├── generate-artifacts-scripts.md  # Migration scripts\n│   │   │   ├── generate-artifacts-ai.md        # Provider adapter + test harness\n│   │   │   ├── generate-artifacts-billing.md   # Skeleton Terraform\n│   │   │   └── generate-artifacts-docs.md      # MIGRATION_GUIDE.md + README.md\n│   │   └── feedback\u002F\n│   │       ├── feedback.md                     # Phase 6: Feedback orchestrator\n│   │       └── feedback-trace.md               # Anonymized trace builder\n│   │\n│   ├── design-refs\u002F\n│   │   ├── index.md                            # Lookup table: GCP type → design-ref file\n│   │   ├── fast-path.md                        # Deterministic 1:1 mappings (Pass 1)\n│   │   ├── compute.md                          # Compute mappings (Cloud Run, GCE, GKE, etc.)\n│   │   ├── database.md                         # Database mappings (Cloud SQL, Spanner, etc.)\n│   │   ├── storage.md                          # Storage mappings (GCS, Filestore, etc.)\n│   │   ├── networking.md                       # Networking mappings (VPC, LB, DNS, etc.)\n│   │   ├── messaging.md                        # Messaging mappings (Pub\u002FSub, etc.)\n│   │   └── ai.md                               # AI mappings (Vertex AI → Bedrock)\n│   │\n│   ├── clustering\u002Fterraform\u002F\n│   │   ├── classification-rules.md             # Primary\u002Fsecondary classification\n│   │   ├── clustering-algorithm.md             # Cluster formation rules\n│   │   ├── depth-calculation.md                # Topological depth calculation\n│   │   └── typed-edges-strategy.md             # Edge type assignment\n│   │\n│   └── shared\u002F\n│       ├── schema-phase-status.md              # .phase-status.json schema (canonical reference)\n│       ├── schema-discover-iac.md              # gcp-resource-inventory + clusters schemas (loaded by discover-iac.md)\n│       ├── schema-discover-ai.md               # ai-workload-profile schema (loaded by discover-app-code.md and discover-iac.md Step 7d)\n│       ├── schema-discover-billing.md          # billing-profile schema (loaded by discover-billing.md)\n│       ├── schema-estimate-infra.md            # estimation-infra.json schema (loaded by estimate-infra.md at write time)\n│       ├── handoff-gates.md                    # Fail-closed phase handoff protocol (GATE_FAIL \u002F HANDOFF_OK)\n│       ├── validate-artifacts.md               # Pre-report validation (Generate Step 0; read-only)\n│       ├── migration-complexity.md             # Complexity tier definitions (small\u002Fmedium\u002Flarge) for timeline scaling\n│       ├── pricing-cache.md                    # Cached AWS + source provider pricing (±5-25%, primary source)\n│       └── bedrock-quotas.md                   # Bedrock TPM\u002FRPM quota awareness, burndown rates, capacity planning\n```\n\n| Condition                                                     | Action                                                                                                                                                  |\n| ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| No GCP sources found (no `.tf`, no app code, no billing data) | Stop. Output: \"No GCP sources detected. Provide at least one source type (Terraform files, application code, or billing exports) and try again.\"        |\n| `.phase-status.json` missing phase gate                       | Stop. Output: \"Cannot enter Phase X: Phase Y-1 not completed. Start from Phase Y or resume Phase Y-1.\"                                                  |\n| awspricing unavailable after 3 attempts                       | Display user warning about ±5-25% accuracy. Use `pricing-cache.md`. Add `pricing_source: \"cached_fallback\"` to the applicable `estimation-*.json` file. |\n| User skips questions or says \"use defaults for the rest\"      | Apply documented defaults for remaining questions in the current batch and all subsequent batches. Phase 2 completes either way.                        |\n| `aws-design.json` missing required clusters                   | Stop Phase 4. Output: \"Re-run Phase 3 to generate missing cluster designs.\"                                                                             |\n\n## Defaults\n\n- **IaC output**: Terraform configurations, migration scripts, AI migration code, and documentation\n- **Region**: `us-east-1` (unless user specifies, or GCP region → AWS region mapping suggests otherwise)\n- **Sizing**: Development tier (e.g., `db.t4g.micro` for databases, 0.5 CPU for Fargate)\n- **Migration mode**: Adapts based on available inputs (infrastructure, AI, or billing-only)\n- **Cost currency**: USD\n- **Timeline assumption**: 2-16 weeks depending on migration complexity — small (2-6 weeks), medium (6-12 weeks), large (12-18 weeks). See `references\u002Fshared\u002Fmigration-complexity.md` for tier definitions.\n\n## Workflow Execution\n\nWhen invoked, the agent **MUST follow this exact sequence**:\n\n1. **Load phase status**: Read `.phase-status.json` from `.migration\u002F*\u002F`.\n   - If missing: Initialize for Phase 1 (Discover)\n   - If exists: Determine current phase using deterministic rules in **State Machine**\n\n2. **Determine phase to execute**:\n   - If `current_phase` exists: execute that phase.\n   - Otherwise execute the first non-completed phase in ordered list: discover → clarify → design → estimate → generate.\n   - If all ordered phases are completed: migration is complete (with feedback finalization rule).\n\n3. **Read phase reference**: Load the full reference file for the target phase.\n\n4. **Execute ALL steps in order**: Follow every numbered step in the reference file. **Do not skip, optimize, or deviate.**\n\n5. **Validate outputs**: Confirm all required output files exist with correct schema before proceeding. Phase orchestrators run **Completion Handoff Gate** checks per `shared\u002Fhandoff-gates.md`.\n\n6. **Handoff gate**: Emit `HANDOFF_OK` or `GATE_FAIL` per `shared\u002Fhandoff-gates.md`. On `GATE_FAIL`, stop — do not update phase status or load the next phase.\n\n7. **Update phase status**: Only after `HANDOFF_OK`. Use the Phase Status Update Protocol (read-merge-write) in the same turn as the phase's final output message.\n\n8. **Feedback checkpoint**: After a phase completes, check if feedback is due (see rules below). This runs **before** advancing to the next phase.\n\n   - **After Discover** (if `phases.feedback` is `\"pending\"`): Output to user:\n     \"Would you like to share quick feedback (5 optional questions + anonymized usage data) to help improve this tool? Your data never includes resource names, file paths, or account IDs.\n     [A] Send feedback now\n     [B] Wait until after the Estimate phase\"\n     - If user picks **A** → Load `references\u002Fphases\u002Ffeedback\u002Ffeedback.md`, execute it, then continue to Clarify.\n     - If user picks **B** → Continue to Clarify (feedback stays `\"pending\"`).\n\n   - **After Estimate** (if `phases.feedback` is `\"pending\"`): Output to user:\n     \"Would you like to share quick feedback now? (5 optional questions + anonymized usage data)\n     [A] Yes, share feedback\n     [B] No thanks, continue to Generate\"\n     - If user picks **A** → Load `references\u002Fphases\u002Ffeedback\u002Ffeedback.md`, execute it, then continue to Generate.\n     - If user picks **B** → Use the Phase Status Update Protocol to set `phases.feedback` to `\"completed\"`. Continue to Generate.\n\n   - **After Generate**: No feedback offer. If `phases.feedback` is still `\"pending\"`, use the Phase Status Update Protocol to set it to `\"completed\"` (user had two chances and chose to defer\u002Fskip).\n\n9. **Display summary**: Show user what was accomplished, highlight next phase, or confirm migration completion.\n\n**Critical constraint**: Agent must strictly adhere to the reference file's workflow. If unable to complete a step, stop and report the exact step that failed.\n\nUser can invoke the skill again to resume from `current_phase` (or deterministic ordered evaluation when `current_phase` is absent).\n\n## Scope Notes\n\n**v1.0 includes:**\n\n- Terraform infrastructure discovery\n- App code scanning (AI workload detection)\n- Billing data import from GCP\n- User requirement clarification (adaptive questions by category)\n- Multi-path Design (infrastructure, AI workloads, billing-only fallback)\n- AWS cost estimation (from pricing API or fallback)\n- Migration artifact generation (Terraform, scripts, AI adapters, documentation)\n- Optional feedback collection with anonymized telemetry\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,57,196,200,206,249,252,258,264,331,339,599,604,612,637,671,683,693,696,702,707,763,768,771,777,782,1071,1079,1167,1177,1251,1268,1275,1287,1411,1432,1435,1441,1453,1645,1648,1654,1674,1682,2083,2126,2146,2152,2170,2217,2229,2592,2611,2614,2620,3102,3105,3111,3121,3169,3172,3178,3188,3315,3321,3407,3413,3424,3813,3823,3842,3848,3856,3899],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"gcp-to-aws-migration-skill",[47],{"type":48,"value":49},"text","GCP-to-AWS Migration Skill",{"type":42,"tag":51,"props":52,"children":54},"h2",{"id":53},"philosophy",[55],{"type":48,"value":56},"Philosophy",{"type":42,"tag":58,"props":59,"children":60},"ul",{},[61,73,83,93,103],{"type":42,"tag":62,"props":63,"children":64},"li",{},[65,71],{"type":42,"tag":66,"props":67,"children":68},"strong",{},[69],{"type":48,"value":70},"Re-platform by default",{"type":48,"value":72},": Select AWS services that match GCP workload types (e.g., Cloud Run → Fargate, Cloud SQL → RDS).",{"type":42,"tag":62,"props":74,"children":75},{},[76,81],{"type":42,"tag":66,"props":77,"children":78},{},[79],{"type":48,"value":80},"Dev sizing unless specified",{"type":48,"value":82},": Default to development-tier capacity (e.g., db.t4g.micro, single AZ). Upgrade only on user direction.",{"type":42,"tag":62,"props":84,"children":85},{},[86,91],{"type":42,"tag":66,"props":87,"children":88},{},[89],{"type":48,"value":90},"No human one-time migration costs",{"type":48,"value":92},": Do not present human labor, professional services, or people-time work as dollar estimates or \"one-time migration cost\" budget categories. Vendor charges grounded in data (for example GCP data transfer egress in the infra estimate when billing exists) are allowed.",{"type":42,"tag":62,"props":94,"children":95},{},[96,101],{"type":42,"tag":66,"props":97,"children":98},{},[99],{"type":48,"value":100},"Multi-signal approach",{"type":48,"value":102},": Design phase adapts based on available inputs — Terraform IaC for infrastructure, billing data for service mapping, and app code for AI workload detection.",{"type":42,"tag":62,"props":104,"children":105},{},[106,118,120,125,127,132,134,139,141,146,148,153,155,161,163,172,174,179,181,186,188,194],{"type":42,"tag":66,"props":107,"children":108},{},[109,111],{"type":48,"value":110},"BigQuery \u002F ",{"type":42,"tag":112,"props":113,"children":115},"code",{"className":114},[],[116],{"type":48,"value":117},"google_bigquery_*",{"type":48,"value":119},": The skill ",{"type":42,"tag":66,"props":121,"children":122},{},[123],{"type":48,"value":124},"does not",{"type":48,"value":126}," recommend a specific AWS analytics or warehouse service. During ",{"type":42,"tag":66,"props":128,"children":129},{},[130],{"type":48,"value":131},"Clarify",{"type":48,"value":133},", if discovery shows BigQuery (IaC ",{"type":42,"tag":112,"props":135,"children":137},{"className":136},[],[138],{"type":48,"value":117},{"type":48,"value":140}," and\u002For billing rows for BigQuery), you ",{"type":42,"tag":66,"props":142,"children":143},{},[144],{"type":48,"value":145},"must",{"type":48,"value":147}," surface the specialist advisory ",{"type":42,"tag":66,"props":149,"children":150},{},[151],{"type":48,"value":152},"before",{"type":48,"value":154}," Design (see ",{"type":42,"tag":112,"props":156,"children":158},{"className":157},[],[159],{"type":48,"value":160},"references\u002Fphases\u002Fclarify\u002Fclarify.md",{"type":48,"value":162},"). Design output uses ",{"type":42,"tag":66,"props":164,"children":165},{},[166],{"type":42,"tag":112,"props":167,"children":169},{"className":168},[],[170],{"type":48,"value":171},"Deferred — specialist engagement",{"type":48,"value":173},"; keep directing the user to their ",{"type":42,"tag":66,"props":175,"children":176},{},[177],{"type":48,"value":178},"AWS account team",{"type":48,"value":180}," and\u002For a ",{"type":42,"tag":66,"props":182,"children":183},{},[184],{"type":48,"value":185},"data analytics migration partner",{"type":48,"value":187}," through Design, Estimate, and docs (see ",{"type":42,"tag":112,"props":189,"children":191},{"className":190},[],[192],{"type":48,"value":193},"references\u002Fphases\u002Fdesign\u002Fdesign-infra.md",{"type":48,"value":195}," BigQuery specialist gate).",{"type":42,"tag":197,"props":198,"children":199},"hr",{},[],{"type":42,"tag":51,"props":201,"children":203},{"id":202},"definitions",[204],{"type":48,"value":205},"Definitions",{"type":42,"tag":58,"props":207,"children":208},{},[209,219],{"type":42,"tag":62,"props":210,"children":211},{},[212,217],{"type":42,"tag":66,"props":213,"children":214},{},[215],{"type":48,"value":216},"\"Load\"",{"type":48,"value":218}," = Read the file using the Read tool and follow its instructions. Do not summarize or skip sections.",{"type":42,"tag":62,"props":220,"children":221},{},[222,231,233,239,241,247],{"type":42,"tag":66,"props":223,"children":224},{},[225],{"type":42,"tag":112,"props":226,"children":228},{"className":227},[],[229],{"type":48,"value":230},"$MIGRATION_DIR",{"type":48,"value":232}," = The run-specific directory under ",{"type":42,"tag":112,"props":234,"children":236},{"className":235},[],[237],{"type":48,"value":238},".migration\u002F",{"type":48,"value":240}," (e.g., ",{"type":42,"tag":112,"props":242,"children":244},{"className":243},[],[245],{"type":48,"value":246},".migration\u002F0226-1430\u002F",{"type":48,"value":248},"). Set during Phase 1 (Discover).",{"type":42,"tag":197,"props":250,"children":251},{},[],{"type":42,"tag":51,"props":253,"children":255},{"id":254},"context-loading-rules",[256],{"type":48,"value":257},"Context Loading Rules",{"type":42,"tag":259,"props":260,"children":261},"p",{},[262],{"type":48,"value":263},"Each phase loads reference files on demand. To keep per-turn context manageable and prevent instruction-following degradation:",{"type":42,"tag":58,"props":265,"children":266},{},[267,277,295,305],{"type":42,"tag":62,"props":268,"children":269},{},[270,275],{"type":42,"tag":66,"props":271,"children":272},{},[273],{"type":48,"value":274},"Budget:",{"type":48,"value":276}," Each phase should load no more than ~800 lines of instructions (excluding user artifacts like JSON profiles and MCP tool results).",{"type":42,"tag":62,"props":278,"children":279},{},[280,285,287,293],{"type":42,"tag":66,"props":281,"children":282},{},[283],{"type":48,"value":284},"Conditional loading:",{"type":48,"value":286}," Reference files with trigger conditions (e.g., ",{"type":42,"tag":112,"props":288,"children":290},{"className":289},[],[291],{"type":48,"value":292},"agentic_profile.is_agentic == true",{"type":48,"value":294},") MUST NOT be loaded unless the condition is met. Do not speculatively load files.",{"type":42,"tag":62,"props":296,"children":297},{},[298,303],{"type":42,"tag":66,"props":299,"children":300},{},[301],{"type":48,"value":302},"No duplication:",{"type":48,"value":304}," Model mapping tables, pricing data, and shared warnings exist in one canonical file. Other files reference them; they do not copy them inline.",{"type":42,"tag":62,"props":306,"children":307},{},[308,313,315,321,323,329],{"type":42,"tag":66,"props":309,"children":310},{},[311],{"type":48,"value":312},"Progressive depth:",{"type":48,"value":314}," Phase orchestrators (",{"type":42,"tag":112,"props":316,"children":318},{"className":317},[],[319],{"type":48,"value":320},"design.md",{"type":48,"value":322},", ",{"type":42,"tag":112,"props":324,"children":326},{"className":325},[],[327],{"type":48,"value":328},"generate.md",{"type":48,"value":330},") contain short routing logic that points to detailed sub-files. Load the sub-file only when its path is selected.",{"type":42,"tag":259,"props":332,"children":333},{},[334],{"type":42,"tag":66,"props":335,"children":336},{},[337],{"type":48,"value":338},"Conditional reference files (load ONLY when condition is true):",{"type":42,"tag":340,"props":341,"children":342},"table",{},[343,362],{"type":42,"tag":344,"props":345,"children":346},"thead",{},[347],{"type":42,"tag":348,"props":349,"children":350},"tr",{},[351,357],{"type":42,"tag":352,"props":353,"children":354},"th",{},[355],{"type":48,"value":356},"File",{"type":42,"tag":352,"props":358,"children":359},{},[360],{"type":48,"value":361},"Condition",{"type":42,"tag":363,"props":364,"children":365},"tbody",{},[366,412,451,484,517,545,572],{"type":42,"tag":348,"props":367,"children":368},{},[369,379],{"type":42,"tag":370,"props":371,"children":372},"td",{},[373],{"type":42,"tag":112,"props":374,"children":376},{"className":375},[],[377],{"type":48,"value":378},"design-refs\u002Fai-gemini-to-bedrock.md",{"type":42,"tag":370,"props":380,"children":381},{},[382,388,390,396,398,404,406],{"type":42,"tag":112,"props":383,"children":385},{"className":384},[],[386],{"type":48,"value":387},"ai-workload-profile.json",{"type":48,"value":389}," exists AND ",{"type":42,"tag":112,"props":391,"children":393},{"className":392},[],[394],{"type":48,"value":395},"summary.ai_source",{"type":48,"value":397}," = ",{"type":42,"tag":112,"props":399,"children":401},{"className":400},[],[402],{"type":48,"value":403},"\"gemini\"",{"type":48,"value":405}," or ",{"type":42,"tag":112,"props":407,"children":409},{"className":408},[],[410],{"type":48,"value":411},"\"both\"",{"type":42,"tag":348,"props":413,"children":414},{},[415,424],{"type":42,"tag":370,"props":416,"children":417},{},[418],{"type":42,"tag":112,"props":419,"children":421},{"className":420},[],[422],{"type":48,"value":423},"design-refs\u002Fai-openai-to-bedrock.md",{"type":42,"tag":370,"props":425,"children":426},{},[427,432,433,438,439,445,446],{"type":42,"tag":112,"props":428,"children":430},{"className":429},[],[431],{"type":48,"value":387},{"type":48,"value":389},{"type":42,"tag":112,"props":434,"children":436},{"className":435},[],[437],{"type":48,"value":395},{"type":48,"value":397},{"type":42,"tag":112,"props":440,"children":442},{"className":441},[],[443],{"type":48,"value":444},"\"openai\"",{"type":48,"value":405},{"type":42,"tag":112,"props":447,"children":449},{"className":448},[],[450],{"type":48,"value":411},{"type":42,"tag":348,"props":452,"children":453},{},[454,463],{"type":42,"tag":370,"props":455,"children":456},{},[457],{"type":42,"tag":112,"props":458,"children":460},{"className":459},[],[461],{"type":48,"value":462},"design-refs\u002Fai-anthropic-to-bedrock.md",{"type":42,"tag":370,"props":464,"children":465},{},[466,471,472,477,478],{"type":42,"tag":112,"props":467,"children":469},{"className":468},[],[470],{"type":48,"value":387},{"type":48,"value":389},{"type":42,"tag":112,"props":473,"children":475},{"className":474},[],[476],{"type":48,"value":395},{"type":48,"value":397},{"type":42,"tag":112,"props":479,"children":481},{"className":480},[],[482],{"type":48,"value":483},"\"anthropic\"",{"type":42,"tag":348,"props":485,"children":486},{},[487,496],{"type":42,"tag":370,"props":488,"children":489},{},[490],{"type":42,"tag":112,"props":491,"children":493},{"className":492},[],[494],{"type":48,"value":495},"design-refs\u002Fai.md",{"type":42,"tag":370,"props":497,"children":498},{},[499,504,505,510,511],{"type":42,"tag":112,"props":500,"children":502},{"className":501},[],[503],{"type":48,"value":387},{"type":48,"value":389},{"type":42,"tag":112,"props":506,"children":508},{"className":507},[],[509],{"type":48,"value":395},{"type":48,"value":397},{"type":42,"tag":112,"props":512,"children":514},{"className":513},[],[515],{"type":48,"value":516},"\"other\"",{"type":42,"tag":348,"props":518,"children":519},{},[520,529],{"type":42,"tag":370,"props":521,"children":522},{},[523],{"type":42,"tag":112,"props":524,"children":526},{"className":525},[],[527],{"type":48,"value":528},"design-refs\u002Fdesign-ref-harness.md",{"type":42,"tag":370,"props":530,"children":531},{},[532,537,539],{"type":42,"tag":112,"props":533,"children":535},{"className":534},[],[536],{"type":48,"value":292},{"type":48,"value":538}," AND ",{"type":42,"tag":112,"props":540,"children":542},{"className":541},[],[543],{"type":48,"value":544},"ai_constraints.agentic.migration_approach == \"harness\"",{"type":42,"tag":348,"props":546,"children":547},{},[548,557],{"type":42,"tag":370,"props":549,"children":550},{},[551],{"type":42,"tag":112,"props":552,"children":554},{"className":553},[],[555],{"type":48,"value":556},"design-refs\u002Fdesign-ref-agentic-to-agentcore.md",{"type":42,"tag":370,"props":558,"children":559},{},[560,565,566],{"type":42,"tag":112,"props":561,"children":563},{"className":562},[],[564],{"type":48,"value":292},{"type":48,"value":538},{"type":42,"tag":112,"props":567,"children":569},{"className":568},[],[570],{"type":48,"value":571},"ai_constraints.agentic.migration_approach == \"strands\"",{"type":42,"tag":348,"props":573,"children":574},{},[575,584],{"type":42,"tag":370,"props":576,"children":577},{},[578],{"type":42,"tag":112,"props":579,"children":581},{"className":580},[],[582],{"type":48,"value":583},"shared\u002Fretarget-gotchas.md",{"type":42,"tag":370,"props":585,"children":586},{},[587,592,593],{"type":42,"tag":112,"props":588,"children":590},{"className":589},[],[591],{"type":48,"value":292},{"type":48,"value":538},{"type":42,"tag":112,"props":594,"children":596},{"className":595},[],[597],{"type":48,"value":598},"ai_constraints.agentic.migration_approach == \"retarget\"",{"type":42,"tag":259,"props":600,"children":601},{},[602],{"type":48,"value":603},"When adding new reference files, verify the phase's total loaded instructions remain under budget. If a new file would exceed ~800 lines when combined with other loaded refs, split it or make it conditional.",{"type":42,"tag":259,"props":605,"children":606},{},[607],{"type":42,"tag":66,"props":608,"children":609},{},[610],{"type":48,"value":611},"Hybrid stack budget warning:",{"type":42,"tag":259,"props":613,"children":614},{},[615,617,623,624,629,631,635],{"type":48,"value":616},"When both ",{"type":42,"tag":112,"props":618,"children":620},{"className":619},[],[621],{"type":48,"value":622},"gcp-resource-inventory.json",{"type":48,"value":538},{"type":42,"tag":112,"props":625,"children":627},{"className":626},[],[628],{"type":48,"value":387},{"type":48,"value":630}," exist, the combined design refs will approach the ~800-line budget. Output this warning to the user ",{"type":42,"tag":66,"props":632,"children":633},{},[634],{"type":48,"value":152},{"type":48,"value":636}," loading the AI design refs:",{"type":42,"tag":638,"props":639,"children":640},"blockquote",{},[641,646,656,666],{"type":42,"tag":259,"props":642,"children":643},{},[644],{"type":48,"value":645},"\"⚠️ This is a large hybrid stack (infrastructure + AI workloads). To ensure complete and accurate recommendations, consider running the migration in two separate passes:",{"type":42,"tag":259,"props":647,"children":648},{},[649,654],{"type":42,"tag":66,"props":650,"children":651},{},[652],{"type":48,"value":653},"Pass 1 — Infrastructure:",{"type":48,"value":655}," Run with only your Terraform files to get infra mapping, Terraform generation, and cost estimates.",{"type":42,"tag":259,"props":657,"children":658},{},[659,664],{"type":42,"tag":66,"props":660,"children":661},{},[662],{"type":48,"value":663},"Pass 2 — AI workloads:",{"type":48,"value":665}," Run with only your application code to get Bedrock model recommendations, provider adapters, and AI migration artifacts.",{"type":42,"tag":259,"props":667,"children":668},{},[669],{"type":48,"value":670},"Continue with the combined run? (Y\u002FN)\"",{"type":42,"tag":259,"props":672,"children":673},{},[674,676,681],{"type":48,"value":675},"If the user chooses to continue, proceed with the combined run. Load AI refs ",{"type":42,"tag":66,"props":677,"children":678},{},[679],{"type":48,"value":680},"after",{"type":48,"value":682}," infra refs to preserve infra instruction fidelity. If the user declines, stop and instruct them to re-run with a single input source type.",{"type":42,"tag":259,"props":684,"children":685},{},[686,691],{"type":42,"tag":66,"props":687,"children":688},{},[689],{"type":48,"value":690},"This warning is advisory only",{"type":48,"value":692}," — it does not block the run.",{"type":42,"tag":197,"props":694,"children":695},{},[],{"type":42,"tag":51,"props":697,"children":699},{"id":698},"prerequisites",[700],{"type":48,"value":701},"Prerequisites",{"type":42,"tag":259,"props":703,"children":704},{},[705],{"type":48,"value":706},"User must provide at least one GCP source:",{"type":42,"tag":58,"props":708,"children":709},{},[710,743,753],{"type":42,"tag":62,"props":711,"children":712},{},[713,718,720,726,728,734,735,741],{"type":42,"tag":66,"props":714,"children":715},{},[716],{"type":48,"value":717},"Terraform IaC",{"type":48,"value":719},": ",{"type":42,"tag":112,"props":721,"children":723},{"className":722},[],[724],{"type":48,"value":725},".tf",{"type":48,"value":727}," files (with optional ",{"type":42,"tag":112,"props":729,"children":731},{"className":730},[],[732],{"type":48,"value":733},".tfvars",{"type":48,"value":322},{"type":42,"tag":112,"props":736,"children":738},{"className":737},[],[739],{"type":48,"value":740},".tfstate",{"type":48,"value":742},")",{"type":42,"tag":62,"props":744,"children":745},{},[746,751],{"type":42,"tag":66,"props":747,"children":748},{},[749],{"type":48,"value":750},"Application code",{"type":48,"value":752},": Source files with GCP SDK or AI framework imports",{"type":42,"tag":62,"props":754,"children":755},{},[756,761],{"type":42,"tag":66,"props":757,"children":758},{},[759],{"type":48,"value":760},"Billing data",{"type":48,"value":762},": GCP billing\u002Fcost\u002Fusage export files (CSV or JSON)",{"type":42,"tag":259,"props":764,"children":765},{},[766],{"type":48,"value":767},"If none of the above are found, stop and ask user to provide at least one source type.",{"type":42,"tag":197,"props":769,"children":770},{},[],{"type":42,"tag":51,"props":772,"children":774},{"id":773},"state-machine",[775],{"type":48,"value":776},"State Machine",{"type":42,"tag":259,"props":778,"children":779},{},[780],{"type":48,"value":781},"This is the execution controller. After completing each phase, consult this table to determine the next action.",{"type":42,"tag":340,"props":783,"children":784},{},[785,805],{"type":42,"tag":344,"props":786,"children":787},{},[788],{"type":42,"tag":348,"props":789,"children":790},{},[791,796,800],{"type":42,"tag":352,"props":792,"children":793},{},[794],{"type":48,"value":795},"Current State",{"type":42,"tag":352,"props":797,"children":798},{},[799],{"type":48,"value":361},{"type":42,"tag":352,"props":801,"children":802},{},[803],{"type":48,"value":804},"Next Action",{"type":42,"tag":363,"props":806,"children":807},{},[808,840,877,915,953,991,1040],{"type":42,"tag":348,"props":809,"children":810},{},[811,820,829],{"type":42,"tag":370,"props":812,"children":813},{},[814],{"type":42,"tag":112,"props":815,"children":817},{"className":816},[],[818],{"type":48,"value":819},"discover",{"type":42,"tag":370,"props":821,"children":822},{},[823],{"type":42,"tag":112,"props":824,"children":826},{"className":825},[],[827],{"type":48,"value":828},"phases.discover != \"completed\"",{"type":42,"tag":370,"props":830,"children":831},{},[832,834],{"type":48,"value":833},"Load ",{"type":42,"tag":112,"props":835,"children":837},{"className":836},[],[838],{"type":48,"value":839},"references\u002Fphases\u002Fdiscover\u002Fdiscover.md",{"type":42,"tag":348,"props":841,"children":842},{},[843,852,868],{"type":42,"tag":370,"props":844,"children":845},{},[846],{"type":42,"tag":112,"props":847,"children":849},{"className":848},[],[850],{"type":48,"value":851},"clarify",{"type":42,"tag":370,"props":853,"children":854},{},[855,861,862],{"type":42,"tag":112,"props":856,"children":858},{"className":857},[],[859],{"type":48,"value":860},"phases.discover == \"completed\"",{"type":48,"value":538},{"type":42,"tag":112,"props":863,"children":865},{"className":864},[],[866],{"type":48,"value":867},"phases.clarify != \"completed\"",{"type":42,"tag":370,"props":869,"children":870},{},[871,872],{"type":48,"value":833},{"type":42,"tag":112,"props":873,"children":875},{"className":874},[],[876],{"type":48,"value":160},{"type":42,"tag":348,"props":878,"children":879},{},[880,889,905],{"type":42,"tag":370,"props":881,"children":882},{},[883],{"type":42,"tag":112,"props":884,"children":886},{"className":885},[],[887],{"type":48,"value":888},"design",{"type":42,"tag":370,"props":890,"children":891},{},[892,898,899],{"type":42,"tag":112,"props":893,"children":895},{"className":894},[],[896],{"type":48,"value":897},"phases.clarify == \"completed\"",{"type":48,"value":538},{"type":42,"tag":112,"props":900,"children":902},{"className":901},[],[903],{"type":48,"value":904},"phases.design != \"completed\"",{"type":42,"tag":370,"props":906,"children":907},{},[908,909],{"type":48,"value":833},{"type":42,"tag":112,"props":910,"children":912},{"className":911},[],[913],{"type":48,"value":914},"references\u002Fphases\u002Fdesign\u002Fdesign.md",{"type":42,"tag":348,"props":916,"children":917},{},[918,927,943],{"type":42,"tag":370,"props":919,"children":920},{},[921],{"type":42,"tag":112,"props":922,"children":924},{"className":923},[],[925],{"type":48,"value":926},"estimate",{"type":42,"tag":370,"props":928,"children":929},{},[930,936,937],{"type":42,"tag":112,"props":931,"children":933},{"className":932},[],[934],{"type":48,"value":935},"phases.design == \"completed\"",{"type":48,"value":538},{"type":42,"tag":112,"props":938,"children":940},{"className":939},[],[941],{"type":48,"value":942},"phases.estimate != \"completed\"",{"type":42,"tag":370,"props":944,"children":945},{},[946,947],{"type":48,"value":833},{"type":42,"tag":112,"props":948,"children":950},{"className":949},[],[951],{"type":48,"value":952},"references\u002Fphases\u002Festimate\u002Festimate.md",{"type":42,"tag":348,"props":954,"children":955},{},[956,965,981],{"type":42,"tag":370,"props":957,"children":958},{},[959],{"type":42,"tag":112,"props":960,"children":962},{"className":961},[],[963],{"type":48,"value":964},"generate",{"type":42,"tag":370,"props":966,"children":967},{},[968,974,975],{"type":42,"tag":112,"props":969,"children":971},{"className":970},[],[972],{"type":48,"value":973},"phases.estimate == \"completed\"",{"type":48,"value":538},{"type":42,"tag":112,"props":976,"children":978},{"className":977},[],[979],{"type":48,"value":980},"phases.generate != \"completed\"",{"type":42,"tag":370,"props":982,"children":983},{},[984,985],{"type":48,"value":833},{"type":42,"tag":112,"props":986,"children":988},{"className":987},[],[989],{"type":48,"value":990},"references\u002Fphases\u002Fgenerate\u002Fgenerate.md",{"type":42,"tag":348,"props":992,"children":993},{},[994,1003,1019],{"type":42,"tag":370,"props":995,"children":996},{},[997],{"type":42,"tag":112,"props":998,"children":1000},{"className":999},[],[1001],{"type":48,"value":1002},"complete",{"type":42,"tag":370,"props":1004,"children":1005},{},[1006,1012,1013],{"type":42,"tag":112,"props":1007,"children":1009},{"className":1008},[],[1010],{"type":48,"value":1011},"phases.generate == \"completed\"",{"type":48,"value":538},{"type":42,"tag":112,"props":1014,"children":1016},{"className":1015},[],[1017],{"type":48,"value":1018},"phases.feedback == \"pending\"",{"type":42,"tag":370,"props":1020,"children":1021},{},[1022,1024,1030,1032,1038],{"type":48,"value":1023},"Set ",{"type":42,"tag":112,"props":1025,"children":1027},{"className":1026},[],[1028],{"type":48,"value":1029},"phases.feedback",{"type":48,"value":1031}," to ",{"type":42,"tag":112,"props":1033,"children":1035},{"className":1034},[],[1036],{"type":48,"value":1037},"\"completed\"",{"type":48,"value":1039}," (user had two chances), then migration complete",{"type":42,"tag":348,"props":1041,"children":1042},{},[1043,1051,1066],{"type":42,"tag":370,"props":1044,"children":1045},{},[1046],{"type":42,"tag":112,"props":1047,"children":1049},{"className":1048},[],[1050],{"type":48,"value":1002},{"type":42,"tag":370,"props":1052,"children":1053},{},[1054,1059,1060],{"type":42,"tag":112,"props":1055,"children":1057},{"className":1056},[],[1058],{"type":48,"value":1011},{"type":48,"value":538},{"type":42,"tag":112,"props":1061,"children":1063},{"className":1062},[],[1064],{"type":48,"value":1065},"phases.feedback == \"completed\"",{"type":42,"tag":370,"props":1067,"children":1068},{},[1069],{"type":48,"value":1070},"Migration planning complete",{"type":42,"tag":259,"props":1072,"children":1073},{},[1074],{"type":42,"tag":66,"props":1075,"children":1076},{},[1077],{"type":48,"value":1078},"How to determine current state (deterministic):",{"type":42,"tag":1080,"props":1081,"children":1082},"ol",{},[1083,1094,1107,1142],{"type":42,"tag":62,"props":1084,"children":1085},{},[1086,1088],{"type":48,"value":1087},"Read ",{"type":42,"tag":112,"props":1089,"children":1091},{"className":1090},[],[1092],{"type":48,"value":1093},"$MIGRATION_DIR\u002F.phase-status.json",{"type":42,"tag":62,"props":1095,"children":1096},{},[1097,1099,1105],{"type":48,"value":1098},"If ",{"type":42,"tag":112,"props":1100,"children":1102},{"className":1101},[],[1103],{"type":48,"value":1104},"current_phase",{"type":48,"value":1106}," exists, use it (must match one of: discover, clarify, design, estimate, generate, complete)",{"type":42,"tag":62,"props":1108,"children":1109},{},[1110,1112,1117,1119,1124,1125,1130,1131,1136,1137],{"type":48,"value":1111},"Otherwise use ordered phase evaluation: ",{"type":42,"tag":112,"props":1113,"children":1115},{"className":1114},[],[1116],{"type":48,"value":819},{"type":48,"value":1118}," → ",{"type":42,"tag":112,"props":1120,"children":1122},{"className":1121},[],[1123],{"type":48,"value":851},{"type":48,"value":1118},{"type":42,"tag":112,"props":1126,"children":1128},{"className":1127},[],[1129],{"type":48,"value":888},{"type":48,"value":1118},{"type":42,"tag":112,"props":1132,"children":1134},{"className":1133},[],[1135],{"type":48,"value":926},{"type":48,"value":1118},{"type":42,"tag":112,"props":1138,"children":1140},{"className":1139},[],[1141],{"type":48,"value":964},{"type":42,"tag":62,"props":1143,"children":1144},{},[1145,1147,1152,1154,1160,1162],{"type":48,"value":1146},"Pick the ",{"type":42,"tag":66,"props":1148,"children":1149},{},[1150],{"type":48,"value":1151},"first",{"type":48,"value":1153}," phase in that order where ",{"type":42,"tag":112,"props":1155,"children":1157},{"className":1156},[],[1158],{"type":48,"value":1159},"phases.\u003Cphase> != \"completed\"",{"type":48,"value":1161},"; if none, state is ",{"type":42,"tag":112,"props":1163,"children":1165},{"className":1164},[],[1166],{"type":48,"value":1002},{"type":42,"tag":259,"props":1168,"children":1169},{},[1170,1175],{"type":42,"tag":66,"props":1171,"children":1172},{},[1173],{"type":48,"value":1174},"Phase gate checks",{"type":48,"value":1176},": If prior phase incomplete, do not advance (e.g., cannot enter estimate without completed design).",{"type":42,"tag":259,"props":1178,"children":1179},{},[1180,1185,1187,1192,1193,1198,1200,1205,1207,1212,1214,1220,1222,1227,1229,1235,1237,1242,1244,1249],{"type":42,"tag":66,"props":1181,"children":1182},{},[1183],{"type":48,"value":1184},"Clarify is mandatory:",{"type":48,"value":1186}," Do not load ",{"type":42,"tag":112,"props":1188,"children":1190},{"className":1189},[],[1191],{"type":48,"value":914},{"type":48,"value":322},{"type":42,"tag":112,"props":1194,"children":1196},{"className":1195},[],[1197],{"type":48,"value":952},{"type":48,"value":1199},", or ",{"type":42,"tag":112,"props":1201,"children":1203},{"className":1202},[],[1204],{"type":48,"value":990},{"type":48,"value":1206}," unless ",{"type":42,"tag":112,"props":1208,"children":1210},{"className":1209},[],[1211],{"type":48,"value":1093},{"type":48,"value":1213}," exists and ",{"type":42,"tag":112,"props":1215,"children":1217},{"className":1216},[],[1218],{"type":48,"value":1219},"phases.clarify",{"type":48,"value":1221}," is exactly ",{"type":42,"tag":112,"props":1223,"children":1225},{"className":1224},[],[1226],{"type":48,"value":1037},{"type":48,"value":1228},". A ",{"type":42,"tag":112,"props":1230,"children":1232},{"className":1231},[],[1233],{"type":48,"value":1234},"preferences.json",{"type":48,"value":1236}," file alone is ",{"type":42,"tag":66,"props":1238,"children":1239},{},[1240],{"type":48,"value":1241},"not",{"type":48,"value":1243}," sufficient proof that Clarify ran. If the user asks to skip Clarify or jump straight to Design, cost estimate, or artifact generation, refuse briefly, then load ",{"type":42,"tag":112,"props":1245,"children":1247},{"className":1246},[],[1248],{"type":48,"value":160},{"type":48,"value":1250}," and run Phase 2. There is no exception for \"quick\" or \"obvious\" migrations.",{"type":42,"tag":259,"props":1252,"children":1253},{},[1254,1259,1261,1266],{"type":42,"tag":66,"props":1255,"children":1256},{},[1257],{"type":48,"value":1258},"Feedback checkpoints",{"type":48,"value":1260},": Feedback is not a sequential phase — it is offered at two interleaved checkpoints (after Discover and after Estimate). See the ",{"type":42,"tag":66,"props":1262,"children":1263},{},[1264],{"type":48,"value":1265},"Feedback Checkpoints",{"type":48,"value":1267}," section below for details.",{"type":42,"tag":1269,"props":1270,"children":1272},"h3",{"id":1271},"handoff-gate-orchestration-fail-closed",[1273],{"type":48,"value":1274},"Handoff Gate Orchestration (Fail Closed)",{"type":42,"tag":259,"props":1276,"children":1277},{},[1278,1279,1285],{"type":48,"value":833},{"type":42,"tag":112,"props":1280,"children":1282},{"className":1281},[],[1283],{"type":48,"value":1284},"references\u002Fshared\u002Fhandoff-gates.md",{"type":48,"value":1286}," when executing any phase completion step.",{"type":42,"tag":1080,"props":1288,"children":1289},{},[1290,1313,1331,1355,1385],{"type":42,"tag":62,"props":1291,"children":1292},{},[1293,1303,1305,1311],{"type":42,"tag":66,"props":1294,"children":1295},{},[1296,1298],{"type":48,"value":1297},"Single ",{"type":42,"tag":112,"props":1299,"children":1301},{"className":1300},[],[1302],{"type":48,"value":230},{"type":48,"value":1304},": Use one run directory for the entire migration. Do not mix artifacts across ",{"type":42,"tag":112,"props":1306,"children":1308},{"className":1307},[],[1309],{"type":48,"value":1310},".migration\u002F*\u002F",{"type":48,"value":1312}," sessions.",{"type":42,"tag":62,"props":1314,"children":1315},{},[1316,1321,1323,1329],{"type":42,"tag":66,"props":1317,"children":1318},{},[1319],{"type":48,"value":1320},"Re-read from disk",{"type":48,"value":1322},": Before each phase (and before each handoff gate), Read required artifacts from ",{"type":42,"tag":112,"props":1324,"children":1326},{"className":1325},[],[1327],{"type":48,"value":1328},"$MIGRATION_DIR\u002F",{"type":48,"value":1330},". Do not rely on chat memory.",{"type":42,"tag":62,"props":1332,"children":1333},{},[1334,1345,1347,1353],{"type":42,"tag":66,"props":1335,"children":1336},{},[1337,1339],{"type":48,"value":1338},"Advance only on ",{"type":42,"tag":112,"props":1340,"children":1342},{"className":1341},[],[1343],{"type":48,"value":1344},"HANDOFF_OK",{"type":48,"value":1346},": A phase is complete only when its orchestrator emits ",{"type":42,"tag":112,"props":1348,"children":1350},{"className":1349},[],[1351],{"type":48,"value":1352},"HANDOFF_OK | phase=\u003Cname> | artifacts=...",{"type":48,"value":1354},". Do not load the next phase without it.",{"type":42,"tag":62,"props":1356,"children":1357},{},[1358,1369,1371,1376,1378,1383],{"type":42,"tag":66,"props":1359,"children":1360},{},[1361,1363],{"type":48,"value":1362},"On ",{"type":42,"tag":112,"props":1364,"children":1366},{"className":1365},[],[1367],{"type":48,"value":1368},"GATE_FAIL",{"type":48,"value":1370},": Output the failure line(s) to the user in plain language. ",{"type":42,"tag":66,"props":1372,"children":1373},{},[1374],{"type":48,"value":1375},"Do NOT modify artifacts",{"type":48,"value":1377}," to pass the gate. ",{"type":42,"tag":66,"props":1379,"children":1380},{},[1381],{"type":48,"value":1382},"Do NOT continue",{"type":48,"value":1384}," to the next phase. Tell the user which phase to re-run.",{"type":42,"tag":62,"props":1386,"children":1387},{},[1388,1393,1395,1401,1403,1409],{"type":42,"tag":66,"props":1389,"children":1390},{},[1391],{"type":48,"value":1392},"Re-entry",{"type":48,"value":1394},": Re-running an earlier phase after downstream phases completed requires explicit user confirmation; downstream phases must be reset to ",{"type":42,"tag":112,"props":1396,"children":1398},{"className":1397},[],[1399],{"type":48,"value":1400},"\"pending\"",{"type":48,"value":1402},". See ",{"type":42,"tag":112,"props":1404,"children":1406},{"className":1405},[],[1407],{"type":48,"value":1408},"handoff-gates.md",{"type":48,"value":1410}," re-entry table.",{"type":42,"tag":259,"props":1412,"children":1413},{},[1414,1416,1422,1424,1430],{"type":48,"value":1415},"Generate phase additionally loads ",{"type":42,"tag":112,"props":1417,"children":1419},{"className":1418},[],[1420],{"type":48,"value":1421},"references\u002Fshared\u002Fvalidate-artifacts.md",{"type":48,"value":1423}," before writing ",{"type":42,"tag":112,"props":1425,"children":1427},{"className":1426},[],[1428],{"type":48,"value":1429},"migration-report.html",{"type":48,"value":1431},".",{"type":42,"tag":197,"props":1433,"children":1434},{},[],{"type":42,"tag":51,"props":1436,"children":1438},{"id":1437},"state-validation",[1439],{"type":48,"value":1440},"State Validation",{"type":42,"tag":259,"props":1442,"children":1443},{},[1444,1446,1451],{"type":48,"value":1445},"When reading ",{"type":42,"tag":112,"props":1447,"children":1449},{"className":1448},[],[1450],{"type":48,"value":1093},{"type":48,"value":1452},", validate before proceeding:",{"type":42,"tag":1080,"props":1454,"children":1455},{},[1456,1495,1513,1537,1561,1589,1627],{"type":42,"tag":62,"props":1457,"children":1458},{},[1459,1464,1466,1471,1473,1479,1481,1486,1488,1493],{"type":42,"tag":66,"props":1460,"children":1461},{},[1462],{"type":48,"value":1463},"Multiple sessions",{"type":48,"value":1465},": If multiple directories exist under ",{"type":42,"tag":112,"props":1467,"children":1469},{"className":1468},[],[1470],{"type":48,"value":238},{"type":48,"value":1472},", list them with their phase status and ask: ",{"type":42,"tag":1474,"props":1475,"children":1476},"span",{},[1477],{"type":48,"value":1478},"A",{"type":48,"value":1480}," Resume latest, ",{"type":42,"tag":1474,"props":1482,"children":1483},{},[1484],{"type":48,"value":1485},"B",{"type":48,"value":1487}," Start fresh, ",{"type":42,"tag":1474,"props":1489,"children":1490},{},[1491],{"type":48,"value":1492},"C",{"type":48,"value":1494}," Cancel.",{"type":42,"tag":62,"props":1496,"children":1497},{},[1498,1503,1505,1511],{"type":42,"tag":66,"props":1499,"children":1500},{},[1501],{"type":48,"value":1502},"Invalid JSON",{"type":48,"value":1504},": If ",{"type":42,"tag":112,"props":1506,"children":1508},{"className":1507},[],[1509],{"type":48,"value":1510},".phase-status.json",{"type":48,"value":1512}," fails to parse, STOP. Output: \"State file corrupted (invalid JSON). Delete the file and restart the current phase.\"",{"type":42,"tag":62,"props":1514,"children":1515},{},[1516,1521,1522,1528,1530,1535],{"type":42,"tag":66,"props":1517,"children":1518},{},[1519],{"type":48,"value":1520},"Unrecognized phase",{"type":48,"value":1504},{"type":42,"tag":112,"props":1523,"children":1525},{"className":1524},[],[1526],{"type":48,"value":1527},"phases",{"type":48,"value":1529}," object contains a phase not in {discover, clarify, design, estimate, generate, feedback}, STOP. Output: \"Unrecognized phase: ",{"type":42,"tag":1474,"props":1531,"children":1532},{},[1533],{"type":48,"value":1534},"value",{"type":48,"value":1536},". Valid phases: discover, clarify, design, estimate, generate, feedback.\"",{"type":42,"tag":62,"props":1538,"children":1539},{},[1540,1545,1547,1553,1555,1559],{"type":42,"tag":66,"props":1541,"children":1542},{},[1543],{"type":48,"value":1544},"Unrecognized status",{"type":48,"value":1546},": If any ",{"type":42,"tag":112,"props":1548,"children":1550},{"className":1549},[],[1551],{"type":48,"value":1552},"phases.*",{"type":48,"value":1554}," value is not in {pending, in_progress, completed}, STOP. Output: \"Unrecognized status: ",{"type":42,"tag":1474,"props":1556,"children":1557},{},[1558],{"type":48,"value":1534},{"type":48,"value":1560},". Valid values: pending, in_progress, completed.\"",{"type":42,"tag":62,"props":1562,"children":1563},{},[1564,1574,1576,1581,1583,1587],{"type":42,"tag":66,"props":1565,"children":1566},{},[1567,1569],{"type":48,"value":1568},"Invalid ",{"type":42,"tag":112,"props":1570,"children":1572},{"className":1571},[],[1573],{"type":48,"value":1104},{"type":48,"value":1575}," (if present): If ",{"type":42,"tag":112,"props":1577,"children":1579},{"className":1578},[],[1580],{"type":48,"value":1104},{"type":48,"value":1582}," is not in {discover, clarify, design, estimate, generate, complete}, STOP. Output: \"Unrecognized current_phase: ",{"type":42,"tag":1474,"props":1584,"children":1585},{},[1586],{"type":48,"value":1534},{"type":48,"value":1588},". Valid values: discover, clarify, design, estimate, generate, complete.\"",{"type":42,"tag":62,"props":1590,"children":1591},{},[1592,1597,1599,1604,1606,1611,1613,1618,1620,1625],{"type":42,"tag":66,"props":1593,"children":1594},{},[1595],{"type":48,"value":1596},"Out-of-order completion",{"type":48,"value":1598},": For ordered phases ",{"type":42,"tag":1474,"props":1600,"children":1601},{},[1602],{"type":48,"value":1603},"discover, clarify, design, estimate, generate",{"type":48,"value":1605},", if any later phase is ",{"type":42,"tag":112,"props":1607,"children":1609},{"className":1608},[],[1610],{"type":48,"value":1037},{"type":48,"value":1612}," while an earlier phase is not ",{"type":42,"tag":112,"props":1614,"children":1616},{"className":1615},[],[1617],{"type":48,"value":1037},{"type":48,"value":1619},", STOP. Output: \"Inconsistent phase ordering detected. Reconcile ",{"type":42,"tag":112,"props":1621,"children":1623},{"className":1622},[],[1624],{"type":48,"value":1510},{"type":48,"value":1626}," before resuming.\"",{"type":42,"tag":62,"props":1628,"children":1629},{},[1630,1635,1637,1643],{"type":42,"tag":66,"props":1631,"children":1632},{},[1633],{"type":48,"value":1634},"Multiple active phases",{"type":48,"value":1636},": Across core phases {discover, clarify, design, estimate, generate}, at most one phase may be ",{"type":42,"tag":112,"props":1638,"children":1640},{"className":1639},[],[1641],{"type":48,"value":1642},"\"in_progress\"",{"type":48,"value":1644},". If >1, STOP. Output: \"Multiple phases are in_progress. Keep only one active phase before resuming.\"",{"type":42,"tag":197,"props":1646,"children":1647},{},[],{"type":42,"tag":51,"props":1649,"children":1651},{"id":1650},"state-management",[1652],{"type":48,"value":1653},"State Management",{"type":42,"tag":259,"props":1655,"children":1656},{},[1657,1659,1664,1666,1672],{"type":48,"value":1658},"Migration state lives in ",{"type":42,"tag":112,"props":1660,"children":1662},{"className":1661},[],[1663],{"type":48,"value":230},{"type":48,"value":1665}," (",{"type":42,"tag":112,"props":1667,"children":1669},{"className":1668},[],[1670],{"type":48,"value":1671},".migration\u002F[MMDD-HHMM]\u002F",{"type":48,"value":1673},"), created by Phase 1 and persisted across invocations.",{"type":42,"tag":259,"props":1675,"children":1676},{},[1677],{"type":42,"tag":66,"props":1678,"children":1679},{},[1680],{"type":48,"value":1681},".phase-status.json schema:",{"type":42,"tag":1683,"props":1684,"children":1689},"pre",{"className":1685,"code":1686,"language":1687,"meta":1688,"style":1688},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"migration_id\": \"0226-1430\",\n  \"last_updated\": \"2026-02-26T15:35:22Z\",\n  \"current_phase\": \"design\",\n  \"phases\": {\n    \"discover\": \"completed\",\n    \"clarify\": \"completed\",\n    \"design\": \"in_progress\",\n    \"estimate\": \"pending\",\n    \"generate\": \"pending\",\n    \"feedback\": \"pending\"\n  }\n}\n","json","",[1690],{"type":42,"tag":112,"props":1691,"children":1692},{"__ignoreMap":1688},[1693,1704,1749,1787,1822,1847,1886,1922,1959,1996,2031,2065,2074],{"type":42,"tag":1474,"props":1694,"children":1697},{"class":1695,"line":1696},"line",1,[1698],{"type":42,"tag":1474,"props":1699,"children":1701},{"style":1700},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[1702],{"type":48,"value":1703},"{\n",{"type":42,"tag":1474,"props":1705,"children":1707},{"class":1695,"line":1706},2,[1708,1713,1719,1724,1729,1734,1740,1744],{"type":42,"tag":1474,"props":1709,"children":1710},{"style":1700},[1711],{"type":48,"value":1712},"  \"",{"type":42,"tag":1474,"props":1714,"children":1716},{"style":1715},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1717],{"type":48,"value":1718},"migration_id",{"type":42,"tag":1474,"props":1720,"children":1721},{"style":1700},[1722],{"type":48,"value":1723},"\"",{"type":42,"tag":1474,"props":1725,"children":1726},{"style":1700},[1727],{"type":48,"value":1728},":",{"type":42,"tag":1474,"props":1730,"children":1731},{"style":1700},[1732],{"type":48,"value":1733}," \"",{"type":42,"tag":1474,"props":1735,"children":1737},{"style":1736},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[1738],{"type":48,"value":1739},"0226-1430",{"type":42,"tag":1474,"props":1741,"children":1742},{"style":1700},[1743],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1745,"children":1746},{"style":1700},[1747],{"type":48,"value":1748},",\n",{"type":42,"tag":1474,"props":1750,"children":1752},{"class":1695,"line":1751},3,[1753,1757,1762,1766,1770,1774,1779,1783],{"type":42,"tag":1474,"props":1754,"children":1755},{"style":1700},[1756],{"type":48,"value":1712},{"type":42,"tag":1474,"props":1758,"children":1759},{"style":1715},[1760],{"type":48,"value":1761},"last_updated",{"type":42,"tag":1474,"props":1763,"children":1764},{"style":1700},[1765],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1767,"children":1768},{"style":1700},[1769],{"type":48,"value":1728},{"type":42,"tag":1474,"props":1771,"children":1772},{"style":1700},[1773],{"type":48,"value":1733},{"type":42,"tag":1474,"props":1775,"children":1776},{"style":1736},[1777],{"type":48,"value":1778},"2026-02-26T15:35:22Z",{"type":42,"tag":1474,"props":1780,"children":1781},{"style":1700},[1782],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1784,"children":1785},{"style":1700},[1786],{"type":48,"value":1748},{"type":42,"tag":1474,"props":1788,"children":1789},{"class":1695,"line":29},[1790,1794,1798,1802,1806,1810,1814,1818],{"type":42,"tag":1474,"props":1791,"children":1792},{"style":1700},[1793],{"type":48,"value":1712},{"type":42,"tag":1474,"props":1795,"children":1796},{"style":1715},[1797],{"type":48,"value":1104},{"type":42,"tag":1474,"props":1799,"children":1800},{"style":1700},[1801],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1803,"children":1804},{"style":1700},[1805],{"type":48,"value":1728},{"type":42,"tag":1474,"props":1807,"children":1808},{"style":1700},[1809],{"type":48,"value":1733},{"type":42,"tag":1474,"props":1811,"children":1812},{"style":1736},[1813],{"type":48,"value":888},{"type":42,"tag":1474,"props":1815,"children":1816},{"style":1700},[1817],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1819,"children":1820},{"style":1700},[1821],{"type":48,"value":1748},{"type":42,"tag":1474,"props":1823,"children":1825},{"class":1695,"line":1824},5,[1826,1830,1834,1838,1842],{"type":42,"tag":1474,"props":1827,"children":1828},{"style":1700},[1829],{"type":48,"value":1712},{"type":42,"tag":1474,"props":1831,"children":1832},{"style":1715},[1833],{"type":48,"value":1527},{"type":42,"tag":1474,"props":1835,"children":1836},{"style":1700},[1837],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1839,"children":1840},{"style":1700},[1841],{"type":48,"value":1728},{"type":42,"tag":1474,"props":1843,"children":1844},{"style":1700},[1845],{"type":48,"value":1846}," {\n",{"type":42,"tag":1474,"props":1848,"children":1850},{"class":1695,"line":1849},6,[1851,1856,1861,1865,1869,1873,1878,1882],{"type":42,"tag":1474,"props":1852,"children":1853},{"style":1700},[1854],{"type":48,"value":1855},"    \"",{"type":42,"tag":1474,"props":1857,"children":1859},{"style":1858},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1860],{"type":48,"value":819},{"type":42,"tag":1474,"props":1862,"children":1863},{"style":1700},[1864],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1866,"children":1867},{"style":1700},[1868],{"type":48,"value":1728},{"type":42,"tag":1474,"props":1870,"children":1871},{"style":1700},[1872],{"type":48,"value":1733},{"type":42,"tag":1474,"props":1874,"children":1875},{"style":1736},[1876],{"type":48,"value":1877},"completed",{"type":42,"tag":1474,"props":1879,"children":1880},{"style":1700},[1881],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1883,"children":1884},{"style":1700},[1885],{"type":48,"value":1748},{"type":42,"tag":1474,"props":1887,"children":1889},{"class":1695,"line":1888},7,[1890,1894,1898,1902,1906,1910,1914,1918],{"type":42,"tag":1474,"props":1891,"children":1892},{"style":1700},[1893],{"type":48,"value":1855},{"type":42,"tag":1474,"props":1895,"children":1896},{"style":1858},[1897],{"type":48,"value":851},{"type":42,"tag":1474,"props":1899,"children":1900},{"style":1700},[1901],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1903,"children":1904},{"style":1700},[1905],{"type":48,"value":1728},{"type":42,"tag":1474,"props":1907,"children":1908},{"style":1700},[1909],{"type":48,"value":1733},{"type":42,"tag":1474,"props":1911,"children":1912},{"style":1736},[1913],{"type":48,"value":1877},{"type":42,"tag":1474,"props":1915,"children":1916},{"style":1700},[1917],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1919,"children":1920},{"style":1700},[1921],{"type":48,"value":1748},{"type":42,"tag":1474,"props":1923,"children":1925},{"class":1695,"line":1924},8,[1926,1930,1934,1938,1942,1946,1951,1955],{"type":42,"tag":1474,"props":1927,"children":1928},{"style":1700},[1929],{"type":48,"value":1855},{"type":42,"tag":1474,"props":1931,"children":1932},{"style":1858},[1933],{"type":48,"value":888},{"type":42,"tag":1474,"props":1935,"children":1936},{"style":1700},[1937],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1939,"children":1940},{"style":1700},[1941],{"type":48,"value":1728},{"type":42,"tag":1474,"props":1943,"children":1944},{"style":1700},[1945],{"type":48,"value":1733},{"type":42,"tag":1474,"props":1947,"children":1948},{"style":1736},[1949],{"type":48,"value":1950},"in_progress",{"type":42,"tag":1474,"props":1952,"children":1953},{"style":1700},[1954],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1956,"children":1957},{"style":1700},[1958],{"type":48,"value":1748},{"type":42,"tag":1474,"props":1960,"children":1962},{"class":1695,"line":1961},9,[1963,1967,1971,1975,1979,1983,1988,1992],{"type":42,"tag":1474,"props":1964,"children":1965},{"style":1700},[1966],{"type":48,"value":1855},{"type":42,"tag":1474,"props":1968,"children":1969},{"style":1858},[1970],{"type":48,"value":926},{"type":42,"tag":1474,"props":1972,"children":1973},{"style":1700},[1974],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1976,"children":1977},{"style":1700},[1978],{"type":48,"value":1728},{"type":42,"tag":1474,"props":1980,"children":1981},{"style":1700},[1982],{"type":48,"value":1733},{"type":42,"tag":1474,"props":1984,"children":1985},{"style":1736},[1986],{"type":48,"value":1987},"pending",{"type":42,"tag":1474,"props":1989,"children":1990},{"style":1700},[1991],{"type":48,"value":1723},{"type":42,"tag":1474,"props":1993,"children":1994},{"style":1700},[1995],{"type":48,"value":1748},{"type":42,"tag":1474,"props":1997,"children":1998},{"class":1695,"line":25},[1999,2003,2007,2011,2015,2019,2023,2027],{"type":42,"tag":1474,"props":2000,"children":2001},{"style":1700},[2002],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2004,"children":2005},{"style":1858},[2006],{"type":48,"value":964},{"type":42,"tag":1474,"props":2008,"children":2009},{"style":1700},[2010],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2012,"children":2013},{"style":1700},[2014],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2016,"children":2017},{"style":1700},[2018],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2020,"children":2021},{"style":1736},[2022],{"type":48,"value":1987},{"type":42,"tag":1474,"props":2024,"children":2025},{"style":1700},[2026],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2028,"children":2029},{"style":1700},[2030],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2032,"children":2034},{"class":1695,"line":2033},11,[2035,2039,2044,2048,2052,2056,2060],{"type":42,"tag":1474,"props":2036,"children":2037},{"style":1700},[2038],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2040,"children":2041},{"style":1858},[2042],{"type":48,"value":2043},"feedback",{"type":42,"tag":1474,"props":2045,"children":2046},{"style":1700},[2047],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2049,"children":2050},{"style":1700},[2051],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2053,"children":2054},{"style":1700},[2055],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2057,"children":2058},{"style":1736},[2059],{"type":48,"value":1987},{"type":42,"tag":1474,"props":2061,"children":2062},{"style":1700},[2063],{"type":48,"value":2064},"\"\n",{"type":42,"tag":1474,"props":2066,"children":2068},{"class":1695,"line":2067},12,[2069],{"type":42,"tag":1474,"props":2070,"children":2071},{"style":1700},[2072],{"type":48,"value":2073},"  }\n",{"type":42,"tag":1474,"props":2075,"children":2077},{"class":1695,"line":2076},13,[2078],{"type":42,"tag":1474,"props":2079,"children":2080},{"style":1700},[2081],{"type":48,"value":2082},"}\n",{"type":42,"tag":259,"props":2084,"children":2085},{},[2086,2091,2093,2098,2099,2104,2105,2110,2112,2117,2119,2124],{"type":42,"tag":66,"props":2087,"children":2088},{},[2089],{"type":48,"value":2090},"Status values:",{"type":48,"value":2092}," ",{"type":42,"tag":112,"props":2094,"children":2096},{"className":2095},[],[2097],{"type":48,"value":1400},{"type":48,"value":1118},{"type":42,"tag":112,"props":2100,"children":2102},{"className":2101},[],[2103],{"type":48,"value":1642},{"type":48,"value":1118},{"type":42,"tag":112,"props":2106,"children":2108},{"className":2107},[],[2109],{"type":48,"value":1037},{"type":48,"value":2111},". Never goes backward.\nFor core phases (discover, clarify, design, estimate, generate), at most one phase may be ",{"type":42,"tag":112,"props":2113,"children":2115},{"className":2114},[],[2116],{"type":48,"value":1642},{"type":48,"value":2118}," at any time.\n",{"type":42,"tag":112,"props":2120,"children":2122},{"className":2121},[],[2123],{"type":48,"value":1104},{"type":48,"value":2125}," is optional but recommended; when present it is authoritative.",{"type":42,"tag":259,"props":2127,"children":2128},{},[2129,2131,2136,2138,2144],{"type":48,"value":2130},"The ",{"type":42,"tag":112,"props":2132,"children":2134},{"className":2133},[],[2135],{"type":48,"value":238},{"type":48,"value":2137}," directory is automatically protected by a ",{"type":42,"tag":112,"props":2139,"children":2141},{"className":2140},[],[2142],{"type":48,"value":2143},".gitignore",{"type":48,"value":2145}," file created in Phase 1.",{"type":42,"tag":1269,"props":2147,"children":2149},{"id":2148},"phase-status-update-protocol",[2150],{"type":48,"value":2151},"Phase Status Update Protocol",{"type":42,"tag":259,"props":2153,"children":2154},{},[2155,2157,2162,2164,2169],{"type":48,"value":2156},"Use ",{"type":42,"tag":66,"props":2158,"children":2159},{},[2160],{"type":48,"value":2161},"read-merge-write",{"type":48,"value":2163}," updates for ",{"type":42,"tag":112,"props":2165,"children":2167},{"className":2166},[],[2168],{"type":48,"value":1510},{"type":48,"value":1728},{"type":42,"tag":1080,"props":2171,"children":2172},{},[2173,2178,2189,2194,2212],{"type":42,"tag":62,"props":2174,"children":2175},{},[2176],{"type":48,"value":2177},"Read the current file before every update.",{"type":42,"tag":62,"props":2179,"children":2180},{},[2181,2183,2188],{"type":48,"value":2182},"Change only the phase keys being advanced and ",{"type":42,"tag":112,"props":2184,"children":2186},{"className":2185},[],[2187],{"type":48,"value":1761},{"type":48,"value":1431},{"type":42,"tag":62,"props":2190,"children":2191},{},[2192],{"type":48,"value":2193},"Keep prior completed phases unchanged.",{"type":42,"tag":62,"props":2195,"children":2196},{},[2197,2198,2203,2205,2210],{"type":48,"value":1023},{"type":42,"tag":112,"props":2199,"children":2201},{"className":2200},[],[2202],{"type":48,"value":1104},{"type":48,"value":2204}," to the next deterministic phase (or ",{"type":42,"tag":112,"props":2206,"children":2208},{"className":2207},[],[2209],{"type":48,"value":1002},{"type":48,"value":2211}," after generate).",{"type":42,"tag":62,"props":2213,"children":2214},{},[2215],{"type":48,"value":2216},"Write the full file in the same turn as your final phase work message.",{"type":42,"tag":259,"props":2218,"children":2219},{},[2220,2222,2227],{"type":48,"value":2221},"Example — after completing the Clarify phase, write ",{"type":42,"tag":112,"props":2223,"children":2225},{"className":2224},[],[2226],{"type":48,"value":1093},{"type":48,"value":2228}," with:",{"type":42,"tag":1683,"props":2230,"children":2232},{"className":1685,"code":2231,"language":1687,"meta":1688,"style":1688},"{\n  \"migration_id\": \"MMDD-HHMM\",\n  \"last_updated\": \"2026-02-26T15:35:22Z\",\n  \"current_phase\": \"design\",\n  \"phases\": {\n    \"discover\": \"completed\",\n    \"clarify\": \"completed\",\n    \"design\": \"pending\",\n    \"estimate\": \"pending\",\n    \"generate\": \"pending\",\n    \"feedback\": \"pending\"\n  }\n}\n",[2233],{"type":42,"tag":112,"props":2234,"children":2235},{"__ignoreMap":1688},[2236,2243,2279,2314,2349,2372,2407,2442,2477,2512,2547,2578,2585],{"type":42,"tag":1474,"props":2237,"children":2238},{"class":1695,"line":1696},[2239],{"type":42,"tag":1474,"props":2240,"children":2241},{"style":1700},[2242],{"type":48,"value":1703},{"type":42,"tag":1474,"props":2244,"children":2245},{"class":1695,"line":1706},[2246,2250,2254,2258,2262,2266,2271,2275],{"type":42,"tag":1474,"props":2247,"children":2248},{"style":1700},[2249],{"type":48,"value":1712},{"type":42,"tag":1474,"props":2251,"children":2252},{"style":1715},[2253],{"type":48,"value":1718},{"type":42,"tag":1474,"props":2255,"children":2256},{"style":1700},[2257],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2259,"children":2260},{"style":1700},[2261],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2263,"children":2264},{"style":1700},[2265],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2267,"children":2268},{"style":1736},[2269],{"type":48,"value":2270},"MMDD-HHMM",{"type":42,"tag":1474,"props":2272,"children":2273},{"style":1700},[2274],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2276,"children":2277},{"style":1700},[2278],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2280,"children":2281},{"class":1695,"line":1751},[2282,2286,2290,2294,2298,2302,2306,2310],{"type":42,"tag":1474,"props":2283,"children":2284},{"style":1700},[2285],{"type":48,"value":1712},{"type":42,"tag":1474,"props":2287,"children":2288},{"style":1715},[2289],{"type":48,"value":1761},{"type":42,"tag":1474,"props":2291,"children":2292},{"style":1700},[2293],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2295,"children":2296},{"style":1700},[2297],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2299,"children":2300},{"style":1700},[2301],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2303,"children":2304},{"style":1736},[2305],{"type":48,"value":1778},{"type":42,"tag":1474,"props":2307,"children":2308},{"style":1700},[2309],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2311,"children":2312},{"style":1700},[2313],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2315,"children":2316},{"class":1695,"line":29},[2317,2321,2325,2329,2333,2337,2341,2345],{"type":42,"tag":1474,"props":2318,"children":2319},{"style":1700},[2320],{"type":48,"value":1712},{"type":42,"tag":1474,"props":2322,"children":2323},{"style":1715},[2324],{"type":48,"value":1104},{"type":42,"tag":1474,"props":2326,"children":2327},{"style":1700},[2328],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2330,"children":2331},{"style":1700},[2332],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2334,"children":2335},{"style":1700},[2336],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2338,"children":2339},{"style":1736},[2340],{"type":48,"value":888},{"type":42,"tag":1474,"props":2342,"children":2343},{"style":1700},[2344],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2346,"children":2347},{"style":1700},[2348],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2350,"children":2351},{"class":1695,"line":1824},[2352,2356,2360,2364,2368],{"type":42,"tag":1474,"props":2353,"children":2354},{"style":1700},[2355],{"type":48,"value":1712},{"type":42,"tag":1474,"props":2357,"children":2358},{"style":1715},[2359],{"type":48,"value":1527},{"type":42,"tag":1474,"props":2361,"children":2362},{"style":1700},[2363],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2365,"children":2366},{"style":1700},[2367],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2369,"children":2370},{"style":1700},[2371],{"type":48,"value":1846},{"type":42,"tag":1474,"props":2373,"children":2374},{"class":1695,"line":1849},[2375,2379,2383,2387,2391,2395,2399,2403],{"type":42,"tag":1474,"props":2376,"children":2377},{"style":1700},[2378],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2380,"children":2381},{"style":1858},[2382],{"type":48,"value":819},{"type":42,"tag":1474,"props":2384,"children":2385},{"style":1700},[2386],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2388,"children":2389},{"style":1700},[2390],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2392,"children":2393},{"style":1700},[2394],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2396,"children":2397},{"style":1736},[2398],{"type":48,"value":1877},{"type":42,"tag":1474,"props":2400,"children":2401},{"style":1700},[2402],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2404,"children":2405},{"style":1700},[2406],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2408,"children":2409},{"class":1695,"line":1888},[2410,2414,2418,2422,2426,2430,2434,2438],{"type":42,"tag":1474,"props":2411,"children":2412},{"style":1700},[2413],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2415,"children":2416},{"style":1858},[2417],{"type":48,"value":851},{"type":42,"tag":1474,"props":2419,"children":2420},{"style":1700},[2421],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2423,"children":2424},{"style":1700},[2425],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2427,"children":2428},{"style":1700},[2429],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2431,"children":2432},{"style":1736},[2433],{"type":48,"value":1877},{"type":42,"tag":1474,"props":2435,"children":2436},{"style":1700},[2437],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2439,"children":2440},{"style":1700},[2441],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2443,"children":2444},{"class":1695,"line":1924},[2445,2449,2453,2457,2461,2465,2469,2473],{"type":42,"tag":1474,"props":2446,"children":2447},{"style":1700},[2448],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2450,"children":2451},{"style":1858},[2452],{"type":48,"value":888},{"type":42,"tag":1474,"props":2454,"children":2455},{"style":1700},[2456],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2458,"children":2459},{"style":1700},[2460],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2462,"children":2463},{"style":1700},[2464],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2466,"children":2467},{"style":1736},[2468],{"type":48,"value":1987},{"type":42,"tag":1474,"props":2470,"children":2471},{"style":1700},[2472],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2474,"children":2475},{"style":1700},[2476],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2478,"children":2479},{"class":1695,"line":1961},[2480,2484,2488,2492,2496,2500,2504,2508],{"type":42,"tag":1474,"props":2481,"children":2482},{"style":1700},[2483],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2485,"children":2486},{"style":1858},[2487],{"type":48,"value":926},{"type":42,"tag":1474,"props":2489,"children":2490},{"style":1700},[2491],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2493,"children":2494},{"style":1700},[2495],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2497,"children":2498},{"style":1700},[2499],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2501,"children":2502},{"style":1736},[2503],{"type":48,"value":1987},{"type":42,"tag":1474,"props":2505,"children":2506},{"style":1700},[2507],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2509,"children":2510},{"style":1700},[2511],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2513,"children":2514},{"class":1695,"line":25},[2515,2519,2523,2527,2531,2535,2539,2543],{"type":42,"tag":1474,"props":2516,"children":2517},{"style":1700},[2518],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2520,"children":2521},{"style":1858},[2522],{"type":48,"value":964},{"type":42,"tag":1474,"props":2524,"children":2525},{"style":1700},[2526],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2528,"children":2529},{"style":1700},[2530],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2532,"children":2533},{"style":1700},[2534],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2536,"children":2537},{"style":1736},[2538],{"type":48,"value":1987},{"type":42,"tag":1474,"props":2540,"children":2541},{"style":1700},[2542],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2544,"children":2545},{"style":1700},[2546],{"type":48,"value":1748},{"type":42,"tag":1474,"props":2548,"children":2549},{"class":1695,"line":2033},[2550,2554,2558,2562,2566,2570,2574],{"type":42,"tag":1474,"props":2551,"children":2552},{"style":1700},[2553],{"type":48,"value":1855},{"type":42,"tag":1474,"props":2555,"children":2556},{"style":1858},[2557],{"type":48,"value":2043},{"type":42,"tag":1474,"props":2559,"children":2560},{"style":1700},[2561],{"type":48,"value":1723},{"type":42,"tag":1474,"props":2563,"children":2564},{"style":1700},[2565],{"type":48,"value":1728},{"type":42,"tag":1474,"props":2567,"children":2568},{"style":1700},[2569],{"type":48,"value":1733},{"type":42,"tag":1474,"props":2571,"children":2572},{"style":1736},[2573],{"type":48,"value":1987},{"type":42,"tag":1474,"props":2575,"children":2576},{"style":1700},[2577],{"type":48,"value":2064},{"type":42,"tag":1474,"props":2579,"children":2580},{"class":1695,"line":2067},[2581],{"type":42,"tag":1474,"props":2582,"children":2583},{"style":1700},[2584],{"type":48,"value":2073},{"type":42,"tag":1474,"props":2586,"children":2587},{"class":1695,"line":2076},[2588],{"type":42,"tag":1474,"props":2589,"children":2590},{"style":1700},[2591],{"type":48,"value":2082},{"type":42,"tag":259,"props":2593,"children":2594},{},[2595,2597,2602,2604,2609],{"type":48,"value":2596},"Replace ",{"type":42,"tag":112,"props":2598,"children":2600},{"className":2599},[],[2601],{"type":48,"value":2270},{"type":48,"value":2603}," with the actual migration ID, generate the ",{"type":42,"tag":112,"props":2605,"children":2607},{"className":2606},[],[2608],{"type":48,"value":1761},{"type":48,"value":2610}," ISO 8601 UTC timestamp yourself, and set each phase to its correct status at that point.",{"type":42,"tag":197,"props":2612,"children":2613},{},[],{"type":42,"tag":51,"props":2615,"children":2617},{"id":2616},"phase-summary-table",[2618],{"type":48,"value":2619},"Phase Summary Table",{"type":42,"tag":340,"props":2621,"children":2622},{},[2623,2649],{"type":42,"tag":344,"props":2624,"children":2625},{},[2626],{"type":42,"tag":348,"props":2627,"children":2628},{},[2629,2634,2639,2644],{"type":42,"tag":352,"props":2630,"children":2631},{},[2632],{"type":48,"value":2633},"Phase",{"type":42,"tag":352,"props":2635,"children":2636},{},[2637],{"type":48,"value":2638},"Inputs",{"type":42,"tag":352,"props":2640,"children":2641},{},[2642],{"type":48,"value":2643},"Outputs",{"type":42,"tag":352,"props":2645,"children":2646},{},[2647],{"type":48,"value":2648},"Reference",{"type":42,"tag":363,"props":2650,"children":2651},{},[2652,2717,2781,2837,2912,3049],{"type":42,"tag":348,"props":2653,"children":2654},{},[2655,2663,2673,2709],{"type":42,"tag":370,"props":2656,"children":2657},{},[2658],{"type":42,"tag":66,"props":2659,"children":2660},{},[2661],{"type":48,"value":2662},"Discover",{"type":42,"tag":370,"props":2664,"children":2665},{},[2666,2671],{"type":42,"tag":112,"props":2667,"children":2669},{"className":2668},[],[2670],{"type":48,"value":725},{"type":48,"value":2672}," files, app source code, and\u002For billing exports (at least one required)",{"type":42,"tag":370,"props":2674,"children":2675},{},[2676,2681,2682,2688,2689,2694,2695,2701,2702,2707],{"type":42,"tag":112,"props":2677,"children":2679},{"className":2678},[],[2680],{"type":48,"value":622},{"type":48,"value":322},{"type":42,"tag":112,"props":2683,"children":2685},{"className":2684},[],[2686],{"type":48,"value":2687},"gcp-resource-clusters.json",{"type":48,"value":322},{"type":42,"tag":112,"props":2690,"children":2692},{"className":2691},[],[2693],{"type":48,"value":387},{"type":48,"value":322},{"type":42,"tag":112,"props":2696,"children":2698},{"className":2697},[],[2699],{"type":48,"value":2700},"billing-profile.json",{"type":48,"value":322},{"type":42,"tag":112,"props":2703,"children":2705},{"className":2704},[],[2706],{"type":48,"value":1510},{"type":48,"value":2708}," updated (outputs vary by input)",{"type":42,"tag":370,"props":2710,"children":2711},{},[2712],{"type":42,"tag":112,"props":2713,"children":2715},{"className":2714},[],[2716],{"type":48,"value":839},{"type":42,"tag":348,"props":2718,"children":2719},{},[2720,2727,2757,2773],{"type":42,"tag":370,"props":2721,"children":2722},{},[2723],{"type":42,"tag":66,"props":2724,"children":2725},{},[2726],{"type":48,"value":131},{"type":42,"tag":370,"props":2728,"children":2729},{},[2730,2732,2737,2738,2743,2744,2749,2750,2755],{"type":48,"value":2731},"Discovery artifacts (",{"type":42,"tag":112,"props":2733,"children":2735},{"className":2734},[],[2736],{"type":48,"value":622},{"type":48,"value":322},{"type":42,"tag":112,"props":2739,"children":2741},{"className":2740},[],[2742],{"type":48,"value":2687},{"type":48,"value":322},{"type":42,"tag":112,"props":2745,"children":2747},{"className":2746},[],[2748],{"type":48,"value":387},{"type":48,"value":322},{"type":42,"tag":112,"props":2751,"children":2753},{"className":2752},[],[2754],{"type":48,"value":2700},{"type":48,"value":2756}," — whichever exist)",{"type":42,"tag":370,"props":2758,"children":2759},{},[2760,2765,2766,2771],{"type":42,"tag":112,"props":2761,"children":2763},{"className":2762},[],[2764],{"type":48,"value":1234},{"type":48,"value":322},{"type":42,"tag":112,"props":2767,"children":2769},{"className":2768},[],[2770],{"type":48,"value":1510},{"type":48,"value":2772}," updated",{"type":42,"tag":370,"props":2774,"children":2775},{},[2776],{"type":42,"tag":112,"props":2777,"children":2779},{"className":2778},[],[2780],{"type":48,"value":160},{"type":42,"tag":348,"props":2782,"children":2783},{},[2784,2792,2802,2829],{"type":42,"tag":370,"props":2785,"children":2786},{},[2787],{"type":42,"tag":66,"props":2788,"children":2789},{},[2790],{"type":48,"value":2791},"Design",{"type":42,"tag":370,"props":2793,"children":2794},{},[2795,2800],{"type":42,"tag":112,"props":2796,"children":2798},{"className":2797},[],[2799],{"type":48,"value":1234},{"type":48,"value":2801}," + discovery artifacts",{"type":42,"tag":370,"props":2803,"children":2804},{},[2805,2811,2813,2819,2821,2827],{"type":42,"tag":112,"props":2806,"children":2808},{"className":2807},[],[2809],{"type":48,"value":2810},"aws-design.json",{"type":48,"value":2812}," (infra), ",{"type":42,"tag":112,"props":2814,"children":2816},{"className":2815},[],[2817],{"type":48,"value":2818},"aws-design-ai.json",{"type":48,"value":2820}," (AI), ",{"type":42,"tag":112,"props":2822,"children":2824},{"className":2823},[],[2825],{"type":48,"value":2826},"aws-design-billing.json",{"type":48,"value":2828}," (billing-only)",{"type":42,"tag":370,"props":2830,"children":2831},{},[2832],{"type":42,"tag":112,"props":2833,"children":2835},{"className":2834},[],[2836],{"type":48,"value":914},{"type":42,"tag":348,"props":2838,"children":2839},{},[2840,2848,2874,2904],{"type":42,"tag":370,"props":2841,"children":2842},{},[2843],{"type":42,"tag":66,"props":2844,"children":2845},{},[2846],{"type":48,"value":2847},"Estimate",{"type":42,"tag":370,"props":2849,"children":2850},{},[2851,2856,2857,2862,2863,2868,2869],{"type":42,"tag":112,"props":2852,"children":2854},{"className":2853},[],[2855],{"type":48,"value":2810},{"type":48,"value":405},{"type":42,"tag":112,"props":2858,"children":2860},{"className":2859},[],[2861],{"type":48,"value":2826},{"type":48,"value":405},{"type":42,"tag":112,"props":2864,"children":2866},{"className":2865},[],[2867],{"type":48,"value":2818},{"type":48,"value":322},{"type":42,"tag":112,"props":2870,"children":2872},{"className":2871},[],[2873],{"type":48,"value":1234},{"type":42,"tag":370,"props":2875,"children":2876},{},[2877,2883,2884,2890,2891,2897,2898,2903],{"type":42,"tag":112,"props":2878,"children":2880},{"className":2879},[],[2881],{"type":48,"value":2882},"estimation-infra.json",{"type":48,"value":405},{"type":42,"tag":112,"props":2885,"children":2887},{"className":2886},[],[2888],{"type":48,"value":2889},"estimation-ai.json",{"type":48,"value":405},{"type":42,"tag":112,"props":2892,"children":2894},{"className":2893},[],[2895],{"type":48,"value":2896},"estimation-billing.json",{"type":48,"value":322},{"type":42,"tag":112,"props":2899,"children":2901},{"className":2900},[],[2902],{"type":48,"value":1510},{"type":48,"value":2772},{"type":42,"tag":370,"props":2905,"children":2906},{},[2907],{"type":42,"tag":112,"props":2908,"children":2910},{"className":2909},[],[2911],{"type":48,"value":952},{"type":42,"tag":348,"props":2913,"children":2914},{},[2915,2923,2967,3041],{"type":42,"tag":370,"props":2916,"children":2917},{},[2918],{"type":42,"tag":66,"props":2919,"children":2920},{},[2921],{"type":48,"value":2922},"Generate",{"type":42,"tag":370,"props":2924,"children":2925},{},[2926,2931,2932,2937,2938,2943,2944,2949,2950,2955,2956,2961,2962],{"type":42,"tag":112,"props":2927,"children":2929},{"className":2928},[],[2930],{"type":48,"value":2882},{"type":48,"value":405},{"type":42,"tag":112,"props":2933,"children":2935},{"className":2934},[],[2936],{"type":48,"value":2889},{"type":48,"value":405},{"type":42,"tag":112,"props":2939,"children":2941},{"className":2940},[],[2942],{"type":48,"value":2896},{"type":48,"value":322},{"type":42,"tag":112,"props":2945,"children":2947},{"className":2946},[],[2948],{"type":48,"value":2810},{"type":48,"value":405},{"type":42,"tag":112,"props":2951,"children":2953},{"className":2952},[],[2954],{"type":48,"value":2826},{"type":48,"value":405},{"type":42,"tag":112,"props":2957,"children":2959},{"className":2958},[],[2960],{"type":48,"value":2818},{"type":48,"value":322},{"type":42,"tag":112,"props":2963,"children":2965},{"className":2964},[],[2966],{"type":48,"value":1234},{"type":42,"tag":370,"props":2968,"children":2969},{},[2970,2976,2977,2983,2984,2990,2992,2998,2999,3005,3006,3012,3013,3019,3021,3027,3028,3034,3035,3040],{"type":42,"tag":112,"props":2971,"children":2973},{"className":2972},[],[2974],{"type":48,"value":2975},"generation-infra.json",{"type":48,"value":405},{"type":42,"tag":112,"props":2978,"children":2980},{"className":2979},[],[2981],{"type":48,"value":2982},"generation-ai.json",{"type":48,"value":405},{"type":42,"tag":112,"props":2985,"children":2987},{"className":2986},[],[2988],{"type":48,"value":2989},"generation-billing.json",{"type":48,"value":2991}," + ",{"type":42,"tag":112,"props":2993,"children":2995},{"className":2994},[],[2996],{"type":48,"value":2997},"terraform\u002F",{"type":48,"value":322},{"type":42,"tag":112,"props":3000,"children":3002},{"className":3001},[],[3003],{"type":48,"value":3004},"scripts\u002F",{"type":48,"value":322},{"type":42,"tag":112,"props":3007,"children":3009},{"className":3008},[],[3010],{"type":48,"value":3011},"ai-migration\u002F",{"type":48,"value":322},{"type":42,"tag":112,"props":3014,"children":3016},{"className":3015},[],[3017],{"type":48,"value":3018},"validation-report.json",{"type":48,"value":3020}," (when infra route active), ",{"type":42,"tag":112,"props":3022,"children":3024},{"className":3023},[],[3025],{"type":48,"value":3026},"MIGRATION_GUIDE.md",{"type":48,"value":322},{"type":42,"tag":112,"props":3029,"children":3031},{"className":3030},[],[3032],{"type":48,"value":3033},"README.md",{"type":48,"value":322},{"type":42,"tag":112,"props":3036,"children":3038},{"className":3037},[],[3039],{"type":48,"value":1510},{"type":48,"value":2772},{"type":42,"tag":370,"props":3042,"children":3043},{},[3044],{"type":42,"tag":112,"props":3045,"children":3047},{"className":3046},[],[3048],{"type":48,"value":990},{"type":42,"tag":348,"props":3050,"children":3051},{},[3052,3060,3070,3093],{"type":42,"tag":370,"props":3053,"children":3054},{},[3055],{"type":42,"tag":66,"props":3056,"children":3057},{},[3058],{"type":48,"value":3059},"Feedback",{"type":42,"tag":370,"props":3061,"children":3062},{},[3063,3068],{"type":42,"tag":112,"props":3064,"children":3066},{"className":3065},[],[3067],{"type":48,"value":1510},{"type":48,"value":3069}," (discover completed minimum), all existing migration artifacts",{"type":42,"tag":370,"props":3071,"children":3072},{},[3073,3079,3080,3086,3087,3092],{"type":42,"tag":112,"props":3074,"children":3076},{"className":3075},[],[3077],{"type":48,"value":3078},"feedback.json",{"type":48,"value":322},{"type":42,"tag":112,"props":3081,"children":3083},{"className":3082},[],[3084],{"type":48,"value":3085},"trace.json",{"type":48,"value":322},{"type":42,"tag":112,"props":3088,"children":3090},{"className":3089},[],[3091],{"type":48,"value":1510},{"type":48,"value":2772},{"type":42,"tag":370,"props":3094,"children":3095},{},[3096],{"type":42,"tag":112,"props":3097,"children":3099},{"className":3098},[],[3100],{"type":48,"value":3101},"references\u002Fphases\u002Ffeedback\u002Ffeedback.md",{"type":42,"tag":197,"props":3103,"children":3104},{},[],{"type":42,"tag":51,"props":3106,"children":3108},{"id":3107},"mcp-servers",[3109],{"type":48,"value":3110},"MCP Servers",{"type":42,"tag":259,"props":3112,"children":3113},{},[3114,3119],{"type":42,"tag":66,"props":3115,"children":3116},{},[3117],{"type":48,"value":3118},"awspricing",{"type":48,"value":3120}," (for cost estimation):",{"type":42,"tag":58,"props":3122,"children":3123},{},[3124,3151,3156],{"type":42,"tag":62,"props":3125,"children":3126},{},[3127,3129,3135,3136,3142,3143,3149],{"type":48,"value":3128},"Provides ",{"type":42,"tag":112,"props":3130,"children":3132},{"className":3131},[],[3133],{"type":48,"value":3134},"get_pricing",{"type":48,"value":322},{"type":42,"tag":112,"props":3137,"children":3139},{"className":3138},[],[3140],{"type":48,"value":3141},"get_pricing_service_codes",{"type":48,"value":322},{"type":42,"tag":112,"props":3144,"children":3146},{"className":3145},[],[3147],{"type":48,"value":3148},"get_pricing_service_attributes",{"type":48,"value":3150}," tools",{"type":42,"tag":62,"props":3152,"children":3153},{},[3154],{"type":48,"value":3155},"Only needed during Estimate phase. Discover and Design do not require it.",{"type":42,"tag":62,"props":3157,"children":3158},{},[3159,3161,3167],{"type":48,"value":3160},"Primary pricing source: ",{"type":42,"tag":112,"props":3162,"children":3164},{"className":3163},[],[3165],{"type":48,"value":3166},"references\u002Fshared\u002Fpricing-cache.md",{"type":48,"value":3168}," (cached 2026 rates, ±5-10% for infrastructure, ±15-25% for AI models). MCP is secondary — used only for services not found in the cache.",{"type":42,"tag":197,"props":3170,"children":3171},{},[],{"type":42,"tag":51,"props":3173,"children":3175},{"id":3174},"files-in-this-skill",[3176],{"type":48,"value":3177},"Files in This Skill",{"type":42,"tag":1683,"props":3179,"children":3183},{"className":3180,"code":3182,"language":48},[3181],"language-text","gcp-to-aws\u002F\n├── SKILL.md                                    ← You are here (orchestrator + state machine)\n│\n├── references\u002F\n│   ├── phases\u002F\n│   │   ├── discover\u002F\n│   │   │   ├── discover.md                     # Phase 1: Discover orchestrator\n│   │   │   ├── discover-iac.md                 # Terraform\u002FIaC discovery\n│   │   │   ├── discover-app-code.md            # App code discovery\n│   │   │   └── discover-billing.md             # Billing data discovery\n│   │   ├── clarify\u002F\n│   │   │   ├── clarify.md                     # Phase 2: Clarify orchestrator\n│   │   │   ├── clarify-global.md              # Category A: Global\u002FStrategic (Q1-Q7)\n│   │   │   ├── clarify-compute.md             # Categories B+C: Config Gaps + Compute (Q8-Q11)\n│   │   │   ├── clarify-database.md            # Category D: Database (Q12–Q13b)\n│   │   │   ├── clarify-ai.md                  # Category F: AI\u002FBedrock (Q14-Q22)\n│   │   │   └── clarify-ai-only.md             # Standalone AI-only migration flow\n│   │   ├── design\u002F\n│   │   │   ├── design.md                       # Phase 3: Design orchestrator\n│   │   │   ├── design-infra.md                 # Infrastructure design (IaC-based)\n│   │   │   ├── design-ai.md                    # AI workload design (Bedrock)\n│   │   │   └── design-billing.md               # Billing-only design (fallback)\n│   │   ├── estimate\u002F\n│   │   │   ├── estimate.md                     # Phase 4: Estimate orchestrator\n│   │   │   ├── estimate-infra.md               # Infrastructure cost analysis\n│   │   │   ├── estimate-ai.md                  # AI workload cost analysis\n│   │   │   └── estimate-billing.md             # Billing-only cost analysis\n│   │   ├── generate\u002F\n│   │   │   ├── generate.md                     # Phase 5: Generate orchestrator\n│   │   │   ├── generate-infra.md               # Infrastructure migration plan\n│   │   │   ├── generate-ai.md                  # AI migration plan\n│   │   │   ├── generate-billing.md             # Billing-only migration plan\n│   │   │   ├── generate-artifacts-infra.md     # Terraform configurations\n│   │   │   ├── generate-artifacts-scripts.md  # Migration scripts\n│   │   │   ├── generate-artifacts-ai.md        # Provider adapter + test harness\n│   │   │   ├── generate-artifacts-billing.md   # Skeleton Terraform\n│   │   │   └── generate-artifacts-docs.md      # MIGRATION_GUIDE.md + README.md\n│   │   └── feedback\u002F\n│   │       ├── feedback.md                     # Phase 6: Feedback orchestrator\n│   │       └── feedback-trace.md               # Anonymized trace builder\n│   │\n│   ├── design-refs\u002F\n│   │   ├── index.md                            # Lookup table: GCP type → design-ref file\n│   │   ├── fast-path.md                        # Deterministic 1:1 mappings (Pass 1)\n│   │   ├── compute.md                          # Compute mappings (Cloud Run, GCE, GKE, etc.)\n│   │   ├── database.md                         # Database mappings (Cloud SQL, Spanner, etc.)\n│   │   ├── storage.md                          # Storage mappings (GCS, Filestore, etc.)\n│   │   ├── networking.md                       # Networking mappings (VPC, LB, DNS, etc.)\n│   │   ├── messaging.md                        # Messaging mappings (Pub\u002FSub, etc.)\n│   │   └── ai.md                               # AI mappings (Vertex AI → Bedrock)\n│   │\n│   ├── clustering\u002Fterraform\u002F\n│   │   ├── classification-rules.md             # Primary\u002Fsecondary classification\n│   │   ├── clustering-algorithm.md             # Cluster formation rules\n│   │   ├── depth-calculation.md                # Topological depth calculation\n│   │   └── typed-edges-strategy.md             # Edge type assignment\n│   │\n│   └── shared\u002F\n│       ├── schema-phase-status.md              # .phase-status.json schema (canonical reference)\n│       ├── schema-discover-iac.md              # gcp-resource-inventory + clusters schemas (loaded by discover-iac.md)\n│       ├── schema-discover-ai.md               # ai-workload-profile schema (loaded by discover-app-code.md and discover-iac.md Step 7d)\n│       ├── schema-discover-billing.md          # billing-profile schema (loaded by discover-billing.md)\n│       ├── schema-estimate-infra.md            # estimation-infra.json schema (loaded by estimate-infra.md at write time)\n│       ├── handoff-gates.md                    # Fail-closed phase handoff protocol (GATE_FAIL \u002F HANDOFF_OK)\n│       ├── validate-artifacts.md               # Pre-report validation (Generate Step 0; read-only)\n│       ├── migration-complexity.md             # Complexity tier definitions (small\u002Fmedium\u002Flarge) for timeline scaling\n│       ├── pricing-cache.md                    # Cached AWS + source provider pricing (±5-25%, primary source)\n│       └── bedrock-quotas.md                   # Bedrock TPM\u002FRPM quota awareness, burndown rates, capacity planning\n",[3184],{"type":42,"tag":112,"props":3185,"children":3186},{"__ignoreMap":1688},[3187],{"type":48,"value":3182},{"type":42,"tag":340,"props":3189,"children":3190},{},[3191,3206],{"type":42,"tag":344,"props":3192,"children":3193},{},[3194],{"type":42,"tag":348,"props":3195,"children":3196},{},[3197,3201],{"type":42,"tag":352,"props":3198,"children":3199},{},[3200],{"type":48,"value":361},{"type":42,"tag":352,"props":3202,"children":3203},{},[3204],{"type":48,"value":3205},"Action",{"type":42,"tag":363,"props":3207,"children":3208},{},[3209,3229,3247,3284,3297],{"type":42,"tag":348,"props":3210,"children":3211},{},[3212,3224],{"type":42,"tag":370,"props":3213,"children":3214},{},[3215,3217,3222],{"type":48,"value":3216},"No GCP sources found (no ",{"type":42,"tag":112,"props":3218,"children":3220},{"className":3219},[],[3221],{"type":48,"value":725},{"type":48,"value":3223},", no app code, no billing data)",{"type":42,"tag":370,"props":3225,"children":3226},{},[3227],{"type":48,"value":3228},"Stop. Output: \"No GCP sources detected. Provide at least one source type (Terraform files, application code, or billing exports) and try again.\"",{"type":42,"tag":348,"props":3230,"children":3231},{},[3232,3242],{"type":42,"tag":370,"props":3233,"children":3234},{},[3235,3240],{"type":42,"tag":112,"props":3236,"children":3238},{"className":3237},[],[3239],{"type":48,"value":1510},{"type":48,"value":3241}," missing phase gate",{"type":42,"tag":370,"props":3243,"children":3244},{},[3245],{"type":48,"value":3246},"Stop. Output: \"Cannot enter Phase X: Phase Y-1 not completed. Start from Phase Y or resume Phase Y-1.\"",{"type":42,"tag":348,"props":3248,"children":3249},{},[3250,3255],{"type":42,"tag":370,"props":3251,"children":3252},{},[3253],{"type":48,"value":3254},"awspricing unavailable after 3 attempts",{"type":42,"tag":370,"props":3256,"children":3257},{},[3258,3260,3266,3268,3274,3276,3282],{"type":48,"value":3259},"Display user warning about ±5-25% accuracy. Use ",{"type":42,"tag":112,"props":3261,"children":3263},{"className":3262},[],[3264],{"type":48,"value":3265},"pricing-cache.md",{"type":48,"value":3267},". Add ",{"type":42,"tag":112,"props":3269,"children":3271},{"className":3270},[],[3272],{"type":48,"value":3273},"pricing_source: \"cached_fallback\"",{"type":48,"value":3275}," to the applicable ",{"type":42,"tag":112,"props":3277,"children":3279},{"className":3278},[],[3280],{"type":48,"value":3281},"estimation-*.json",{"type":48,"value":3283}," file.",{"type":42,"tag":348,"props":3285,"children":3286},{},[3287,3292],{"type":42,"tag":370,"props":3288,"children":3289},{},[3290],{"type":48,"value":3291},"User skips questions or says \"use defaults for the rest\"",{"type":42,"tag":370,"props":3293,"children":3294},{},[3295],{"type":48,"value":3296},"Apply documented defaults for remaining questions in the current batch and all subsequent batches. Phase 2 completes either way.",{"type":42,"tag":348,"props":3298,"children":3299},{},[3300,3310],{"type":42,"tag":370,"props":3301,"children":3302},{},[3303,3308],{"type":42,"tag":112,"props":3304,"children":3306},{"className":3305},[],[3307],{"type":48,"value":2810},{"type":48,"value":3309}," missing required clusters",{"type":42,"tag":370,"props":3311,"children":3312},{},[3313],{"type":48,"value":3314},"Stop Phase 4. Output: \"Re-run Phase 3 to generate missing cluster designs.\"",{"type":42,"tag":51,"props":3316,"children":3318},{"id":3317},"defaults",[3319],{"type":48,"value":3320},"Defaults",{"type":42,"tag":58,"props":3322,"children":3323},{},[3324,3334,3351,3369,3379,3389],{"type":42,"tag":62,"props":3325,"children":3326},{},[3327,3332],{"type":42,"tag":66,"props":3328,"children":3329},{},[3330],{"type":48,"value":3331},"IaC output",{"type":48,"value":3333},": Terraform configurations, migration scripts, AI migration code, and documentation",{"type":42,"tag":62,"props":3335,"children":3336},{},[3337,3342,3343,3349],{"type":42,"tag":66,"props":3338,"children":3339},{},[3340],{"type":48,"value":3341},"Region",{"type":48,"value":719},{"type":42,"tag":112,"props":3344,"children":3346},{"className":3345},[],[3347],{"type":48,"value":3348},"us-east-1",{"type":48,"value":3350}," (unless user specifies, or GCP region → AWS region mapping suggests otherwise)",{"type":42,"tag":62,"props":3352,"children":3353},{},[3354,3359,3361,3367],{"type":42,"tag":66,"props":3355,"children":3356},{},[3357],{"type":48,"value":3358},"Sizing",{"type":48,"value":3360},": Development tier (e.g., ",{"type":42,"tag":112,"props":3362,"children":3364},{"className":3363},[],[3365],{"type":48,"value":3366},"db.t4g.micro",{"type":48,"value":3368}," for databases, 0.5 CPU for Fargate)",{"type":42,"tag":62,"props":3370,"children":3371},{},[3372,3377],{"type":42,"tag":66,"props":3373,"children":3374},{},[3375],{"type":48,"value":3376},"Migration mode",{"type":48,"value":3378},": Adapts based on available inputs (infrastructure, AI, or billing-only)",{"type":42,"tag":62,"props":3380,"children":3381},{},[3382,3387],{"type":42,"tag":66,"props":3383,"children":3384},{},[3385],{"type":48,"value":3386},"Cost currency",{"type":48,"value":3388},": USD",{"type":42,"tag":62,"props":3390,"children":3391},{},[3392,3397,3399,3405],{"type":42,"tag":66,"props":3393,"children":3394},{},[3395],{"type":48,"value":3396},"Timeline assumption",{"type":48,"value":3398},": 2-16 weeks depending on migration complexity — small (2-6 weeks), medium (6-12 weeks), large (12-18 weeks). See ",{"type":42,"tag":112,"props":3400,"children":3402},{"className":3401},[],[3403],{"type":48,"value":3404},"references\u002Fshared\u002Fmigration-complexity.md",{"type":48,"value":3406}," for tier definitions.",{"type":42,"tag":51,"props":3408,"children":3410},{"id":3409},"workflow-execution",[3411],{"type":48,"value":3412},"Workflow Execution",{"type":42,"tag":259,"props":3414,"children":3415},{},[3416,3418,3423],{"type":48,"value":3417},"When invoked, the agent ",{"type":42,"tag":66,"props":3419,"children":3420},{},[3421],{"type":48,"value":3422},"MUST follow this exact sequence",{"type":48,"value":1728},{"type":42,"tag":1080,"props":3425,"children":3426},{},[3427,3467,3500,3510,3525,3549,3586,3603,3803],{"type":42,"tag":62,"props":3428,"children":3429},{},[3430,3435,3437,3442,3444,3449,3450],{"type":42,"tag":66,"props":3431,"children":3432},{},[3433],{"type":48,"value":3434},"Load phase status",{"type":48,"value":3436},": Read ",{"type":42,"tag":112,"props":3438,"children":3440},{"className":3439},[],[3441],{"type":48,"value":1510},{"type":48,"value":3443}," from ",{"type":42,"tag":112,"props":3445,"children":3447},{"className":3446},[],[3448],{"type":48,"value":1310},{"type":48,"value":1431},{"type":42,"tag":58,"props":3451,"children":3452},{},[3453,3458],{"type":42,"tag":62,"props":3454,"children":3455},{},[3456],{"type":48,"value":3457},"If missing: Initialize for Phase 1 (Discover)",{"type":42,"tag":62,"props":3459,"children":3460},{},[3461,3463],{"type":48,"value":3462},"If exists: Determine current phase using deterministic rules in ",{"type":42,"tag":66,"props":3464,"children":3465},{},[3466],{"type":48,"value":776},{"type":42,"tag":62,"props":3468,"children":3469},{},[3470,3475,3476],{"type":42,"tag":66,"props":3471,"children":3472},{},[3473],{"type":48,"value":3474},"Determine phase to execute",{"type":48,"value":1728},{"type":42,"tag":58,"props":3477,"children":3478},{},[3479,3490,3495],{"type":42,"tag":62,"props":3480,"children":3481},{},[3482,3483,3488],{"type":48,"value":1098},{"type":42,"tag":112,"props":3484,"children":3486},{"className":3485},[],[3487],{"type":48,"value":1104},{"type":48,"value":3489}," exists: execute that phase.",{"type":42,"tag":62,"props":3491,"children":3492},{},[3493],{"type":48,"value":3494},"Otherwise execute the first non-completed phase in ordered list: discover → clarify → design → estimate → generate.",{"type":42,"tag":62,"props":3496,"children":3497},{},[3498],{"type":48,"value":3499},"If all ordered phases are completed: migration is complete (with feedback finalization rule).",{"type":42,"tag":62,"props":3501,"children":3502},{},[3503,3508],{"type":42,"tag":66,"props":3504,"children":3505},{},[3506],{"type":48,"value":3507},"Read phase reference",{"type":48,"value":3509},": Load the full reference file for the target phase.",{"type":42,"tag":62,"props":3511,"children":3512},{},[3513,3518,3520],{"type":42,"tag":66,"props":3514,"children":3515},{},[3516],{"type":48,"value":3517},"Execute ALL steps in order",{"type":48,"value":3519},": Follow every numbered step in the reference file. ",{"type":42,"tag":66,"props":3521,"children":3522},{},[3523],{"type":48,"value":3524},"Do not skip, optimize, or deviate.",{"type":42,"tag":62,"props":3526,"children":3527},{},[3528,3533,3535,3540,3542,3548],{"type":42,"tag":66,"props":3529,"children":3530},{},[3531],{"type":48,"value":3532},"Validate outputs",{"type":48,"value":3534},": Confirm all required output files exist with correct schema before proceeding. Phase orchestrators run ",{"type":42,"tag":66,"props":3536,"children":3537},{},[3538],{"type":48,"value":3539},"Completion Handoff Gate",{"type":48,"value":3541}," checks per ",{"type":42,"tag":112,"props":3543,"children":3545},{"className":3544},[],[3546],{"type":48,"value":3547},"shared\u002Fhandoff-gates.md",{"type":48,"value":1431},{"type":42,"tag":62,"props":3550,"children":3551},{},[3552,3557,3559,3564,3565,3570,3572,3577,3579,3584],{"type":42,"tag":66,"props":3553,"children":3554},{},[3555],{"type":48,"value":3556},"Handoff gate",{"type":48,"value":3558},": Emit ",{"type":42,"tag":112,"props":3560,"children":3562},{"className":3561},[],[3563],{"type":48,"value":1344},{"type":48,"value":405},{"type":42,"tag":112,"props":3566,"children":3568},{"className":3567},[],[3569],{"type":48,"value":1368},{"type":48,"value":3571}," per ",{"type":42,"tag":112,"props":3573,"children":3575},{"className":3574},[],[3576],{"type":48,"value":3547},{"type":48,"value":3578},". On ",{"type":42,"tag":112,"props":3580,"children":3582},{"className":3581},[],[3583],{"type":48,"value":1368},{"type":48,"value":3585},", stop — do not update phase status or load the next phase.",{"type":42,"tag":62,"props":3587,"children":3588},{},[3589,3594,3596,3601],{"type":42,"tag":66,"props":3590,"children":3591},{},[3592],{"type":48,"value":3593},"Update phase status",{"type":48,"value":3595},": Only after ",{"type":42,"tag":112,"props":3597,"children":3599},{"className":3598},[],[3600],{"type":48,"value":1344},{"type":48,"value":3602},". Use the Phase Status Update Protocol (read-merge-write) in the same turn as the phase's final output message.",{"type":42,"tag":62,"props":3604,"children":3605},{},[3606,3611,3613,3617,3619],{"type":42,"tag":66,"props":3607,"children":3608},{},[3609],{"type":48,"value":3610},"Feedback checkpoint",{"type":48,"value":3612},": After a phase completes, check if feedback is due (see rules below). This runs ",{"type":42,"tag":66,"props":3614,"children":3615},{},[3616],{"type":48,"value":152},{"type":48,"value":3618}," advancing to the next phase.",{"type":42,"tag":58,"props":3620,"children":3621},{},[3622,3696,3772],{"type":42,"tag":62,"props":3623,"children":3624},{},[3625,3630,3632,3637,3639,3644,3646,3650,3652,3656,3658],{"type":42,"tag":66,"props":3626,"children":3627},{},[3628],{"type":48,"value":3629},"After Discover",{"type":48,"value":3631}," (if ",{"type":42,"tag":112,"props":3633,"children":3635},{"className":3634},[],[3636],{"type":48,"value":1029},{"type":48,"value":3638}," is ",{"type":42,"tag":112,"props":3640,"children":3642},{"className":3641},[],[3643],{"type":48,"value":1400},{"type":48,"value":3645},"): Output to user:\n\"Would you like to share quick feedback (5 optional questions + anonymized usage data) to help improve this tool? Your data never includes resource names, file paths, or account IDs.\n",{"type":42,"tag":1474,"props":3647,"children":3648},{},[3649],{"type":48,"value":1478},{"type":48,"value":3651}," Send feedback now\n",{"type":42,"tag":1474,"props":3653,"children":3654},{},[3655],{"type":48,"value":1485},{"type":48,"value":3657}," Wait until after the Estimate phase\"",{"type":42,"tag":58,"props":3659,"children":3660},{},[3661,3679],{"type":42,"tag":62,"props":3662,"children":3663},{},[3664,3666,3670,3672,3677],{"type":48,"value":3665},"If user picks ",{"type":42,"tag":66,"props":3667,"children":3668},{},[3669],{"type":48,"value":1478},{"type":48,"value":3671}," → Load ",{"type":42,"tag":112,"props":3673,"children":3675},{"className":3674},[],[3676],{"type":48,"value":3101},{"type":48,"value":3678},", execute it, then continue to Clarify.",{"type":42,"tag":62,"props":3680,"children":3681},{},[3682,3683,3687,3689,3694],{"type":48,"value":3665},{"type":42,"tag":66,"props":3684,"children":3685},{},[3686],{"type":48,"value":1485},{"type":48,"value":3688}," → Continue to Clarify (feedback stays ",{"type":42,"tag":112,"props":3690,"children":3692},{"className":3691},[],[3693],{"type":48,"value":1400},{"type":48,"value":3695},").",{"type":42,"tag":62,"props":3697,"children":3698},{},[3699,3704,3705,3710,3711,3716,3718,3722,3724,3728,3730],{"type":42,"tag":66,"props":3700,"children":3701},{},[3702],{"type":48,"value":3703},"After Estimate",{"type":48,"value":3631},{"type":42,"tag":112,"props":3706,"children":3708},{"className":3707},[],[3709],{"type":48,"value":1029},{"type":48,"value":3638},{"type":42,"tag":112,"props":3712,"children":3714},{"className":3713},[],[3715],{"type":48,"value":1400},{"type":48,"value":3717},"): Output to user:\n\"Would you like to share quick feedback now? (5 optional questions + anonymized usage data)\n",{"type":42,"tag":1474,"props":3719,"children":3720},{},[3721],{"type":48,"value":1478},{"type":48,"value":3723}," Yes, share feedback\n",{"type":42,"tag":1474,"props":3725,"children":3726},{},[3727],{"type":48,"value":1485},{"type":48,"value":3729}," No thanks, continue to Generate\"",{"type":42,"tag":58,"props":3731,"children":3732},{},[3733,3749],{"type":42,"tag":62,"props":3734,"children":3735},{},[3736,3737,3741,3742,3747],{"type":48,"value":3665},{"type":42,"tag":66,"props":3738,"children":3739},{},[3740],{"type":48,"value":1478},{"type":48,"value":3671},{"type":42,"tag":112,"props":3743,"children":3745},{"className":3744},[],[3746],{"type":48,"value":3101},{"type":48,"value":3748},", execute it, then continue to Generate.",{"type":42,"tag":62,"props":3750,"children":3751},{},[3752,3753,3757,3759,3764,3765,3770],{"type":48,"value":3665},{"type":42,"tag":66,"props":3754,"children":3755},{},[3756],{"type":48,"value":1485},{"type":48,"value":3758}," → Use the Phase Status Update Protocol to set ",{"type":42,"tag":112,"props":3760,"children":3762},{"className":3761},[],[3763],{"type":48,"value":1029},{"type":48,"value":1031},{"type":42,"tag":112,"props":3766,"children":3768},{"className":3767},[],[3769],{"type":48,"value":1037},{"type":48,"value":3771},". Continue to Generate.",{"type":42,"tag":62,"props":3773,"children":3774},{},[3775,3780,3782,3787,3789,3794,3796,3801],{"type":42,"tag":66,"props":3776,"children":3777},{},[3778],{"type":48,"value":3779},"After Generate",{"type":48,"value":3781},": No feedback offer. If ",{"type":42,"tag":112,"props":3783,"children":3785},{"className":3784},[],[3786],{"type":48,"value":1029},{"type":48,"value":3788}," is still ",{"type":42,"tag":112,"props":3790,"children":3792},{"className":3791},[],[3793],{"type":48,"value":1400},{"type":48,"value":3795},", use the Phase Status Update Protocol to set it to ",{"type":42,"tag":112,"props":3797,"children":3799},{"className":3798},[],[3800],{"type":48,"value":1037},{"type":48,"value":3802}," (user had two chances and chose to defer\u002Fskip).",{"type":42,"tag":62,"props":3804,"children":3805},{},[3806,3811],{"type":42,"tag":66,"props":3807,"children":3808},{},[3809],{"type":48,"value":3810},"Display summary",{"type":48,"value":3812},": Show user what was accomplished, highlight next phase, or confirm migration completion.",{"type":42,"tag":259,"props":3814,"children":3815},{},[3816,3821],{"type":42,"tag":66,"props":3817,"children":3818},{},[3819],{"type":48,"value":3820},"Critical constraint",{"type":48,"value":3822},": Agent must strictly adhere to the reference file's workflow. If unable to complete a step, stop and report the exact step that failed.",{"type":42,"tag":259,"props":3824,"children":3825},{},[3826,3828,3833,3835,3840],{"type":48,"value":3827},"User can invoke the skill again to resume from ",{"type":42,"tag":112,"props":3829,"children":3831},{"className":3830},[],[3832],{"type":48,"value":1104},{"type":48,"value":3834}," (or deterministic ordered evaluation when ",{"type":42,"tag":112,"props":3836,"children":3838},{"className":3837},[],[3839],{"type":48,"value":1104},{"type":48,"value":3841}," is absent).",{"type":42,"tag":51,"props":3843,"children":3845},{"id":3844},"scope-notes",[3846],{"type":48,"value":3847},"Scope Notes",{"type":42,"tag":259,"props":3849,"children":3850},{},[3851],{"type":42,"tag":66,"props":3852,"children":3853},{},[3854],{"type":48,"value":3855},"v1.0 includes:",{"type":42,"tag":58,"props":3857,"children":3858},{},[3859,3864,3869,3874,3879,3884,3889,3894],{"type":42,"tag":62,"props":3860,"children":3861},{},[3862],{"type":48,"value":3863},"Terraform infrastructure discovery",{"type":42,"tag":62,"props":3865,"children":3866},{},[3867],{"type":48,"value":3868},"App code scanning (AI workload detection)",{"type":42,"tag":62,"props":3870,"children":3871},{},[3872],{"type":48,"value":3873},"Billing data import from GCP",{"type":42,"tag":62,"props":3875,"children":3876},{},[3877],{"type":48,"value":3878},"User requirement clarification (adaptive questions by category)",{"type":42,"tag":62,"props":3880,"children":3881},{},[3882],{"type":48,"value":3883},"Multi-path Design (infrastructure, AI workloads, billing-only fallback)",{"type":42,"tag":62,"props":3885,"children":3886},{},[3887],{"type":48,"value":3888},"AWS cost estimation (from pricing API or fallback)",{"type":42,"tag":62,"props":3890,"children":3891},{},[3892],{"type":48,"value":3893},"Migration artifact generation (Terraform, scripts, AI adapters, documentation)",{"type":42,"tag":62,"props":3895,"children":3896},{},[3897],{"type":48,"value":3898},"Optional feedback collection with anonymized telemetry",{"type":42,"tag":3900,"props":3901,"children":3902},"style",{},[3903],{"type":48,"value":3904},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":3906,"total":4027},[3907,3924,3944,3963,3980,3996,4015],{"slug":3908,"name":3908,"fn":3909,"description":3910,"org":3911,"tags":3912,"stars":25,"repoUrl":26,"updatedAt":3923},"amazon-location-service","integrate Amazon Location Service APIs","Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3913,3916,3917,3920],{"name":3914,"slug":3915,"type":15},"API Development","api-development",{"name":20,"slug":21,"type":15},{"name":3918,"slug":3919,"type":15},"Maps","maps",{"name":3921,"slug":3922,"type":15},"Navigation","navigation","2026-07-12T08:13:53.294026",{"slug":3925,"name":3925,"fn":3926,"description":3927,"org":3928,"tags":3929,"stars":25,"repoUrl":26,"updatedAt":3943},"amplify-workflow","build full-stack apps with AWS Amplify","Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync\u002FDynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify\u002F directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM\u002FCDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3930,3933,3934,3937,3940],{"name":3931,"slug":3932,"type":15},"Auth","auth",{"name":20,"slug":21,"type":15},{"name":3935,"slug":3936,"type":15},"Database","database",{"name":3938,"slug":3939,"type":15},"Frontend","frontend",{"name":3941,"slug":3942,"type":15},"TypeScript","typescript","2026-07-12T08:13:47.134012",{"slug":3945,"name":3945,"fn":3946,"description":3947,"org":3948,"tags":3949,"stars":25,"repoUrl":26,"updatedAt":3962},"analyzer","analyze queried data for trends","Analyze queried data for trends, week-over-week comparisons, distributions, funnels, cohorts, top-N lists, anomalies, sanity checks, and report-ready findings. Use after or alongside ClickHouse queries when the user wants insight rather than raw rows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3950,3953,3956,3959],{"name":3951,"slug":3952,"type":15},"Analytics","analytics",{"name":3954,"slug":3955,"type":15},"ClickHouse","clickhouse",{"name":3957,"slug":3958,"type":15},"Data Analysis","data-analysis",{"name":3960,"slug":3961,"type":15},"Statistics","statistics","2026-07-12T08:14:05.606036",{"slug":3964,"name":3964,"fn":3965,"description":3966,"org":3967,"tags":3968,"stars":25,"repoUrl":26,"updatedAt":3979},"artifact-management","manage and organize analysis artifacts","Save, organize, and describe reusable analysis artifacts such as SQL, result snapshots, CSV exports, summaries, caveats, plots, and report-ready files. Use when users ask to save, export, share, cite, reproduce, or organize data-analysis outputs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3969,3970,3973,3976],{"name":3957,"slug":3958,"type":15},{"name":3971,"slug":3972,"type":15},"Productivity","productivity",{"name":3974,"slug":3975,"type":15},"Reporting","reporting",{"name":3977,"slug":3978,"type":15},"SQL","sql","2026-07-12T08:14:09.265555",{"slug":3981,"name":3981,"fn":3982,"description":3983,"org":3984,"tags":3985,"stars":25,"repoUrl":26,"updatedAt":3995},"attorney-assist","connect with attorneys for legal consultation","Connects the user with a LegalZoom attorney for legal consultation. Use when a user asks about attorneys, lawyers, or legal help, or when contract review reveals high risks or low-confidence findings.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[3986,3989,3992],{"name":3987,"slug":3988,"type":15},"Contracts","contracts",{"name":3990,"slug":3991,"type":15},"Legal","legal",{"name":3993,"slug":3994,"type":15},"Risk Assessment","risk-assessment","2026-07-12T08:13:45.878361",{"slug":3997,"name":3997,"fn":3998,"description":3999,"org":4000,"tags":4001,"stars":25,"repoUrl":26,"updatedAt":4014},"building-pydantic-ai-agents","build AI agents with Pydantic AI","Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydantic_ai, or asks to build an AI agent, add tools\u002Fcapabilities, defer capability loading, stream output, define agents from YAML, or test agent behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4002,4005,4008,4011],{"name":4003,"slug":4004,"type":15},"Agents","agents",{"name":4006,"slug":4007,"type":15},"LLM","llm",{"name":4009,"slug":4010,"type":15},"Multi-Agent","multi-agent",{"name":4012,"slug":4013,"type":15},"Python","python","2026-07-12T08:14:01.893781",{"slug":3955,"name":3955,"fn":4016,"description":4017,"org":4018,"tags":4019,"stars":25,"repoUrl":26,"updatedAt":4026},"query ClickHouse databases via CLI","Connect to and query ClickHouse (a local server or a ClickHouse Cloud service) from the terminal using the official clickhousectl CLI, including the browser OAuth login flow. Use when the user wants to run SQL against ClickHouse, explore schemas and tables, inspect Cloud services, or authenticate clickhousectl. For building a local dev environment or deploying to Cloud, defer to the official ClickHouse skills (see Scope).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4020,4021,4024,4025],{"name":3951,"slug":3952,"type":15},{"name":4022,"slug":4023,"type":15},"CLI","cli",{"name":3954,"slug":3955,"type":15},{"name":3935,"slug":3936,"type":15},"2026-07-12T08:14:06.829692",43,{"items":4029,"total":4155},[4030,4037,4045,4052,4059,4065,4072,4079,4091,4109,4129,4142],{"slug":3908,"name":3908,"fn":3909,"description":3910,"org":4031,"tags":4032,"stars":25,"repoUrl":26,"updatedAt":3923},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4033,4034,4035,4036],{"name":3914,"slug":3915,"type":15},{"name":20,"slug":21,"type":15},{"name":3918,"slug":3919,"type":15},{"name":3921,"slug":3922,"type":15},{"slug":3925,"name":3925,"fn":3926,"description":3927,"org":4038,"tags":4039,"stars":25,"repoUrl":26,"updatedAt":3943},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4040,4041,4042,4043,4044],{"name":3931,"slug":3932,"type":15},{"name":20,"slug":21,"type":15},{"name":3935,"slug":3936,"type":15},{"name":3938,"slug":3939,"type":15},{"name":3941,"slug":3942,"type":15},{"slug":3945,"name":3945,"fn":3946,"description":3947,"org":4046,"tags":4047,"stars":25,"repoUrl":26,"updatedAt":3962},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4048,4049,4050,4051],{"name":3951,"slug":3952,"type":15},{"name":3954,"slug":3955,"type":15},{"name":3957,"slug":3958,"type":15},{"name":3960,"slug":3961,"type":15},{"slug":3964,"name":3964,"fn":3965,"description":3966,"org":4053,"tags":4054,"stars":25,"repoUrl":26,"updatedAt":3979},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4055,4056,4057,4058],{"name":3957,"slug":3958,"type":15},{"name":3971,"slug":3972,"type":15},{"name":3974,"slug":3975,"type":15},{"name":3977,"slug":3978,"type":15},{"slug":3981,"name":3981,"fn":3982,"description":3983,"org":4060,"tags":4061,"stars":25,"repoUrl":26,"updatedAt":3995},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4062,4063,4064],{"name":3987,"slug":3988,"type":15},{"name":3990,"slug":3991,"type":15},{"name":3993,"slug":3994,"type":15},{"slug":3997,"name":3997,"fn":3998,"description":3999,"org":4066,"tags":4067,"stars":25,"repoUrl":26,"updatedAt":4014},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4068,4069,4070,4071],{"name":4003,"slug":4004,"type":15},{"name":4006,"slug":4007,"type":15},{"name":4009,"slug":4010,"type":15},{"name":4012,"slug":4013,"type":15},{"slug":3955,"name":3955,"fn":4016,"description":4017,"org":4073,"tags":4074,"stars":25,"repoUrl":26,"updatedAt":4026},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4075,4076,4077,4078],{"name":3951,"slug":3952,"type":15},{"name":4022,"slug":4023,"type":15},{"name":3954,"slug":3955,"type":15},{"name":3935,"slug":3936,"type":15},{"slug":4080,"name":4080,"fn":4081,"description":4082,"org":4083,"tags":4084,"stars":25,"repoUrl":26,"updatedAt":4090},"cline-session-history","search and browse Cline session history","Search and browse Cline session history. Use when the user asks to find, list, inspect, or export Cline sessions by time period, prompt content, status, model, provider, source, mode, workspace, or other criteria. Also use when the user wants to read a session transcript or export sessions to a directory. Trigger phrases include \"find my session\", \"search my session history\", \"show me past sessions\", \"what was that session where\", \"find the session that started with\", and any mention of past Cline conversations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4085,4086,4089],{"name":4003,"slug":4004,"type":15},{"name":4087,"slug":4088,"type":15},"History","history",{"name":3971,"slug":3972,"type":15},"2026-07-19T06:03:13.945151",{"slug":4092,"name":4092,"fn":4093,"description":4094,"org":4095,"tags":4096,"stars":25,"repoUrl":26,"updatedAt":4108},"convex-design","build reactive backends with Convex","Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries\u002Fmutations\u002Factions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM\u002Fagent workflows on Convex's one-platform stack.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4097,4098,4101,4102,4105],{"name":3931,"slug":3932,"type":15},{"name":4099,"slug":4100,"type":15},"Backend","backend",{"name":3935,"slug":3936,"type":15},{"name":4103,"slug":4104,"type":15},"Real-time","real-time",{"name":4106,"slug":4107,"type":15},"Storage","storage","2026-07-12T08:13:37.101253",{"slug":4110,"name":4110,"fn":4111,"description":4112,"org":4113,"tags":4114,"stars":25,"repoUrl":26,"updatedAt":4128},"cosmosdb-best-practices","optimize Azure Cosmos DB performance","Azure Cosmos DB performance optimization and best practices guidelines for NoSQL,\npartitioning, queries, SDK usage, and vector search. Use when writing, reviewing,\nor refactoring code that interacts with Azure Cosmos DB, designing data models,\noptimizing queries, or implementing high-performance database operations.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4115,4118,4121,4122,4125],{"name":4116,"slug":4117,"type":15},"Azure","azure",{"name":4119,"slug":4120,"type":15},"Cosmos DB","cosmos-db",{"name":3935,"slug":3936,"type":15},{"name":4123,"slug":4124,"type":15},"NoSQL","nosql",{"name":4126,"slug":4127,"type":15},"Performance","performance","2026-07-12T08:13:54.531719",{"slug":4130,"name":4130,"fn":4131,"description":4132,"org":4133,"tags":4134,"stars":25,"repoUrl":26,"updatedAt":4141},"data-analyst","analyze ClickHouse analytics data","Act as an interactive data analyst for ClickHouse-backed analytics. Use when the user asks questions about internal data, metrics, dashboards, telemetry, active users, revenue, funnels, trends, distributions, or wants an analyst-style conversation, ad hoc SQL, charts, or a data export against ClickHouse (local or ClickHouse Cloud).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4135,4136,4137,4140],{"name":3951,"slug":3952,"type":15},{"name":3954,"slug":3955,"type":15},{"name":4138,"slug":4139,"type":15},"Dashboards","dashboards",{"name":3957,"slug":3958,"type":15},"2026-07-12T08:13:31.975246",{"slug":4143,"name":4143,"fn":4144,"description":4145,"org":4146,"tags":4147,"stars":25,"repoUrl":26,"updatedAt":4154},"dataproc-skills","manage Dataproc clusters and jobs","Skills to interact with your Dataproc clusters and jobs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[4148,4151],{"name":4149,"slug":4150,"type":15},"Data Engineering","data-engineering",{"name":4152,"slug":4153,"type":15},"Operations","operations","2026-07-12T08:13:42.179275",45]