AgentSkillsCN

df:quick

在无需完整目标仪式的情况下,通过DevFlow的保障机制(原子提交、状态追踪)快速完成一项小任务,但可跳过可选的智能体。 当用户想要完成一些小型、快速或临时的任务,而不必遵循完整的目标流程时,即可使用此功能。触发词包括:“快速完成”“只需做这件事”“小任务”“快速变更”“快速修复”“你能不能……”

SKILL.md
--- frontmatter
name: df:quick
description: |
  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"
argument-hint: "[--full]"
allowed-tools:
  - Read
  - Write
  - Edit
  - Glob
  - Grep
  - Bash
  - Task
  - AskUserQuestion
<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>