Orient
Quick orientation for working in the ODD Team maintenance system.
Protocol
- Read and summarize
CLAUDE.md(2-3 sentences) - Read
state/PROGRESS.mdand show current phase and counts - 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
- Check release trains (
adrs/drafts/release-train-doc-gating.md): grepbacklog/andcontributor/formilestone:by status (abacklog/-only grep is blind to CTRIB items — LSN-041) +git -C ../documentation branch -r --list 'origin/release/*'. A closed milestone withpending-releaseitems, or a published release whose train still exists, makes the release gate (playbooks/release-train-merge.md) the recommended next action. - Show recommended next action based on current progress
- 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 [scanner] — what's analyzed vs. remaining
/triage <findings> — create work items from findings
/implement <item-id> — execute approved work item
/review <item-id> — verify completed work
/status — detailed progress report
/navigate <feature> — find code locations
### Recommended Next
{what to do next and why}