# Quick

> Apply a small change with known scope or a diagnosed bug fix using a compact task record. Use for quick fixes, configuration edits and bounded refactors; use /ct when the work needs unresolved design or coordinated implementation planning.

- Skill: `alexandrbasis/quick` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alexandrbasis/quick`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alexandrbasis/quick/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: alexandrbasis (https://skillmd.com/u/alexandrbasis)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alexandrbasis/quick

---


# Quick implementation

Use the [implementation contract](../si/SKILL.md) in compact mode. This entrypoint keeps
its short invocation; task resolution, TDD, evidence and authorization have one owner.

Resolve or create the task using [shared task context](../setup/references/task-context.md).
An existing task folder is valid input. Keep the objective, scope, short plan, relevant
checks and next action in its existing record; a new task needs only `TASK.md`.

Choose quick mode when the behavior and approach are known and the change is bounded.
File count alone does not decide complexity. If a formal plan already describes the
work, follow it. If new product decisions or coordinated dependencies appear, capture
them and use `/nf` or `/ct` for the missing work before proceeding.

Implement with the tests/validation appropriate to the change and record the observed
result in the same task. Preserve unrelated files and user edits. The requested fix can
finish locally without a commit or PR; perform later actions only when authorized.
Independent review remains available through `/sr` using the compact record.

