getaxonflow

Axonflow Explain Decision — Development skill for Claude Code

Development community

Fetch the full reasoning behind an AxonFlow policy decision (matched policies, risk level, override availability).

How to install Axonflow Explain Decision

Installs to ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-explain-decision/SKILL.md

Terminal
mkdir -p ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-explain-decision && curl -fsSL https://raw.githubusercontent.com/getaxonflow/axonflow-claude-plugin/HEAD/commands/axonflow-explain-decision.md -o ~/.claude/skills/getaxonflow-axonflow-claude-plugin-axonflow-explain-decision/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Axonflow Explain Decision does


description: Fetch the full reasoning behind an AxonFlow policy decision (matched policies, risk level, override availability) argument-hint:

Fetch the explanation for a previously-made AxonFlow policy decision using the `explain_decision` MCP tool.

Decision ID to explain: $ARGUMENTS

If no decision ID was provided, ask the user for one (it's typically returned in the original deny block reason or in `check_policy` responses).

Present the result clearly:

  • Which policy

Alternatives in Development

  • Privacy Policy — Draft privacy policies with GDPR compliance considerations 7.8k ★
  • Pi Reserved Keybindings — Extensions cannot override these shortcuts — they are silently skipped by registerShortcut() 526 ★
  • Ensue Skill — A persistent knowledge tree that grows with you - what you learn today enriches tomorrow's reasoning 411 ★

Full documentation available on GitHub

View Source Repository