project-stage-detect
仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由
快速做项目健康检查,适合接手或审查代码库的人。
这个 Skill 做什么
扫描项目工件以判断开发阶段并识别缺失与下一步建议。
扫描代码、文档和项目工件来判断当前开发阶段、找出缺失的文件与风险点,并给出下一步的优先建议和待办清单。常在接手遗留项目、里程碑前自检或入职熟悉代码库时使用。特点是把结构、缺口和建议以易读报告呈现,能明确指出要补的工件和优先级。
▸ 展开 SKILL.md 英文原文
Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts. Use when user asks 'where are we in development', 'what stage are we in', 'full project audit'.
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/project-stage-detect/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/project-stage-detect/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Project Stage Detection This skill scans your project to determine its current development stage, completeness of artifacts, and gaps that need attention. It's especially useful when: - Starting with an existing project - Onboarding to a codebase - Checking what's missing before a milestone - Understanding "where are we?" --- ## Workflow ### 1. Scan Key Directories Analyze project structure and content: **Design Documentation** (`design/`): - Count GDD files in `design/gdd/*.md` - Check for game-concept.md, game-pillars.md, systems-index.md - If systems-index.md exists, count total systems vs. designed systems - Analyze completeness (Overview, Detailed Design, Edge Cases, etc.) - Cou
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有