一键导入
analyze-codebase
Codebase discovery and analysis for Stage B of the VibeFlow docs-first workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Codebase discovery and analysis for Stage B of the VibeFlow docs-first workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Register work items, create feature branches, track and advance stages, close work items in the VibeFlow docs-first development workflow
Create Feature Specs for Stage E of the VibeFlow docs-first workflow
Create PRDs with success metrics for Stage A of the VibeFlow docs-first workflow
Create tech specs with architecture for Stage C of the VibeFlow docs-first workflow
Release preparation for Stages I-L of the VibeFlow docs-first workflow
Document ADRs for non-trivial choices at Stage D of the VibeFlow docs-first workflow
| name | analyze-codebase |
| description | Codebase discovery and analysis for Stage B of the VibeFlow docs-first workflow |
| metadata | {"triggers":["discovery","analyze codebase","Stage B","codebase analysis"]} |
Codebase discovery and analysis for Stage B of the VibeFlow docs-first workflow.
This skill creates Discovery documents for Stage B:
Stage B: Discovery
│
├── Analyze existing specs and code
├── Validate spec-code alignment
├── Map dependencies and side effects
└── Identify reusable components
/analyze-codebase <ID>
Creates docs/discovery/disco-<ID>.md with all 5 phases.
Example:
/analyze-codebase 030
docs/discovery/disco-<ID>.md)Required phases:
scripts/validate_discovery.py — Validate discovery documentSee references/:
discovery-guide.md — Discovery phases guideAfter completing Stage B, update docs/workflow-state.yaml:
stage: Bdocs.discovery: docs/discovery/disco-<ID>.mdAfter completing this stage, ask the user for permission before committing:
git add docs/discovery/disco-<ID>.md docs/workflow-state.yaml
git commit -m "feat(discovery): codebase analysis for <slug> (#ft-<ID>)"
Replace <ID> and <slug> with actual values.
After the commit is complete, directly run /manage-work advance <ID> to advance to the next stage.