What problem does it solve? Small, obvious code changes often get buried under heavyweight planning ceremonies like business analysis documents, design specs, and requirement matrices. This Skill provides a lightweight path (Path=Quick) that captures just enough structure — a goal, facts, and 1-3 verifiable task cards — so tiny fixes ship fast without losing traceability. ## Core Features & Use Cases - Quick Session Artifacts: Generates a QUICK.md session note with an outcome-first goal, facts, out-of-scope items, and handoff instructions. - Slim Task Cards: Produces 1-3 TASKS.md cards, each with acceptance criteria, verification steps, file scope, and developer context with sources. - Guardrails and Escalation: Forbids BA/design documents on the Quick path and forces an upgrade to Lite/Full planning when product or design ambiguity appears. - Use Case: A user reports that parseDate("") throws instead of returning null. Use this Skill to write a QUICK.md stating the observable goal, create one task card with a falsifiable acceptance criterion, run the context builder and linter, then hand off to sync and execution. ## Quick Start Use the quick-fix skill to plan a small bug fix where parseDate should return null for empty input, then hand off to sync and execution.