원클릭으로
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.