Loki Spec Status banner
asklokesh asklokesh

Loki Spec Status

Testing community

Description

--- description: Check whether the spec has drifted from its lock using Loki's living-spec drift detection, and summarize the report. argument-hint: "[spec-path] (default: prd.md / .loki/generated-prd.md)" allowed-tools: Bash(loki spec:*), Read --- Check whether the spec is still true: the spec is the contract; Loki keeps it true. This runs deterministic drift detection (no LLM cost) comparing the current spec against its lock. Steps: 1. If there is no lock yet, the status command will say so

Installation

Installs to ~/.claude/commands/asklokesh-loki-mode-loki-spec-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/asklokesh/loki-mode/HEAD/.claude/commands/loki-spec-status.md -o ~/.claude/commands/asklokesh-loki-mode-loki-spec-status.md

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

Full documentation available on GitHub

View Source Repository