proffesor-for-testing/agentic-qe

aqe-ruflo

Add optional Ruflo development-time orchestration to an Agentic QE workflow. Use when a task benefits from coordinated swarms, persistent cross-session memory, routing, or Ruflo hooks. Do not use for a one-shot edit, and never add Ruflo to shipped AQE runtime dependencies.

First seen Aug 2, 2026

Installation

$ npx skills add proffesor-for-testing/agentic-qe --skill aqe-ruflo

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from proffesor-for-testing/agentic-qe · top by installs.

npx skills add proffesor-for-testing/agentic-qe

Browse all from proffesor-for-testing/agentic-qe

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 475
License LICENSE
Default branch main
Open issues 25
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,158 B
  • docs SUMMARY.md 290 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 9 installs

SKILL.md

Orchestrate AQE with Ruflo

Keep the ownership boundary explicit:

  • AQE owns quality specialization, test evidence, gates, and verdicts.
  • Ruflo owns development-time task coordination, handoffs, hooks, routing, and

cross-session orchestration memory.

  • Never import Ruflo from product code or add ruflo, claude-flow, or

@claude-flow/cli as an AQE runtime dependency.

Before using Ruflo, confirm that multi-agent coordination is worth its overhead. Prefer a small, risk-selected QE fleet over activating every agent.

For projects that explicitly want Ruflo, initialize or inspect it through its external CLI:

npx ruflo doctor
npx ruflo discover-plugins

Use the installed Ruflo MCP tools when available. Treat their absence as graceful degradation: AQE quality workflows must continue to work without Ruflo installed.