Feature flag rollout planner
Skill sisodiabhumca/agent-skills/skills/feature-flag-rollout-planner
Production-Ready Agent Skills : product analytics, growth experiments, CRM, research synthesis, postmortems, data contracts, SaaS spend, compliance, architecture maps, and LLM eval and many more.
npx -y skills add sisodiabhumca/agent-skills --skill feature-flag-rollout-plannerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Vendor-neutral skill to generate a staged feature-flag rollout plan (phases, metrics, guardrails, rollback criteria) from feature context and risk inputs.
SKILL.md
1.3 KB, as published. Nobody here has run it
When to invoke
- You are planning a safe rollout for a risky change.
- You want a consistent rollout template for engineering and product teams.
Inputs needed
- Feature context: name, description, target users.
- Risk profile: data migrations, performance risk, external dependencies.
- Success metrics and guardrail metrics.
- Optional stakeholders and comms channels.
Workflow
- Validate inputs and normalize percentages/dates.
- Propose rollout phases (internal, 1%, 10%, 50%, 100%) and duration.
- For each phase, define:
- enablement criteria
- monitoring checklist
- guardrails and rollback triggers
- Produce comms checklist and ownership.
Output format
Markdown rollout plan with:
- Overview
- Phased rollout table
- Monitoring and dashboards
- Rollback plan
- Communications checklist
Guardrails
- If metrics are not provided, output placeholders instead of guessing.
- Include a default rollback trigger for error-rate regression.
Reference code
plan_rollout.pyreads a JSON feature brief and writes Markdown rollout plan.