project-stage-detect

Scan repository artifacts to classify project stage and report gaps.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill project-stage-detect-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-stage-detect
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/project-stage-detect
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill project-stage-detect-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams understand where a project stands, what artifacts exist, and what gaps are blocking progress, so they can make informed next-step decisions without manually auditing the entire repository.

Core Features & Use Cases

  • Stage Detection: Scans design, source, architecture, test, and production artifacts to infer the current project stage.
  • Gap Analysis: Identifies missing or incomplete documentation, planning, and validation materials and turns them into clarifying questions.
  • Actionable Reporting: Produces a structured stage report with completeness estimates, confidence level, and prioritized recommendations.
  • Use Case: A new contributor joins an unfamiliar codebase and needs a fast, reliable summary of maturity, documentation coverage, and the highest-priority follow-up work.

Quick Start

Use the project-stage-detect skill to analyze this repository and summarize its current stage, key gaps, and recommended next actions.

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 the current stage and maturity of a software project?

This Skill scans repository artifacts like design documents, source files, architecture records, and tests to detect the project maturity stage. It uses heuristic classification to generate a structured report with completeness estimates and confidence levels.

What is the best way to perform a project audit and identify documentation gaps?

Performing a project audit is best handled by scanning existing codebase artifacts to identify missing or incomplete documentation and validation materials. This Skill turns those gaps into clarifying questions and prioritized recommendations for informed next-step decisions.

How does gap analysis work for unfamiliar codebases with existing architecture records?

Gap analysis works by scanning design, source, architecture, and test artifacts to identify missing or incomplete planning materials. It then converts these gaps into clarifying questions and role-aware recommendations to help new contributors understand what work remains.

Can I use repository analysis to generate role-aware recommendations for new contributors?

Yes, you can use repository analysis to generate role-aware recommendations for new contributors. This Skill evaluates existing artifacts and produces a structured stage report that highlights maturity, documentation coverage, and prioritized follow-up work tailored to specific roles.

What artifacts are required to run a stage detection scan on my repository?

Stage detection requires a codebase containing design documents, source files, architecture records, tests, or production planning materials. The Skill performs directory scanning across these artifacts to apply heuristic classification and determine the current project stage.