groq-common-errors
'Diagnose and fix Groq API errors with real error codes and solutions.
groq-core-workflow-a
'Execute Groq primary workflow: chat completions with tool use and JSON
groq-core-workflow-b
'Execute Groq secondary workflows: audio transcription (Whisper), vision,
groq-cost-tuning
'Optimize Groq costs through model routing, token management, and usage
groq-data-handling
'Implement prompt sanitization, PII redaction, response filtering, and
groq-debug-bundle
'Collect Groq debug evidence for support tickets and troubleshooting.
groq-deploy-integration
'Deploy Groq integrations to Vercel, Cloud Run, and containerized platforms.
groq-enterprise-rbac
'Configure Groq organization management, API key scoping, spending controls,
groq-hello-world
'Create a minimal working Groq chat completion example.
groq-incident-runbook
'Execute Groq incident response: triage, mitigation, fallback, and postmortem.
groq-install-auth
'Install and configure Groq SDK authentication for TypeScript or Python.
groq-local-dev-loop
'Configure Groq local development with hot reload, mocking, and testing.
groq-migration-deep-dive
'Migrate from OpenAI/Anthropic/other LLM providers to Groq, or migrate
groq-multi-env-setup
'Configure Groq across dev, staging, and production with environment-specific
groq-observability
'Set up observability for Groq integrations: latency histograms, token
groq-performance-tuning
'Optimize Groq API performance with model selection, caching, streaming,
groq-prod-checklist
'Execute Groq production deployment checklist and go-live procedures.
groq-rate-limits
'Implement Groq rate limit handling with backoff, queuing, and header
groq-reference-architecture
'Implement Groq reference architecture with model routing, streaming
groq-sdk-patterns
'Apply production-ready Groq SDK patterns for TypeScript and Python.
groq-security-basics
'Apply Groq security best practices for API key management and data protection.
groq-upgrade-migration
'Upgrade groq-sdk versions and handle Groq model deprecations.
groq-webhooks-events
'Build event-driven architectures with Groq streaming, batch processing,
guidewire-ci-cd-pipeline
Ship Gosu code and configuration changes through Guidewire Cloud Console deployment slots without breaking running policies — Gosu compile + GUnit + lint gates per PR, config-package promotion dev→UAT→prod, schema-change rollouts with rollback hazards documented, canary deploy for high-risk changes, and the rollback decision tree when a release affects already-bound policies. Use when designing the deploy pipeline for a new InsuranceSuite project, hardening an existing one, or recovering from a bad release. Trigger with "guidewire ci cd", "guidewire deploy", "guidewire promotion", "guidewire slots", "guidewire rollback".
guidewire-core-workflow-a
Automate the PolicyCenter account→submission→quote→bind→issue→endorse→renew pipeline including the failure paths — underwriting issues blocking bind, quotes expiring before bind, referrals stuck pending approval, and mid-term endorsements that trigger unexpected premium audit recalculation. Use when building outbound integrations against PolicyCenter Cloud API (CRM-driven submission, broker-portal binding, automated renewal jobs). Trigger with "policycenter automation", "submission to bind", "policy renewal", "policy endorsement", "underwriting issue".
guidewire-core-workflow-b
Automate the ClaimCenter FNOL→investigation→reserve→payment→settlement→close pipeline including the failure paths — duplicate FNOL from multi-source intake, reserve-must-precede-payment ordering, supervisor-authorization tiers, premature settlement, and reopen-vs-new-claim ambiguity. Use when building claim intake from caller portals, IVR, or partner systems; automating reserve-setting jobs; or integrating settlement events with finance. Trigger with "claimcenter automation", "FNOL", "claim reserve", "claim payment", "claim settlement", "claim reopen".
guidewire-install-auth
Authenticate production Guidewire Cloud API integrations and survive the auth-side failures — token expiry storms, scope drift, private-CA PKIX errors, secret rotation. Use when hardening OAuth2 token caching, configuring JVM trust stores, or rotating client secrets without downtime. Trigger with "guidewire auth", "guidewire OAuth2", "guidewire token cache", "guidewire PKIX", "guidewire secret rotation".
guidewire-local-dev-loop
Iterate on Gosu rules and configuration without paying the full 5–15 minute runServer rebuild every time. Use when standing up Guidewire Studio against a local InsuranceSuite instance, attaching an IntelliJ remote debugger to runServer, distinguishing changes that hot-reload from changes that force restart, or building a GUnit-driven TDD cycle for rule logic. Trigger with "guidewire studio", "gosu hot reload", "gosu debugger", "gunit", "guidewire runServer".
hex-local-dev-loop
'Configure Hex local development with hot reload and testing.
hex-performance-tuning
'Optimize Hex API performance with caching, batching, and connection
guidewire-migration-and-upgrade
Move a Guidewire deployment to a new platform or release without breaking running policies and claims — on-prem→cloud cutover (config reconciliation, data migration, parallel-run validation), in-place version upgrade (e.g., 202403→202503) with deprecated-API regression coverage, rehearsal-driven cutover with rollback path mid-flight, and broker/claimant communication so users hit the right system at the right time. Use when planning a cloud migration, executing a version upgrade, or rehearsing a cutover. Trigger with "guidewire migration", "guidewire upgrade", "guidewire cutover", "guidewire on-prem to cloud", "202503 upgrade".
guidewire-observability-and-incident-response
Operate a Guidewire Cloud API integration in production — define SLIs/SLOs for token availability, bind success rate, FNOL p99 latency; route alerts so the on-call gets paged for real outages and never for transient noise; triage 401 spikes, 409 storms, 429 saturation, scope drift, and Gosu OOM cascades from signal to recovery in 15 minutes or less. Use when designing a dashboard for a new integration, writing the on-call runbook, or running a post-incident review. Trigger with "guidewire observability", "guidewire slo", "guidewire on-call", "guidewire 401 spike", "guidewire 409 storm", "guidewire incident".
guidewire-sdk-patterns
Build a production-grade Guidewire Cloud API client that survives the request-side failures — 409 checksum conflicts on PATCH/PUT, 429 quota throttling, offsetToken pagination drift, retry-unsafe POSTs, and unstructured error responses. Use when designing an HTTP client wrapper around PolicyCenter, ClaimCenter, or BillingCenter REST endpoints. Trigger with "guidewire client", "guidewire sdk", "checksum 409", "guidewire pagination", "guidewire rate limit", "Retry-After".
guidewire-security-and-rbac
Lock down a Guidewire Cloud API integration so it survives a SOC 2 audit, an NAIC Model Audit Rule review, and a real-world incident — least-privilege role design, encrypted committed secrets via SOPS+age, PII redaction in logs (SSN/DOB/claim narrative), audit-trail capture, cross-tenant isolation for multi-carrier integrations, and detect-and-rotate response to token leaks. Use when designing the security posture for a new integration, hardening an existing one before audit, or responding to a leaked credential. Trigger with "guidewire security", "guidewire rbac", "guidewire pii redaction", "guidewire audit trail", "guidewire secret leak".
guidewire-webhooks-integrations
Consume Guidewire App Events into downstream systems (SQS/SNS, Kafka, webhooks) and survive the event-side failures — events not firing because Gosu registration was missed, duplicates from queue redelivery, out-of-order arrival on the same resource, replay from a checkpoint for backfill, and back-pressure when consumers cannot keep up with producers. Use when registering App Events in Gosu, building an event-consumer service, or recovering from a missed-event window. Trigger with "guidewire app events", "guidewire webhooks", "guidewire event consumer", "guidewire event replay", "guidewire idempotent consumer".
hex-ci-integration
'Configure Hex CI/CD integration with GitHub Actions and testing.
hex-common-errors
'Diagnose and fix Hex common errors and exceptions.
hex-core-workflow-a
'Execute Hex primary workflow: Core Workflow A.
hex-core-workflow-b
'Execute Hex secondary workflow: Core Workflow B.
hex-cost-tuning
'Optimize Hex costs through tier selection, sampling, and usage monitoring.
hex-debug-bundle
'Collect Hex debug evidence for support tickets and troubleshooting.
hex-deploy-integration
'Deploy Hex integrations to Vercel, Fly.io, and Cloud Run platforms.
hex-hello-world
'Create a minimal working Hex example.
hex-install-auth
'Install and configure Hex SDK/CLI authentication.
hex-prod-checklist
'Execute Hex production deployment checklist and rollback procedures.
hex-rate-limits
'Implement Hex rate limiting, backoff, and idempotency patterns.
hex-reference-architecture
'Implement Hex reference architecture with best-practice project layout.
hex-sdk-patterns
'Apply production-ready Hex SDK patterns for TypeScript and Python.
hex-security-basics
'Apply Hex security best practices for secrets and access control.
hex-upgrade-migration
'Analyze, plan, and execute Hex SDK upgrades with breaking change detection.
Page 95 of 106 · 5299 results