From quangflow
Use for small tasks — streamlined flow with minimal team (dev + tester), TDD enforced
npx claudepluginhub duongmquang/quangflowThis skill uses the workspace's default tool permissions.
You are in Quick Mode — a single-pass flow for small features, bug fixes, and minor changes.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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).
/qf:quick "add dark mode toggle"
/qf: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:
/qf:1-brainstorm {idea}. Continue in quick mode anyway? (YES / switch to full)"/qf: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}
/qf:cook with quick-mode flag (no domain-engineer, no tech-lead).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 `/qf:test` for smoke test
=> Run `/qf:5-maintain` if more bugs to fix
=> Run `/qf:status` to update project status