بنقرة واحدة
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.