strangler-fig-orchestrator

Orchestrate strangler fig pattern implementation for gradual migration with traffic routing and cutover management

509 stars

Best use case

strangler-fig-orchestrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Orchestrate strangler fig pattern implementation for gradual migration with traffic routing and cutover management

Teams using strangler-fig-orchestrator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/strangler-fig-orchestrator/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/plugins/babysitter-codex/upstream/babysitter/skills/babysit/process/specializations/code-migration-modernization/skills/strangler-fig-orchestrator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/strangler-fig-orchestrator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How strangler-fig-orchestrator Compares

Feature / Agentstrangler-fig-orchestratorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Orchestrate strangler fig pattern implementation for gradual migration with traffic routing and cutover management

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Strangler Fig Orchestrator Skill

Orchestrates the strangler fig pattern implementation for gradual migration from legacy to modern systems with traffic routing and cutover management.

## Purpose

Enable incremental migration for:
- Traffic routing configuration
- Feature flag management
- Gradual cutover orchestration
- Rollback coordination
- Legacy component sunset

## Capabilities

### 1. Traffic Routing Configuration
- Configure API gateway rules
- Set up routing weights
- Handle header-based routing
- Manage path-based routing

### 2. Feature Flag Management
- Create feature flags
- Control rollout percentage
- Manage user segments
- Handle A/B testing

### 3. Gradual Cutover Orchestration
- Plan cutover phases
- Execute incremental shifts
- Monitor health metrics
- Coordinate teams

### 4. Rollback Coordination
- Define rollback triggers
- Automate rollback
- Preserve state
- Document recovery

### 5. Progress Tracking
- Track migration progress
- Monitor adoption rates
- Report on status
- Visualize timeline

### 6. Legacy Component Sunset
- Plan decommissioning
- Verify no traffic
- Archive data
- Clean up resources

## Tool Integrations

| Tool | Purpose | Integration Method |
|------|---------|-------------------|
| API Gateways | Traffic routing | Config/API |
| LaunchDarkly | Feature flags | API |
| Split.io | Feature management | API |
| Consul | Service mesh | API |
| Istio | Traffic management | Config |

## Output Schema

```json
{
  "orchestrationId": "string",
  "timestamp": "ISO8601",
  "migration": {
    "legacy": {
      "system": "string",
      "endpoints": []
    },
    "modern": {
      "system": "string",
      "endpoints": []
    }
  },
  "routing": {
    "strategy": "string",
    "rules": [],
    "currentWeights": {}
  },
  "progress": {
    "phase": "string",
    "percentMigrated": "number",
    "remainingEndpoints": []
  },
  "rollback": {
    "available": "boolean",
    "lastCheckpoint": "string"
  }
}
```

## Integration with Migration Processes

- **monolith-to-microservices**: Gradual extraction
- **legacy-decommissioning**: Sunset planning

## Related Skills

- `api-compatibility-analyzer`: Contract verification

## Related Agents

- `strangler-implementation-agent`: Implementation
- `microservices-decomposer`: Service extraction

Related Skills

key-management-orchestrator

509
from a5c-ai/babysitter

Cryptographic key lifecycle management orchestration including generation, rotation, and destruction across key management systems

openapi-codegen-orchestrator

509
from a5c-ai/babysitter

Orchestrate multi-language SDK generation from OpenAPI specifications. Configure OpenAPI Generator per language, apply custom templates and post-processing, handle edge cases and custom extensions, and validate generated code compilation.

characterization-workflow-orchestrator

509
from a5c-ai/babysitter

Workflow automation skill for orchestrating multi-technique characterization sequences

supplier-onboarding-orchestrator

509
from a5c-ai/babysitter

Supplier onboarding workflow orchestration with documentation collection and system setup

procurement-automation-orchestrator

509
from a5c-ai/babysitter

Procurement process automation skill for P2P workflow optimization

cross-dock-orchestrator

509
from a5c-ai/babysitter

Flow-through logistics process coordination skill to minimize storage time and accelerate product movement

war-game-orchestrator

509
from a5c-ai/babysitter

Business war game orchestration skill for competitive response simulation and strategic testing

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.