agentsclimarketplace

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.

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.

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

  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.

Keep looking

Skills are one crate of 328,083. 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.