adk-investigatelisted
Install: claude install-skill sujeet-pro/agents-devkit
# adk-investigate — multi-source investigator
Read-only. Two-source minimum. State confidence honestly. Pin every window.
**Global skill** — runs from anywhere; artifacts go to `$ADK_DATA_HOME/investigations/<task>/` (per `shared/paths.md`). Does not require a cwd repo.
`--detailed` widens source gathering inside the pinned window. `--deep` selects the stronger model profile per `shared/model-depth.md`; auto-select it for RCAs, multi-service incidents, security signals, ambiguous symptoms, or conflicting source evidence.
## References (loaded as needed)
| Aspect | File |
|---|---|
| Input dispatch (which sub-flow) | `references/dispatch.md` |
| Workflow (Phase 0–4) | `references/workflow.md` |
| Fork IDs | `references/forks.md` |
| Hard rules + refusals | `references/rules.md` |
| Sub-flow detail | `references/<sub-flow>.md` — authored on first real use |
## Cross-skill dependencies
- Personas: `shared/personas/{investigator,context-gatherer}.md`
- Model depth: `shared/model-depth.md`
- Guidelines: `shared/guidelines/{observability,security,performance}.md`
- Code index (lower-confidence second signal): `shared/guidelines/code-index.md` — when a symptom mentions a service / endpoint / feature, `from scripts.lib.code_index.query import open_index, similar` returns candidate code paths to anchor the trace correlation. Always treat as a secondary signal next to DD / Slack / Statsig.
- Constitution: `shared/constitution.md`
- Advisor + question-first: `shared/advisor.md`,