# Council Outcome

> |

- **Type:** Skill
- **Install:** `agentstack add skill-yogirk-agent-council-council-outcome`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [yogirk](https://agentstack.voostack.com/s/yogirk)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [yogirk](https://github.com/yogirk)
- **Source:** https://github.com/yogirk/agent-council/tree/main/skills/claude-code/council-outcome

## Install

```sh
agentstack add skill-yogirk-agent-council-council-outcome
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Council Outcome

Record whether a past council decision turned out to be correct.

## Usage

The user invokes `/council-outcome  "description of what happened"`.

If the user doesn't provide a session ID, run `/council-list` first to show available sessions.

## Run

Replace `{SESSION_ID}` and `{RESULT}` with the user's values.

```bash
COUNCIL_BIN=""; for _d in "$HOME/.claude/skills/agent-council" "$HOME/.agents/skills/agent-council" "$HOME/.gemini/skills/agent-council" "$(git rev-parse --show-toplevel 2>/dev/null)"; do [ -x "$_d/bin/council" ] && COUNCIL_BIN="$_d/bin/council" && break; [ -x "$_d/council" ] && COUNCIL_BIN="$_d/council" && break; done; [ -z "$COUNCIL_BIN" ] && COUNCIL_BIN="$(which council 2>/dev/null || echo "bin/council")"
SLUG=$(basename "$(git rev-parse --show-toplevel 2>/dev/null || pwd)")
$COUNCIL_BIN outcome {SESSION_ID} --result "{RESULT}" --project "$SLUG"
```

After recording, tell the user:
- The outcome has been saved to the session's meta.json
- The viewer has been updated with an outcome banner
- They can open the viewer to see the annotation

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [yogirk](https://github.com/yogirk)
- **Source:** [yogirk/agent-council](https://github.com/yogirk/agent-council)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-yogirk-agent-council-council-outcome
- Seller: https://agentstack.voostack.com/s/yogirk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
