Arch Decision banner
jacobo07 jacobo07

Arch Decision

Development community

Description

--- name: arch-decision description: Architecture Decision Record (ADR) generator backed by the Claude Power Pack vault. Before committing to a non-trivial architectural choice, the agent consults the local knowledge_vault, surfaces vetoes/lessons/sealed Standards that bear on the decision, and writes a 6-section ADR (Context / Decision / Consequences / Alternatives / Vault-conflicts / Lessons-cited) to vault/decisions/<ts>_<slug>.md. Use for decisions like "should I store sessions i

Installation

Installs to ~/.claude/skills/jacobo07-claude-power-pack-arch-decision/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jacobo07-claude-power-pack-arch-decision && curl -fsSL https://raw.githubusercontent.com/jacobo07/claude-power-pack/HEAD/commands/arch-decision.md -o ~/.claude/skills/jacobo07-claude-power-pack-arch-decision/SKILL.md

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

Full documentation available on GitHub

View Source Repository