# Df:quick

> Execute a quick task with DevFlow guarantees (atomic commits, state tracking) but skip optional agents. Use when the user wants to do something small, quick, or ad-hoc without full objective ceremony. Triggers on: "quickly do", "just do this", "small task", "quick change", "quick fix", "can you just"

- Skill: `majiayu000/df-quick` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/df-quick`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/df-quick/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/df-quick

---

<objective>
Execute small, ad-hoc tasks with DevFlow guarantees (atomic commits, STATE.md tracking).

Quick mode is the same system with a shorter path:
- Spawns df-planner (quick mode) + df-executor(s)
- Quick tasks live in `.planning/quick/` separate from planned objectives
- Updates STATE.md "Quick Tasks Completed" table (NOT ROADMAP.md)

**Default:** Skips research, job-checker, verifier. Use when you know exactly what to do.

**`--full` flag:** Enables job-checking (max 2 iterations) and post-execution verification. Use when you want quality guarantees without full milestone ceremony.
</objective>

<execution_context>
@~/.claude/devflow/workflows/quick.md
</execution_context>

<context>
@.planning/STATE.md
$ARGUMENTS
</context>

<process>
Execute the quick workflow from @~/.claude/devflow/workflows/quick.md end-to-end.
Preserve all workflow gates (validation, task description, planning, execution, state updates, commits).
</process>

