Help us improve
Share bugs, ideas, or general feedback.
From aming-claw
Runs a two-step docs drift demo: stale a feature's docs, then fix them and compare dashboard evidence. Use when a user asks to run, preview, or collect evidence for docs drift with the current Claude Code or Codex observer session.
npx claudepluginhub amingclawdev/aming-claw --plugin aming-clawHow this skill is triggered — by the user, by Claude, or both
Slash command
/aming-claw:aming-claw-drift-demoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before any response that uses this skill, in this exact order:
Guides evidence collection for stale docs, tests, and config after code changes, using asset inbox, binding states, drift status, and review boundaries.
Detects documentation that has drifted from code by scanning for renamed APIs, undocumented code, stale comments, and mismatched architecture constraints. Useful after feature work, during code review, or as periodic hygiene.
Detects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.
Share bugs, ideas, or general feedback.
Before any response that uses this skill, in this exact order:
ListMcpResourcesTool() ReadMcpResourceTool(uri="aming-claw://current-context") ReadMcpResourceTool(uri="aming-claw://skill") ReadMcpResourceTool(uri="aming-claw://graph-first")
current-context anchors project_id, governance URLs, and 3 guardrails. skill is the operating contract (Start Sequence, Observer Operating Modes). graph-first has copy-pasteable graph_query payload examples.
Common failures when these are skipped:
Show that a feature can change while docs are stale, and that the stale-doc state remains visible until a doc-fix step addresses it.
The preferred observer is the user's current Claude Code or Codex session. This session should run the two-step story: first change the feature while leaving docs stale, then guide the doc fix and compare the dashboard evidence.
Scripted runners are setup and CI fallback only. They may create an isolated fixture or run a deterministic smoke, but do not claim scripted output as proof that a live AI observer noticed documentation drift.
Use fixture setup only when there is no safe project ready.
Expected setup helper:
node frontend/dashboard/scripts/e2e-drift-demo-fixture.mjs --no-browser
Fixture setup should return a project id and prepare a small feature plus docs. It should not be described as the live observer's drift detection or product judgment.
Docs Drift evidence
- Project: <project_id>
- First feature change: <backlog id/link or timeline event>
- Stale docs signal: <asset/review/operations/graph evidence>
- Doc fix: <backlog id/link or changed doc>
- Dashboard: <graph link>, <assets link>, <review link>, <operations link>
- Limitations: <proposal not accepted/stale graph/scripted setup/etc>