team-live-ops

Orchestrates a multi-agent live-ops team to plan game seasons and events.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill team-live-ops-claretagrapelike32
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-live-ops
Source: https://github.com/claretagrapelike32/codex-ai-game-studio/tree/main/plugins/ai-game-studio/skills/team-live-ops
Command: npx skills add https://github.com/claretagrapelike32/codex-ai-game-studio --skill team-live-ops-claretagrapelike32

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Planning a post-launch season or live event requires coordinating design, economy, analytics, narrative, writing, and community work, which is slow and error-prone when done ad hoc. This Skill orchestrates a structured multi-agent pipeline that produces a complete, reviewed season plan. ## Core Features & Use Cases - Phased Planning Pipeline: Runs seven phases covering season scoping, narrative theme, economy design, analytics, content writing, and communication planning, with user approval gates between phases. - Specialized Subagent Delegation: Spawns live-ops-designer, economy-designer, narrative-director, analytics-engineer, writer, and community-manager subagents, running independent phases in parallel. - Ethics and Review Gates: Checks the economy design against an ethics policy file, blocks completion on unresolved violations, and supports full, lean, and solo review modes. - Use Case: A game team wants to launch a winter season with a battle pass. Invoke the skill with the season name to get a season brief, reward tables, success metrics, written content, and a communication calendar saved under design/live-ops/. ## Quick Start Ask the AI to run $ai-game-studio:team-live-ops with the name or description of the season or live event you want to plan.

Frequently Asked Questions about team-live-ops

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

FAQPage Schema
How do I plan a live-ops season or event with AI agents?

Invoke the skill with a season name or event description, and it runs a seven-phase pipeline delegating to live-ops-designer, economy-designer, analytics-engineer, narrative-director, writer, and community-manager subagents. You approve each phase transition before the plan is finalized.

What outputs does a live-ops season plan include?

The pipeline writes three documents to design/live-ops/: a season design document, an analytics plan with success metrics and telemetry specs, and a communication calendar with draft announcement copy for each touchpoint.

Can I run the live-ops pipeline without director review gates?

Yes. Pass --review with a mode, or set production/review-mode.txt. The lean mode skips non-gate director reviews, and solo mode skips all director gates entirely while keeping phase-gate checks.

What happens if the economy design violates the ethics policy?

The skill flags the violation and blocks completion. You can revise the economy design, override with documented rationale, or cancel. If unresolved, the run ends with a BLOCKED verdict and no output documents are written.

What happens when a subagent fails during season planning?

The error recovery protocol surfaces the blocked agent immediately, checks downstream dependencies, and offers options to skip with a noted gap, retry with narrower scope, or stop. A partial report of completed work is always produced.