Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By DuongMQuang
Run structured 5-phase AI workflows on projects or features: initialize with codebase scans, brainstorm requirements and designs, handoff to multi-agent teams for TDD execution, verify compliance and coverage, then debug post-ship issues—all with progress tracking and git isolation.
npx claudepluginhub duongmquang/quangflow --plugin quangflowReferenced by all agent instruction files. Do NOT duplicate — link here instead.
You are the adopt-doc-generator — a read-only documentation synthesis agent that inspects an existing project and returns structured diagram and module documentation artifacts to the adopt orchestrator.
You are the adopt-feature-extractor — a read-only feature analysis agent that inspects an existing project's structure and returns structured feature units to the adopt orchestrator.
You are the adopt-scaffolder — a setup agent that creates QuangFlow directory scaffolding and a draft CONTEXT.md for an existing project being adopted into the workflow.
You are the adopt-scanner — a read-only architecture analyst that inspects an existing project and returns structured findings to the adopt orchestrator.
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 design phase — architecture options with trade-offs, design pattern research
Use when entering execution handoff — ROADMAP generation, TDD/logging mandates, SHIP/REFINE gate
Use when entering verification — TDD compliance audit, evidence certification, gap detection
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Opinionated 5-phase development lifecycle for Claude Code — language-agnostic, repo-local bin/* delegation
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
HarnessFlow — From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
A 5-phase workflow framework for Claude Code that turns your AI assistant into a deliberate, structured project manager and architect.
Adds 12 slash commands to Claude Code:
| Command | Phase | Purpose |
|---|---|---|
/qf:adopt | — | Onboard an existing codebase into QuangFlow (adaptive scan + feature extraction + doc generation) |
/qf:0-init <idea> | 0. Init | Project setup, codebase scan, create CONTEXT.md (run once per feature) |
/qf:1-brainstorm | 1. Requirements | Clarifying questions, edge cases, milestone splits, team composition |
/qf:2-design | 2. Design | Architecture options with trade-offs, design pattern research, scalability gates |
/qf:3-handoff | 3. Handoff | Execution artifacts (ROADMAP, REQUIREMENTS finalization), SHIP/REFINE gate |
/qf:4-verify | 4. Verify & Certify | TDD compliance audit, requirements traceability, evidence certification |
/qf:5-maintain | 5. Maintain | Post-ship bug fix, systematic debugging protocol, structured log scan |
/qf:quick <task> | Quick | Streamlined flow for small tasks — minimal team (dev + tester), TDD enforced |
/qf:cook | Orchestrator | Launches agent team pipeline (domain-engineer → devs → tech-lead → tester → PM) |
/qf:status | Status | Session-aware status reporter with resume context |
/qf:test | Smoke Test | Auto-detect stack, generate integration scripts, verify real module interactions |
/qf:guide | Guide | Interactive guided tour — walk through every phase step-by-step |
/qf:update | Update | Pull latest QuangFlow from GitHub and reinstall commands + agents |
# Step 1: Add QuangFlow marketplace (one-time)
claude plugin marketplace add https://github.com/DuongMQuang/quangflow
# Step 2: Install
claude plugin install quangflow
# Update later
claude plugin update quangflow
Plugin benefits: one-command install, auto-updates, no file conflicts.
# Interactive — asks global or project
curl -fsSL https://raw.githubusercontent.com/DuongMQuang/quangflow/main/remote-install.sh | bash
# Global install (available in all projects)
curl -fsSL https://raw.githubusercontent.com/DuongMQuang/quangflow/main/remote-install.sh | bash -s -- --global
# Project install (specific project only)
curl -fsSL https://raw.githubusercontent.com/DuongMQuang/quangflow/main/remote-install.sh | bash -s -- --project /path/to/project
git clone https://github.com/DuongMQuang/quangflow.git
cd quangflow
bash install.sh # interactive
bash install.sh --global # install to ~/.claude/
bash install.sh --project # install to current project
bash install.sh --update # update commands+agents only (keeps CLAUDE.md)
Global (~/.claude/) | Project (.claude/) | |
|---|---|---|
| Scope | All projects | This project only |
| Best for | Personal workflow across all repos | Team repos (commit .claude/ to git) |
| CLAUDE.md | ~/.claude/CLAUDE.md | ./CLAUDE.md (project root) |
| Plans dir | Each project manages own ./plans/ | ./plans/ created automatically |