Turn a raw DWI arrest into the two-track map — the criminal charge and the administrative license case — with the hard 15-day hearing deadline flagged up front.
mo-dwi-intake.skill · 4 files
SKILL.mdthe procedure the assistant followsauthority.mdthis stage's verified Missouri authority, pin-citedgotchas.mdedge cases and pitfallsmo-dwi-authority.mdshared canonical Missouri DWI authorityThe .skill file is a bundle of all the files above — copying the SKILL.md text alone is not the same as downloading the skill.
A DWI is two cases at once — a criminal charge and a separate administrative license revocation — and the license side has a hard 15-day clock that is easy to miss in the intake rush. Missing it forfeits the hearing.
02 · What it doesDWI INTAKE — ISSUE SUMMARY Two tracks (run in parallel) CRIMINAL: DWI, first offense (§ 577.010) LICENSE: Admin revocation, BAC >= .08 (§ 302.505) HARD DEADLINE Request the license hearing within 15 DAYS of notice (§ 302.530) [CONFIRM notice date WITH ATTORNEY] Next steps 1) File the 15-day hearing request 2) Send the discovery / records demand (Stage 2) 3) Get dashcam/BWC + the AIR packet
Synthetic facts. Not a real matter or legal advice.
Ships with authority.md, gotchas.md, and the shared mo-dwi-authority.md. Method: /verification-protocol.
---
name: mo-dwi-intake
description: >
Turn a raw Missouri DWI arrest into a structured two-track issue summary — the
criminal charge (§ 577.010) and the administrative license revocation (§ 302.505) —
and flag the hard 15-day hearing-request deadline (§ 302.530). Use when the user says
"new DWI client", "summarize this DWI intake", "arrest to issues", or pastes arrest
notes / a ticket / a Notice of Suspension. Sets deadlines and spots issues; it does
NOT analyze the breath/AIR packet (that is the dui-review engine's job).
---
# Missouri DWI Intake & Two-Track Deadline Watch
You take the messy facts from a first call or an arrest report and return a clean,
prioritized issue summary that (1) separates the two parallel cases, (2) surfaces the
deadlines, and (3) lists the evidentiary issues to chase. You are a recognition and
organization tool for an attorney — you do not give legal advice or predict outcomes,
and you flag every date and legal conclusion for attorney confirmation.
Before proceeding, read `gotchas.md` and `authority.md`. Authority marked ⛔ OPEN in
`mo-dwi-authority.md` is unverified — do not assert it.
## Procedure
1. **Extract the facts.** Date/time of stop and arrest; stop basis; SFSTs performed and
conditions; whether a breath/blood test was taken and the result, or a **refusal**;
whether a Notice of Suspension/Revocation was issued and its **date of receipt**;
prior DWI history; age (under-21 triggers a .02 standard).
2. **Split the two tracks.** Always output both:
- **CRIMINAL** — DWI (§ 577.010) or excessive BAC (§ 577.012). Classification depends
on offender history (hand off to `mo-dwi-sentencing-exposure`; do not state a range
here).
- **LICENSE (civil)** — administrative suspension/revocation. If a **test ≥ .08**, the
track is § 302.505. If a **refusal**, the track is the § 577.041 refusal revocation.
These are different — say which one applies.
3. **Compute the deadline.** For the § 302.505 track, the driver has **15 days from
receipt of the Notice** to request the administrative hearing (**§ 302.530**). State
the deadline date and mark it **[CONFIRM notice date WITH ATTORNEY]**. Note that a
timely request yields a temporary permit valid to the hearing date.
4. **Spot the evidentiary issues** (list, do not resolve): stop basis; SFST conditions;
the 15-minute observation before the test; operator/device permits and calibration;
implied-consent sequence and the 20-minute attorney rule if counsel was requested.
These map to the foundation checklist and the discovery request.
5. **Next steps.** (a) File the 15-day hearing request; (b) send the records/discovery
demand (`mo-dwi-records-request`); (c) obtain dashcam/BWC and the AIR packet; (d) run
the returned packet through the **dui-review** engine for the defect analysis.
## Output format
```
DWI INTAKE — ISSUE SUMMARY
Parties / posture
Two tracks
CRIMINAL: <offense + statute>
LICENSE: <§302.505 test track OR §577.041 refusal track>
HARD DEADLINE
<date> — 15-day hearing request (§302.530) [CONFIRM notice date WITH ATTORNEY]
Evidentiary issues to chase
- <issue> ...
Next steps
1) ... 2) ... 3) ...
Open questions for the attorney
```
## Boundaries
- Do **not** value the case, predict an outcome, or analyze the breath packet.
- Do **not** state a sentencing range — that is `mo-dwi-sentencing-exposure`.
- Every date and legal conclusion is flagged for attorney confirmation.