deep-initlisted
Install: claude install-skill ibahgat/oh-my-iflow
## 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
1. Scan repository structure and key entry points.
2. Identify stack, build/test commands, and config surfaces.
3. Build a responsibility/risk map for major areas.
4. Capture validation hooks and blocking unknowns.
5. Recommend the next command (`/omi:intent` or `/omi:team-plan`).
## Output Template
```markdown
## Deep Init Summary
- ...
## Project Map
| Area | Responsibility | Risk | Validation |
| --- | --- | --- | --- |
## Unknowns
- ...
## Next Command
- ...
```