By inho-team
Orchestrate the full SIVS software lifecycle (spec, implement, verify, supervise) with 178 skills and 23 agents: plan projects, generate specs, implement code, run quality audits, manage releases, and persist context across Claude Code sessions.
A background sub-agent that archives completed task files into .qe/.archive/ by version. Invoke when Qrun-task or Qarchive needs to persist completed tasks to the archive.
- **Use this agent** when: you need to actually find and fix a specific bug — read code, trace errors, analyze stack traces, and propose concrete fixes
Technical documentation specialist. Writes code explanations, API docs, READMEs, and architecture documents. Use for requests like "explain this", "write documentation", "what does this code do", "README".
Code quality audit supervisor. Reviews code quality, test coverage, architecture consistency, code smells, duplication, and complexity. Returns a structured PASS/PARTIAL/FAIL grade for the Esupervision-orchestrator to aggregate. Use when you need an authoritative code quality verdict — not a review suggestion.
Code review specialist. Reviews quality, security, performance, and pattern compliance after code changes. Use for requests like "review this", "look at this code", "is this okay?".
Use when building Next.js 14+ applications with App Router, server components, or server actions. Invoke to configure route handlers, implement middleware, set up API routes, add streaming SSR, write generateMetadata for SEO, scaffold loading.tsx/error.tsx boundaries, or deploy to Vercel. Triggers on: Next.js, Next.js 14, App Router, RSC, use server, Server Components, Server Actions, React Server Components, generateMetadata, loading.tsx, Next.js deployment, Vercel, Next.js performance.
Critical thinking verification for SIVS stages. Spawns adversarial sub-agents to stress-test specs, implementations, and merge readiness. Use for 'review critically', 'stress test this', 'devil advocate', or auto-invoked by Qgenerate-spec, Qcode-run-task, Esupervision. Distinct from Qdebate (general multi-round debate) and Qperspective (general multi-viewpoint analysis) — this is stage-aware, verdict-producing, and SIVS-integrated.
Autonomous background task manager. Schedules periodic agent missions (health checks, audits, doc syncs) in isolated background sessions.
Data exploration, statistical analysis, and visualization. Use when the user asks to analyze data, explore datasets, compute statistics, find correlations, or visualize data.
Designs SQL/NoSQL database schemas with normalization, indexing, migration, and constraint recommendations. Use when the user asks for database design, schema design, DB schema, table structure, ERD, or schema optimization.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Has parse errors
Some configuration could not be fully parsed
Query Execute Framework for Claude Code
165 skills | 21 agents | Folder-aware context memory | SIVS quality gate
English · Intro → · Reference → 한국어 · Intro → · Reference → 日本語 · Intro → · Reference → 中文 · Intro → · Reference →
Rendered guides — view in any browser, no install needed.
/Qplan → /Qgs → /Qatomic-run → /Qcode-run-task
Plan Spec Execute Verify
Everything you do with AI comes down to two things: Query and Execute.
"Why is this bug happening?" — that's a Query. "Fix it." — that's an Execute. "Run the tests", "commit this", "is this architecture right?" — all just Q and E, over and over.
The problem is, raw AI doesn't do either well on its own. Query without context gives shallow answers. Execute without verification gives unchecked results. And the precision of your question determines the quality of the output — but maintaining that precision every time is exhausting.
QE Framework puts structure between Query and Execute.
You say QE does You get
─────────────────────────────────────────────────────────
"what to do" → Plan → Spec (refine Q) → precise query
"do it" → Implement → Verify → S → verified result
You only say what you want. How to ask the right question, how to verify the result — the framework handles that.
┌─────────────────────────────────────────────────┐
│ QE Framework │
│ │
│ ┌───────────┐ ┌───────────┐ ┌─────────────┐ │
│ │ Context │ │ SIVS │ │ 165+ │ │
│ │ Memory │ │ Loop │ │ Skills │ │
│ │ Manager │ │ Engine │ │ Library │ │
│ └─────┬─────┘ └─────┬─────┘ └──────┬──────┘ │
│ │ │ │ │
│ └──────────────┼───────────────┘ │
│ │ │
│ ┌────────┴────────┐ │
│ │ Claude Code │ │
│ └─────────────────┘ │
└─────────────────────────────────────────────────┘
| Problem | QE Solution |
|---|---|
| Context window fills with irrelevant info | Folder-aware context — loads only what matches your working directory |
| No structured workflow for complex tasks | PSE Chain — Plan → Spec → Execute → Verify pipeline |
| Quality depends on prompt quality | SIVS Loop — automated Spec → Implement → Verify → Supervise gate |
| No model routing control | SIVS Config — route each stage to Claude or Codex independently |
| Token waste on repeated scans | Context Memory — pre-analyzed project knowledge, auto-refreshed |
QE Framework is a Claude Code plugin. Install it with two commands:
# 1. Register the marketplace
claude plugin marketplace add inho-team/qe-framework
# 2. Install the plugin
claude plugin install qe-framework@inho-team-qe-framework
That's it. All 165 skills, 21 agents, and hooks are active immediately.
SSH error? If installation fails with Host key verification failed, set git to use HTTPS:
git config --global url."https://github.com/".insteadOf "[email protected]:"
Then retry the install command.
Verify installation:
claude plugin list
# Should show: qe-framework@inho-team-qe-framework ✔ enabled
Update:
claude plugin update qe-framework@inho-team-qe-framework
Uninstall:
claude plugin uninstall qe-framework@inho-team-qe-framework
If you're developing or contributing to QE Framework itself:
git clone https://github.com/inho-team/qe-framework.git
cd your-project
claude --plugin-dir /path/to/qe-framework
You only need to remember two commands:
/Qinit # Set up project, choose engine routing (Claude-only or Claude+Codex)
/Qplan # Start working — the framework guides you through every next step
/Qinit asks how you want to assign engines to each stage (Spec, Implement, Verify, Supervise). Pick Claude-only or mix in Codex — your choice. After that, /Qplan takes over and tells you exactly what to run next.
npx claudepluginhub inho-team/qe-framework --plugin qe-frameworkUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.