council

Coordinate multiple autonomous agents to explore codebases and synthesize findings.

3|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/heyAyushh/stacc --skill council-heyayushh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: council
Source: https://github.com/heyAyushh/stacc/tree/main/configs/commands/skills/council
Command: npx skills add https://github.com/heyAyushh/stacc --skill council-heyayushh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables coordinated, multi-agent exploration and task delegation to deeply analyze complex codebases, reducing manual research time and enabling diverse perspectives.

Core Features & Use Cases

  • Multi-agent collaboration: spawn multiple agents to explore a given codebase area from different angles.
  • Structured synthesis: aggregate findings into a cohesive analysis and report.
  • Plan generation: when in plan mode, produce a high-level execution plan from gathered data.
  • Real-world use case: analyze a module's architecture, edge cases, and documentation gaps.

Quick Start

Invoke the council skill against your area of interest and spawn parallel agents to cover key aspects such as core implementation, integration points, tests, and documentation gaps. Then synthesize results into a unified plan or report.

Frequently Asked Questions about council

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

FAQPage Schema
How do I perform deep codebase exploration for complex modules?

Multi-agent codebase exploration coordinates multiple autonomous agents to investigate complex modules from different angles. Agents perform parallel investigation of core implementation, integration points, and tests, then a final synthesis step generates a unified analysis report.

What is multi-agent synthesis for cross-cutting concerns in large repositories?

Multi-agent synthesis for cross-cutting concerns aggregates findings from parallel agents exploring large repositories. It applies structured prompts for diverse perspectives, generating a cohesive analysis that identifies documentation gaps and architectural edge cases.

Can I spawn parallel agents to analyze git history and documentation gaps?

Yes, you can spawn parallel agents to analyze git history and identify documentation gaps. The default orchestration coordinates 10 agents with structured prompts to cover diverse aspects, followed by a final synthesis step to unify the findings.

What's the best way to generate an execution plan from gathered codebase data?

Generating an execution plan from gathered codebase data uses plan mode to produce a high-level strategy from multi-agent findings. The aggregated research covers architecture, edge cases, and integration points, synthesized into a unified actionable plan.

Does multi-agent parallel investigation work for analyzing module architecture?

Multi-agent parallel investigation works for analyzing module architecture by delegating research tasks across autonomous agents. This approach reduces manual research time and enables diverse perspectives on complex codebase areas.

When should I not use multi-agent task delegation for code analysis?

Multi-agent task delegation for code analysis is not suited for simple, isolated code queries or small repositories lacking cross-cutting concerns. It requires orchestration overhead and is designed for complex modules requiring parallel investigation and structured synthesis.