What problem does it solve? When a bug report or feature idea arrives, critical context is often lost before implementation begins, forcing engineers to re-investigate the same problem during planning. This Skill turns raw symptoms, screenshots, and stack traces into a single structured findings dossier that downstream planning can consume without repeating the investigation. ## Core Features & Use Cases - Structured findings dossier: Produces one .planning/P-NNNN-<slug>/ folder with evidence, per-issue files, decisions, traps, and acceptance criteria, each claim tagged with a confidence level (CERTIFIED, OBSERVED, READ, ASSUMED, SUPERSEDED). - Evidence discipline: Copies attachments into an evidence/ folder, records what each artefact shows rather than conclusions, and requires a falsifier statement on every issue to guard against confident wrong premises. - Clean handoff to orchestration: Documents what is wrong and what is wanted without prescribing execution order, then hands off to /orchestrate with a named branch and a single next step. - Use Case: A user reports that a dashboard chart rescales on scroll. Invoke /recon chart rescales on scroll to classify it as a defect, gather runtime evidence, and produce a reviewed dossier ready for planning. ## Quick Start Ask the agent to run /recon on your bug report or feature idea, for example by saying: investigate why the miner page chart rescales on wheel scroll and document it as a planning dossier.