orientlisted
Install: claude install-skill opendatadiscovery/odd-team
# Orient
Quick orientation for working in the ODD Team maintenance system.
## Protocol
1. Read and summarize `CLAUDE.md` (2-3 sentences)
2. Read `state/PROGRESS.md` and show current phase and counts
3. List available skills:
- `/enumerate <scanner>` — generate coverage manifest (list all items in scope)
- `/scan <scanner>` — scan next unscanned batch from manifest
- `/coverage [scanner]` — show what's been analyzed vs. what remains
- `/triage <findings>` — convert findings to work items
- `/implement <id>` — execute a work item
- `/review <id>` — verify completed work
- `/status` — full progress report
- `/navigate <feature>` — find code locations
4. Check release trains (`adrs/drafts/release-train-doc-gating.md`): grep `backlog/` for `milestone:` by status + `git -C ../documentation branch -r --list 'origin/release/*'`. A closed milestone with `pending-release` items, or a published release whose train still exists, makes the release gate (`playbooks/release-train-merge.md`) the recommended next action.
5. Show recommended next action based on current progress
6. List any blockers or items needing attention
## Output Format
```
## ODD Team Maintenance System
{2-3 sentence summary of what this is and current phase}
### Current State
Scanners: {done}/{total} | Backlog: {count} items | Done: {count}
### Available Commands
/enumerate <scanner> — list all items in scope (first step)
/scan <scanner> — scan next unscanned batch
/coverage