game-expand

Expand an MVP plan by adding features with dependency checks.

17|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/fcsouza/agent-skills --skill game-expand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-expand
Source: https://github.com/fcsouza/agent-skills/tree/main/skills/game-dev-commands/game-expand
Command: npx skills add https://github.com/fcsouza/agent-skills --skill game-expand

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mvp-plan-parser, feature-integrator, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The game-expand skill helps streamline the process of adding features to a Minimum Viable Product (MVP) plan, ensuring that feature additions align with the original scope and plan.

Core Features & Use Cases

  • Scoped Feature Addition: Automatically incorporates new features into an existing MVP plan, considering dependencies and build sequence.
  • Scope Validation: Ensures that new features do not conflict with existing deferred features or planned components.
  • Feature Spec Generation: Creates a detailed spec for the new feature, outlining integration points, dependencies, and data model requirements.
  • Documentation Update: Automatically updates the MVP plan document to reflect the new feature and any deferred items.

Quick Start

Use the game-expand skill to add a new feature by providing its name and description.

Frequently Asked Questions about game-expand

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

FAQPage Schema
How do I add features to an existing MVP plan document?

Adding features to an MVP plan requires an existing document with a clear build sequence and out-of-scope items. The skill validates scope, generates feature specs, and updates the plan to incorporate the additions.

What is scope validation when expanding MVP features?

Scope validation for MVP feature expansion ensures new additions do not conflict with existing deferred features or planned components. It verifies dependencies and aligns new items with the original build sequence.

Can I generate feature specifications for MVP build sequences?

Yes, generating feature specifications for an MVP build sequence creates detailed specs outlining integration points, dependencies, and data model requirements for each new addition.

Do I need an existing MVP plan to expand project scope?

Yes, expanding project scope requires an existing MVP plan document with a clear build sequence and out-of-scope features. The skill uses this foundation to integrate additions and validate dependencies.

How do I update documentation after adding features to a build sequence?

Updating documentation after adding features to a build sequence happens automatically. The skill modifies the MVP plan document to reflect the newly incorporated feature and any items deferred during scope validation.