agent-skills-governancelisted
Install: claude install-skill Zhao73/alphacouncil-agent
# Agent-Skills Governance
This skill is bundled with AlphaCouncil so every installer gets the same guardrails. It follows the `addyosmani/agent-skills` pattern: a skill is an executable workflow with gates, anti-rationalizations, and exit criteria, not a vague style guide.
Source inspiration: https://github.com/addyosmani/agent-skills
## Mandatory Use
Use this skill whenever `alphacouncil-agent` is invoked or when editing the plugin's research/reporting behavior. Do not require the user to install `addyosmani/agent-skills` separately.
## Stop Gates
Before giving a final investment answer, all gates below must be satisfied:
1. Selection gate: for every full or quick council run, call `begin_council_selection` with
the intended `council_mode`, show `display_markdown` with the complete returned catalog
expandable (number, identity, method and `best_for`), obtain this run's submission, and call
`confirm_master_selection` with `display_ack: true`. Full accepts 1..N/ranges/IDs/`all`;
quick accepts only 1-4 methods and forbids `all`. Do not create a run, fetch evidence or
spawn a worker until it returns a `selection_receipt`. Data-only `screen`, `options`,
`news` and `market` calls are exempt.
2. Receipt gate: pass the one-use `selection_receipt` with the same symbol, prompt,
language and `council_mode` used at selection. The receipt is mode-bound: never use a
full receipt for quick or a quick receipt for full, and never override it with `masters`
o