maxtac-core-subagents

Run goal-bounded auditor and debate subagents within the MaxTAC framework.

12|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/philo-groves/MaxTAC --skill maxtac-core-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maxtac-core-subagents
Source: https://github.com/philo-groves/MaxTAC/tree/main/plugins/maxtac-core/skills/maxtac-core-subagents
Command: npx skills add https://github.com/philo-groves/MaxTAC --skill maxtac-core-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires maxtac-core, maxtac-core-corpus, maxtac-core-modeling, maxtac-core-ledger, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolset for MaxTAC research by enabling goal-bounded auditor and debate subagents, facilitating detailed vulnerability analysis and debate processes.

Core Features & Use Cases

  • Auditor Subagents: Specialized vulnerability researchers for specific bug classes, mitigations, or security topics, with a 5-step audit flow.
  • Debater Subagents: Subagents that review debate topics and vote on ballots, with a 5-step debate flow.
  • Parallel or Sequential Execution: The Skill guides the execution of subagents based on system resources and requirements.
  • Goal-Bounded Operations: Subagents operate within defined goals, ensuring focused and controlled research processes.
  • Use Case: Suppose you have a complex security issue that requires expert analysis and debate. Use this Skill to spawn auditor and debater subagents to analyze the issue from multiple perspectives and determine the best course of action.

Quick Start

Run the audit subagent for the 'Chained Vulnerability Auditor' with a specific context query:

python3 <skill-dir>/scripts/audit-helper.py --root <workspace-root> --prompt-file tmp/<prompt-name>.md --context-query "<hypothesis boundary component>"

Frequently Asked Questions about maxtac-core-subagents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate vulnerability analysis using auditor subagents?

Automate vulnerability analysis by running the audit subagent script with a workspace root and context query, triggering a 5-step audit flow for specific bug classes or security topics.

Can I run debate subagents sequentially to review security research topics?

Yes, you can run debate subagents sequentially or in parallel based on system resources, utilizing a 5-step debate flow to review topics and vote on ballots.

What is goal-bounded security research and when do I need it?

Goal-bounded security research ensures auditor and debate subagents operate within strictly defined goals, providing focused and controlled vulnerability analysis for complex security issues.

Does the MaxTAC subagent framework require specific environment dependencies?

Yes, the MaxTAC subagent framework requires the Codex environment alongside specific MaxTAC plugin packs including core, corpus, modeling, and ledger dependencies to function correctly.

What is the best way to execute multiple debater subagents for ballot voting?

Execute multiple debater subagents by configuring them for parallel or sequential execution based on available system resources, completing a 5-step flow to review topics and cast votes.