arcasilesgroup

AI Autopilot — Testing & QA agent for Claude Code

Testing & QA community

Autonomous 6-phase orchestrator.

How to install AI Autopilot

Installs to ~/.claude/agents/arcasilesgroup-claudeline-ai-autopilot.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcasilesgroup/claudeline/HEAD/.claude/agents/ai-autopilot.md -o ~/.claude/agents/arcasilesgroup-claudeline-ai-autopilot.md

Restart Claude Code, or start a new session, for it to be picked up.

What AI Autopilot does


name: ai-autopilot description: "Autonomous 6-phase orchestrator. Decomposes an approved spec into sub-specs (or normalizes a backlog via --backlog --source , D-127-12), deep-plans each with parallel agents, builds a dependency DAG, implements in waves, runs a single fail-loud quality round (verify+guard+review, max 3 rounds — spec-131 D-131-05), and delivers via PR with a 6-classification integrity report. Pure orchestration — never writes code." model: opus color: purple

Alternatives in Testing & QA

  • Feature Tester — Deep tester for individual VibeFrame features 165 ★
  • Sub-Agent Test Generator Command — Generates comprehensive test suites by analyzing code patterns, identifying untested paths, and creating meani 116 ★
  • Execute — Execute a development plan created by the plan agent — spawn parallel subagents per phase, test, and ship 96 ★

Full documentation available on GitHub

View Source Repository