Encode intent/decision/plan workflow for Snowflake platform delivery so engagements share a durable recipe instead of one-off LLM chats. Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
663 B
Markdown
22 lines
663 B
Markdown
# acme — Sky Lattice customer project
|
|
|
|
Blueprint pin: `0.1.0`
|
|
|
|
# Customer project — managed by Sky Lattice
|
|
|
|
This repository is the durable memory for this customer's Snowflake platform:
|
|
|
|
- `intent.yaml` — what we mean to manage
|
|
- `decisions/` — why deviations exist
|
|
- `terraform/` — executor (compiled from intent)
|
|
- `.cursor/skills/platform-ops/` — LLM front door for Cursor
|
|
|
|
## Next steps
|
|
|
|
1. Fill or resume the wizard: `platformctl wizard --resume`
|
|
2. Validate: `platformctl validate`
|
|
3. Plan: `platformctl plan`
|
|
4. Apply via CI or `platformctl apply` (with credentials)
|
|
|
|
See `docs/` in the Sky Lattice product repo for customer landing checklist.
|