What problem does it solve?
This Skill removes the risk of inconsistent feature-flag rollout by guiding you through a consent-driven, atomic creation workflow that keeps PostHog and per-repo registries in sync.
Core Features & Use Cases
- Consent-gated flag creation: Drafts and confirms the flag details once, then creates it across configured PostHog environments.
- Registry parity across repos: Verifies each touched repo has the configured registry path, then writes the correct CAS-577-shaped entry with owner and expected sunset.
- Resilient handling with manual fallback: Retries transient MCP failures and, if needed, uses an explicit manual PostHog creation fallback while recording warnings in the spec when verification is uncertain.
- Governed lifecycle semantics: Enforces kebab-case keys ending in
-enabled (kill switch) or -rollout (adoption gate), with validated semantics, owner, description, and ISO sunset dates.
Quick Start
Use eng-flags to create the correct PostHog flag and update the configured feature-flag registries for the repos listed in your spec by running /casaflow:eng-flags when your plan task body includes it.