quick

Automate small software task workflows with TDD and minimal artifacts.

6|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/DuongMQuang/quangflow --skill quick-duongmquang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick
Source: https://github.com/DuongMQuang/quangflow/tree/main/plugins/quangflow/skills/quick
Command: npx skills add https://github.com/DuongMQuang/quangflow --skill quick-duongmquang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly orchestrates small, one-pass tasks without heavy planning or architecture decisions, enabling rapid delivery with guardrails.

Core Features & Use Cases

  • Lightweight, end-to-end quick-task flow with gate steps and artifact generation
  • Generates minimal REQUIREMENTS.md and ROADMAP.md under plans/{feature-slug}
  • Enforces TDD evidence collection and lightweight team dispatch via /qf:cook

Quick Start

Describe your quick task and I will generate a minimal plan and artifacts.

Frequently Asked Questions about quick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a small bug fix workflow with TDD enforcement?

To automate small bug fix workflows with TDD enforcement, this Skill orchestrates gated steps for single-module changes, dispatching a lightweight team to ensure rapid delivery with built-in guardrails.

What is a quick-mode task flow in software engineering?

A quick-mode task flow is a lightweight, end-to-end automation process for small tasks that skips heavy planning, instead generating minimal REQUIREMENTS.md and ROADMAP.md artifacts to maintain structure.

How do I generate minimal project planning artifacts for minor changes?

You generate minimal project planning artifacts for minor changes by triggering a quick-task flow, which automatically outputs lightweight REQUIREMENTS.md and ROADMAP.md files under the plans/{feature-slug} directory.

Can I use this automated workflow for complex multi-module features?

You cannot use this automated workflow for complex multi-module features, as it specifically targets single-module changes and minor bug fixes that require minimal planning and no architecture decisions.

How does TDD evidence collection work in an automated task flow?

TDD evidence collection in this automated task flow works by enforcing tight adherence to Test-Driven Development principles throughout its gated steps, ensuring verification before dispatching a lightweight team via quick-mode execution.