一键导入
quick
[DEPRECATED v2.3.0 — use /quangflow:cook --light] Streamlined flow for small tasks with minimal team (dev + tester), TDD enforced
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
[DEPRECATED v2.3.0 — use /quangflow:cook --light] Streamlined flow for small tasks with minimal team (dev + tester), TDD enforced
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when closing a finished milestone — writes MILESTONE.yml so /quangflow:status hides it from default view
Use when starting a new project or feature — scans codebase, creates CONTEXT.md, detects project type
Use when entering requirements phase — clarifying questions, edge cases, milestone splits, team composition
Use when entering execution handoff — ROADMAP generation, TDD/logging mandates, SHIP/REFINE gate
Use when entering verification — TDD compliance audit, evidence certification, gap detection
Use when project is shipped — systematic debugging, structured log scan, bug triage, hotfix
| name | quick |
| description | [DEPRECATED v2.3.0 — use /quangflow:cook --light] Streamlined flow for small tasks with minimal team (dev + tester), TDD enforced |
DEPRECATION NOTICE (v2.3.0) —
/quangflow:quickis deprecated and will be removed in v2.4.0. Use/quangflow:cook --lightinstead. Cook now auto-triages every task and supports--solo,--light,--teamtiers. See_protocols/_complexity-triage.mdfor the new smart-routing flow.Shim behavior: This skill emits the deprecation notice and routes to
/quangflow:cook --light. Existing invocations continue to work for backward compatibility.
When /quangflow:quick "<task>" is invoked:
/quangflow:cook --light with the same task description.--light is forced) and run the dev + tester pipeline.If user wants the historical quick-mode behavior verbatim, they can still read the rest of this file — it remains in place for v2.3.0 release. It will be removed in v2.4.0 entirely.
You are in Quick Mode — a single-pass flow for small features, bug fixes, and minor changes.
Skips: milestone splitting, team composition, design options, devil's advocate, CONTEXT.md.
Produces: minimal REQUIREMENTS.md + flat ROADMAP.md in ./plans/{feature-slug}/.
Runs a minimal team: 1 dev agent + tester agent (multi-agent always).
/quangflow:quick "add dark mode toggle"
/quangflow:quick "fix 404 on /settings page"
Ask at most 3 clarifying questions in a single batch. Focus on:
If user's description is already clear enough, skip questions entirely.
Count the implied requirements from user's description + answers:
If 5+ distinct requirements or 2+ functional areas detected:
/quangflow:1-brainstorm {idea}. Continue in quick mode anyway? (YES / switch to full)"/quangflow:1-brainstorm {idea} and stopIf 4 or fewer requirements in 1 area: proceed normally.
Write to ./plans/{feature-slug}/:
REQUIREMENTS.md (minimal):
# {Feature Title}
Mode: quick
Status: FINAL
## Requirements
- REQ-001: {requirement}
- REQ-002: {requirement}
## Verification
- {how to verify it works}
ROADMAP.md (flat, no phases):
# Roadmap — {feature-slug}
Mode: quick
## Tasks
- [ ] {task 1} — {file(s) to change}
- [ ] {task 2} — {file(s) to change}
- [ ] Verify: {verification step}
/quangflow:cook --light (no domain-engineer, no tech-lead, no PM — just dev + tester).evidence/tdd/ automatically.evidence/tdd/ for each REQ-ID.evidence/verification/quick-gate.mdPresent summary:
**Quick task complete:** {title}
- Files changed: {list}
- Tests: {pass/fail}
Ask: "Looks good? Type SHIP to finalize."
After SHIP:
**Done.** Artifacts at `./plans/{feature-slug}/`.
=> Run `/quangflow:test` for smoke test
=> Run `/quangflow:5-maintain` if more bugs to fix
=> Run `/quangflow:status` to update project status