AADS Status Triage
Workflow
- Capture repository state.
- Run
git status --short --branch. - Run
git diff --name-only. - Run
git log --oneline -n 8.
- Capture system state from canonical sources.
- Read
README.md. - Read
docs/REPO_FILE_RELATIONS.md. - Read
docs/reports/v55/V55_FINAL_STATUS_REPORT.md. - Read
scripts/README.md. - Read
.github/workflows/ci.yml.
- Map request to ownership surfaces.
- Use
references/status-checklist.mdto map area -> files -> tests -> scripts. - Keep the proposed edit surface minimal.
- Explicitly list out-of-scope surfaces to avoid accidental drift.
- Define right-sized validation.
- Include at least one fast sanity check.
- Include module behavior checks for each impacted surface.
- Flag optional expensive checks separately.
- Emit triage output.
- Provide a concise, implementation-ready triage note.
- Recommend the next skill and handoff order.
Output Contract
Return sections in this order:
- Current state summary
- Impacted files/modules
- Out-of-scope surfaces
- Required validation commands
- Optional expensive checks
- Risks and assumptions
- Recommended next skill
References
- Read
references/status-checklist.mdfor file-to-test mappings and command bundles.