Rollback And Flags

Use when a SEED Unit requires safe rollout, rollback steps, feature flags/config toggles, or risk mitigation. Invoked by spec-driven-development / seed-unit for non-trivial or risky changes.

inapp-inc Updated

File contents

Rollback and feature flags

Make changes safe to deploy and easy to revert.

Core rules

  • Every non-trivial SEED Unit MUST include a risk and rollback plan.
  • Prefer feature flags or config toggles for risky behavior changes.
  • Rollback MUST be actionable (exact steps).
  • Hard enforcement (manual PR operations): do not create/update/merge PRs.

Required outputs

  • Explicit “Risks & rollback” on the SEED Unit block
  • design.md documents risk areas, rollback options (flag off / config / revert), blast radius

inapp-inc/cursor-skills-foundry/tree/main/.cursor/skills/rollback-and-flags commit 6dc9eb0f8e

Frequently asked questions

npx skillmds@latest add inapp-inc/rollback-and-flags