project-stage-detect

Analyze design, code, and production artifacts to determine project stage and gaps.

33|8|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/TraftG/opencode-game-studio --skill project-stage-detect-traftg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/TraftG/opencode-game-studio/tree/main/.opencode/skills/project-stage-detect
Command: npx skills add https://github.com/TraftG/opencode-game-studio --skill project-stage-detect-traftg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically determine the current development stage of a project, flag missing artifacts, and propose concrete next steps to reduce ambiguity and kickoff work.

Core Features & Use Cases

  • Scan design documentation under design/ (design/gdd, design/narrative, design/levels) to gauge completeness and identify missing sections
  • Inspect code and production artifacts (src/, production/, prototypes/) to estimate readiness and surface architecture considerations
  • Generate a guided gap list with clarifying questions to align teams and drive decisions
  • Use Case: Start from an existing repo and obtain a stage snapshot highlighting gaps in design, code, and process for planning sessions

Quick Start

Invoke the skill to generate a stage report for the current project workspace.

Frequently Asked Questions about project-stage-detect

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

FAQPage Schema
How do I detect my project stage and identify missing artifacts?

Detect project stage by analyzing design, code, and production artifacts to determine readiness and flag missing items. The skill scans design documentation, src/, and production directories to map the current state and generate an actionable gap report.

What is the best way to analyze an existing repo for onboarding and planning gaps?

Analyze an existing repo for onboarding gaps by inspecting design/ folders and production/ prototypes to estimate readiness. This process generates a guided gap list with clarifying questions to align teams and drive planning decisions.

How do I surface architecture considerations and gaps in design documentation?

Surface architecture considerations by scanning design documentation under design/gdd, design/narrative, and design/levels to gauge completeness. This identifies missing sections and generates a guided gap list with recommended next steps.

Can I generate a stage report for my current project workspace automatically?

Generate a stage report for your current project workspace automatically by invoking the skill. It inspects code and production artifacts to estimate readiness, producing a stage snapshot highlighting gaps in design, code, and process.

Does project stage detection work without external dependencies?

Project stage detection works without external dependencies. It relies solely on analyzing the presence of design, code, and production artifacts within your existing project workspace to determine the current state and propose next steps.