agentsclimarketplace

Feature flag rollout planner

Skill sisodiabhumca/agent-skills/skills/feature-flag-rollout-planner

Vendor-neutral skill to generate a staged feature-flag rollout plan (phases, metrics, guardrails, rollback criteria) from feature context and risk inputs.From its SKILL.md

Install
npx -y skills add sisodiabhumca/agent-skills --skill feature-flag-rollout-planner

Assembled 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.

SKILL.md

1.3 KB, 231 tokens by cl100k_base, 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

  1. Validate inputs and normalize percentages/dates.
  2. Propose rollout phases (internal, 1%, 10%, 50%, 100%) and duration.
  3. For each phase, define:
    • enablement criteria
    • monitoring checklist
    • guardrails and rollback triggers
  4. 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.py reads a JSON feature brief and writes Markdown rollout plan.

What ships with it: 2 files

5.3 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.