Команда
Utility
/dr-quick
Fast-lane for trivial fixes or quick lookups — skips the heavy pipeline
Overview
/dr-quick is a lightweight fast-lane for tiny, self-contained code fixes or quick information lookups. It deliberately skips the heavy pipeline (PRD, planning, design, QA, compliance) so a small change lands in minutes, not hours.
Usage
/dr-quick "<short task title>"Note: the title defaults to English unless the operator's content language is set otherwise.
What it does
- Assigns the next
QCK-XXXXtask id using the deterministic formulamax(claimed across archive ∪ tasks.md ∪ backlog.md) + 1. The ID is not announced until the 3-surface collision probe completes; if the candidate is already claimed (parallel-session race), it auto-bumps to the next free ID. (QCKis a universal area-prefix, archived underquick/.) - Appends a thin task line to the active index.
- Spawns ONE quick context-scan subagent on the runtime's cheapest reasoning tier to locate where the change belongs.
- Applies the fix or reports the located item.
- Writes a short archive entry (what was done + files touched + diff reference) — no reflection, no compliance.
When to use
One-file or few-line fixes, typo/config tweaks, "where is X" lookups.
When NOT to use
Anything needing design, multiple files with shared state, security-sensitive logic, or architecture — use /dr-init for the full pipeline.