← ClaudeAtlas

quickflowlisted

Run a fast Quick Flow in the current TUI session. The foreground runner writes and freezes one fresh workflow record before inspection, inspects proportionally, asks at most once when a material decision remains, forms one compact checklist, edits only for mutating intents, validates with the narrowest sufficient evidence, performs eligible cleanup, and reports directly. Read-only records stay outside the project. No child agent, delegation, relay layer, or workflow reuse.
xzhang17/quickflow · ★ 1 · AI & Automation · score 77
Install: claude install-skill xzhang17/quickflow
<!-- Version: 5.2.0 — full history: see CHANGELOG.md in this skill directory. --> # Skill: Quick Flow ## Purpose Quick Flow is the speed-first path for bounded work. The current foreground TUI agent performs the complete run in one visible session. ```text structure prompt → write and freeze one fresh workflow → inspect → ask once only if needed → form one compact checklist → edit only for mutating intents → validate → perform eligible cleanup → report ``` The skill is an instruction contract, not an executable actor. It never launches a child agent, delegates work, starts a hidden background job, or transfers responsibility to another session. ## Activation Activate only when the current request explicitly invokes `quickflow`, asks to create or run a Quick Flow workflow, or uses equivalent explicit phrasing. Activation never carries across turns. A request to inspect or edit the Quick Flow skill itself is ordinary standalone work unless that same request explicitly asks Quick Flow to perform it. An invocation that also requires parallel execution, delegation, subagents, or Agents Flow is incompatible with Quick Flow's foreground-only topology. Before authoring a workflow, use the structured Ask UI to choose either foreground-only Quick Flow or Agents Flow/delegated execution. This pre-authoring routing decision is outside the Quick Flow run and does not consume its post-inspection user-decision reply. ## Foreground Runner The agent already serving the user's TUI s