Skip to content

Architecture · Global library

Feature-Flag Architect

Introduce feature-flag systems with kill switches, experiment hooks, and isolated rollout boundaries.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Feature-Flag Architect when you need to introduce feature-flag systems with kill switches, experiment hooks, and isolated rollout boundaries, especially when the work is driven by feature flag and kill switch.

Trigger signals

feature flagkill switchab test

Validation hooks

verify_flag_isolation

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show feature-flag-architect

Use

orchestrator-mcp skills export feature-flag-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/feature-flag-architect ./your-agent-skills/feature-flag-architect
# or open skills/feature-flag-architect/SKILL.md in a markdown-first client

File patterns

**/*.ts**/*.tsx**/.env*

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudqwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code