team-combat

Coordinate specialized roles to design, implement, integrate, and validate game combat features.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill team-combat-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-combat
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/team-combat
Command: npx skills add https://github.com/imgamer/AILearn --skill team-combat-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Team-combat helps you avoid the slow, disjointed process of designing, implementing, and validating a new combat feature by coordinating multiple specialized roles into a single end-to-end workflow.

Core Features & Use Cases

  • Combat feature design: Produces a complete design doc with rules, formulas, edge cases, dependencies, tuning knobs, and acceptance criteria.
  • Parallel architecture and implementation: Creates an architecture sketch, then runs gameplay, AI, VFX, and sound work in parallel after user approval.
  • Integration and validation: Wires systems together, exposes data-driven tuning, and validates via QA test cases and performance checks.
  • Use Case: You want a melee parry system with clear failure states, responsive animations/VFX, and enemy AI reactions; use the skill to design the mechanic, implement it, integrate it, and validate it with tests.

Quick Start

Run: /team-combat melee parry system

Frequently Asked Questions about team-combat

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

FAQPage Schema
How do I design and implement a complete game combat feature from scratch?

To design a game combat feature, you need a structured workflow that produces design rules, architecture sketches, and parallel implementation across gameplay, AI, VFX, and audio. This approach coordinates specialized roles into a single end-to-end pipeline.

What is the best way to orchestrate parallel development of combat mechanics and AI programming?

Orchestrating combat mechanics and AI programming requires phase-gating with user-approval decision points. You create an architecture sketch, then delegate gameplay, AI, VFX, and audio tasks to subagents that run in parallel before integration.

How does QA validation work for new combat systems in game development?

QA validation for combat systems works by defining acceptance criteria and test cases during the design phase, then running deterministic checks after integration to verify performance, edge cases, and gameplay rules.

Can I use this workflow to tune combat formulas and edge cases without rewriting code?

Yes, you can tune combat formulas and edge cases through data-driven tuning knobs exposed during integration. The design phase specifies dependencies and tuning variables upfront, allowing adjustments without core code rewrites.

Do I need a dedicated architecture plan before implementing VFX and audio for combat features?

You need an architecture sketch before implementing VFX and audio to ensure parallel work integrates cleanly. The sketch is created after design approval and defines how gameplay, AI, visual effects, and sound systems connect.

When should I not use a multi-role orchestration approach for combat design?

You should avoid multi-role orchestration for combat design when your feature is too simple to require parallel gameplay, AI, VFX, and audio streams, or when you lack clear acceptance criteria to drive QA-driven validation and phase-gating.