Packs and Agents

Packs describe QA intent. Agents execute the work using the best primitives available in their environment.

Packs

Pack manifests bind risks, scenarios, probes, and oracles to a target system shape.

Adapters

Claude, Codex, Gemini, and Copilot adapters install the right instruction files and capabilities.

Capability negotiation

Agents do not all expose the same tools. The kit detects target capability and degrades from richer flows, such as subagents and hooks, to plain instruction files where needed.

sequenceDiagram participant CLI participant Adapter participant Agent CLI->>Adapter: install-agent-files targets Adapter->>Agent: detect capability surface Adapter-->>CLI: write instructions, skills, hooks