Problem
The llm-council skill has proven valuable across projects for architectural decisions, tech stack choices, and release readiness checks, but has to be manually installed each time.
Current Workaround
Manually copy the skill from https://github.com/tenfoldmarc/llm-council-skill.
Proposed Solution
Create a grimoire plugin packaging the llm-council skill. Source: https://github.com/tenfoldmarc/llm-council-skill
Single skill, no dependencies. Runs 5 parallel sub-agent advisors with anonymous peer review and chairman synthesis. Triggers on "council this", "war room this", "pressure-test this", etc.
Structure:
plugins/llm-council/
.claude-plugin/plugin.json
skills/llm-council/SKILL.md
README.md
Add entry to marketplace.json. Enable in scaffold's settings.json after plugin is published.
Transferred from Jartan-LLC/scaffold#9
Problem
The llm-council skill has proven valuable across projects for architectural decisions, tech stack choices, and release readiness checks, but has to be manually installed each time.
Current Workaround
Manually copy the skill from https://github.com/tenfoldmarc/llm-council-skill.
Proposed Solution
Create a grimoire plugin packaging the llm-council skill. Source: https://github.com/tenfoldmarc/llm-council-skill
Single skill, no dependencies. Runs 5 parallel sub-agent advisors with anonymous peer review and chairman synthesis. Triggers on "council this", "war room this", "pressure-test this", etc.
Structure:
Add entry to marketplace.json. Enable in scaffold's settings.json after plugin is published.
Transferred from Jartan-LLC/scaffold#9