ask
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
Work with architectural decisions — list, inspect health, add, or confirm auto-proposed decisions.
> /plugin marketplace add repowise-dev/repowise > /plugin install repowise@repowise
How it fires
How this command gets triggered: by you, by Claude, or both.
/decisionContext preview
What this command does when you run it.
Work with architectural decisions — list, inspect health, add, or confirm auto-proposed decisions.
description: Work with architectural decisions — list, inspect health, add, or confirm auto-proposed decisions. allowed-tools: Bash, Read
Repowise captures architectural decisions (the *why* behind the code) from eight sources and tracks them for staleness and conflicts. This command drives the `repowise decision` group.
1. If `.repowise/` doesn't exist: "This repo isn't indexed yet. Run `/repowise:init` first." Stop. 2. Map `$ARGUMENTS` to a subcommand, run it, and present the result clearly.
ungoverned hotspots (high-churn files with no recorded decision). Good first call.
spans, status, and the supersession lineage.
the user makes a decision during the session and wants it recorded. With both `--title` and `--decision` it records without prompting and prints the id (`--format json` to parse it back), which is the form to use with no terminal. The rest are optional: `--context`, `--rationale`, `--alternative`, `--consequence`, `--affects`, `--tag`, the last four repeatable. A flag-driven record lands `proposed` for a person to `confirm`.
git history and accept or reject them.
`--superseded-by <id>`) or `repowise decision dismiss <id>`.
MCP tool (the `architectural-decisions` skill) — it returns lineage and an alignment score. This command is for *managing* the decision records themselves.
`--decision`; tell the user when a step needs their input.
Codebase intelligence for AI and humans: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.
Repo: repowise-dev/repowise
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
Triage card for files, modules, or symbols — layer, hotspot, fix history, freshness (relationships, not source bytes).
Ingest or inspect test-coverage reports — LCOV, Cobertura/Clover, or coverage.py .coverage (builds the per-test map when contexts are present).
Report unreachable files, unused exports, and zombie packages, tiered by confidence.
Diagnose the Repowise setup — install, API keys, index/store drift — and optionally repair it.
Export the wiki (or architecture model) to markdown, HTML, JSON, or Structurizr DSL.