deep-init
Initialize long-session context with a deep repository map, validation hooks, and risk hotspots.
Purpose
Use this skill before major work when project structure or constraints are not yet clear.
Trigger
- New repository or unfamiliar codebase
- Large refactor/migration kickoff
- User asks for deep project analysis before editing
Workflow
- Scan repository structure and key entry points.
- Identify stack, build/test commands, and config surfaces.
- Build a responsibility/risk map for major areas.
- Capture validation hooks and blocking unknowns.
- Recommend the next command (
/omi:intentor/omi:team-plan).
Output Template
## Deep Init Summary
- ...
## Project Map
| Area | Responsibility | Risk | Validation |
| --- | --- | --- | --- |
## Unknowns
- ...
## Next Command
- ...