← ClaudeAtlas

reconlisted

Turn a bug report or a feature request into ONE reviewed .planning dossier folder ready for /orchestrate. Use on `/recon <problem or feature>`, `/recon --worktree`, or `/recon B-NNNN` to promote a backlog item.
bravros/bravros · ★ 2 · AI & Automation · score 78
Install: claude install-skill bravros/bravros
# recon Read [briefing.md](references/briefing.md) on demand for detailed context and instructions. INTENT: take whatever the operator has — a symptom, a screenshot, a stack trace, or a feature idea — and produce ONE folder `.planning/P-NNNN-<slug>/` that `/orchestrate` executes with zero translation. ## 1 — Classify, then reserve Decide **defect** (something behaves wrong) or **change** (something new). State which and why in one line; ask only when genuinely unclear. Then `PLAN_ID=$(bravros nextid reserve plan --slug "$SLUG")`. Attachments — screenshots, logs, exports — are evidence, not decoration. Record each path in the dossier and describe what it shows. **Never assume the content of something you could not open**; say so instead. ## 2 — Gather ground truth before writing a line - **graphify first when the project has it** (`.graphify` or `graphify-out/graph.json`): `graphify query "<question>"`, then open the file it names. The graph is a map, not the territory — code wins, and a stale label reads exactly like a fresh one. - **Defect** → hand the hunt to `/scout`: it certifies a root cause with runtime proof, never edits code. Fold its `diagnosis.md` into this dossier as `01-diagnosis.md`, and carry the certified cause into **Traps** and **Closed decisions**. `UNCERTIFIED` is a valid outcome — then the dossier plans the next investigation, not a fix. - **Change** → ask only where readings genuinely diverge; a deep multi-round fork goes to `/interview-me`. Search