Agent skill
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"
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/df-quick
SKILL.md
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.
<execution_context> @~/.claude/devflow/workflows/quick.md </execution_context>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?