quickflowlisted
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