manage-feature-flags

Automate managed feature flags across AWS, Azure, GCP, and on-prem clusters.

2|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/lloydchang/agentic-reconciliation-engine --skill manage-feature-flags-lloydchang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-feature-flags
Source: https://github.com/lloydchang/agentic-reconciliation-engine/tree/main/core/ai/skills/manage-feature-flags
Command: npx skills add https://github.com/lloydchang/agentic-reconciliation-engine --skill manage-feature-flags-lloydchang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires boto3, azure-sdk, google-cloud, kubernetes, terraform-python, ansible-python, and includes scripts (resource) components.

What problem does it solve?

Enterprise teams struggle to safely toggle features across multiple clouds, maintaining visibility, compliance, and rollback capabilities during releases.

Core Features & Use Cases

  • Cross-Cloud Rollouts: Coordinate feature flags across AWS, Azure, GCP, and on-prem environments with controlled activation and rollback.
  • Governance & Audit: Enforce RBAC, maintain detailed audit trails, and integrate with CI/CD pipelines for compliant releases.
  • AB Testing & Segmentation: Enable targeted experiments and per-tenant rollouts with real-time monitoring.

Quick Start

Initialize a safe multi-cloud feature flag rollout across AWS, Azure, and GCP with auditing and a rollback plan.

Frequently Asked Questions about manage-feature-flags

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate feature flags across AWS, Azure, and GCP simultaneously?

Multi-cloud feature flag orchestration coordinates flag states across AWS, Azure, GCP, and on-prem clusters. It enforces consistent rollout and rollback states during enterprise releases using native cloud SDK integrations.

How does feature flag governance work for enterprise deployments?

Feature flag governance enforces RBAC and maintains detailed audit trails for compliant releases. It applies input validation and safety checks to ensure controlled activation within CI/CD pipelines.

Can I use Terraform and Ansible for feature flag rollouts in Kubernetes?

Yes, feature flag rollouts integrate with Terraform, Ansible, and Kubernetes. This allows infrastructure as code and cluster configurations to synchronize controlled activations and rollbacks across environments.

What is the best way to run AB testing with per-tenant feature flags?

AB testing with per-tenant feature flags enables targeted experiments and controlled rollouts. It provides real-time monitoring and segmentation to validate specific user behaviors during multi-cloud releases.

Why do I need an audit trail for multi-cloud feature flag releases?

An audit trail tracks multi-cloud feature flag changes to maintain visibility and compliance during releases. It records input validation and safety checks to ensure enterprise rollback capabilities.