deep-execution

Featured

Executes agent-enhanced council queries by spawning parallel Claude subagents that each query a provider, evaluate response quality, ask follow-up questions, and return structured insights with confidence ratings and blind spot analysis. Invoked when the --agents flag is used or when complex architectural decisions are detected.

AI & Automation 652 stars 79 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
94
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent-Enhanced Council Execution Use parallel Claude subagents for deeper analysis. Each subagent queries its provider, evaluates response quality, can ask follow-up questions, and returns structured insights. ## Step 1: Determine Provider Details For each selected provider, gather: - Provider name and script path: `${CLAUDE_PLUGIN_ROOT}/scripts/providers/{name}.sh` - Model name: run `bash ${CLAUDE_PLUGIN_ROOT}/scripts/query-council.sh --list-available` or read the provider script defaults ## Step 2: Spawn Provider Agents in Parallel Launch ALL provider agents in a **single message** (multiple Agent tool calls) for parallel execution. Use `run_in_background: true` and `subagent_type: "general-purpose"` for each. **Agent prompt template**: See [agent-prompt-template.md](agent-prompt-template.md) for the full template. Read it and fill in `{PROVIDER}`, `{SCRIPT_PATH}`, and `{QUESTION}` for each agent. **CRITICAL**: If a role was assigned to a provider (via --roles), build the role-injected question with the same helper the standard flow uses — source `scripts/lib/prompts.sh` and `scripts/lib/roles.sh`, then `build_prompt_with_role "<question>" "<role>"` — and pass its output as the agent's `{QUESTION}`. The role format itself is defined in `${CLAUDE_PLUGIN_ROOT}/prompts/role-injection.md`. **CRITICAL**: If file context was gathered (via --file or auto-context), include it in the question passed to each agent. ## Step 3: Collect and Validate Results As each backgroun...

Details

Author
hex
Repository
hex/claude-council
Created
8 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category