vibeflow-reverse-spec
Installation
SKILL.md
Reverse-Generated Overview Context
[VibeFlow skill for automatic architecture documentation generation]
Goal
Refresh the current docs/overview/ context for an existing codebase so new contributors can immediately understand:
- current module layout
- key entry points
- current change focus
- risks and suggested reading order
- deep architecture context rendered in
ARCHITECTURE.md(Arc42 + C4 + inferred runtime/module view)
Trigger
- Explicit:
/vibeflow-reverse-spec - Auto-trigger: VibeFlow detects non-empty project with missing or stale
docs/overview/ARCHITECTURE.md
Prerequisites
- Project must contain Python (.py) or TypeScript (.ts/.tsx/.js/.jsx) source files
- Non-empty project (at least 1 module detected)