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.
Referenced 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 |
npx claudepluginhub duongmquang/quangflow --plugin quangflowSuperpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
AI-powered development tools for code review, research, design, and workflow automation.