Help us improve
Share bugs, ideas, or general feedback.
From aming-claw
Guides evidence collection for stale docs, tests, and config after code changes, using asset inbox, binding states, drift status, and review boundaries.
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-hn-demo-after-workThe 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:
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.
Orchestrates 4 documentation skills into a sequential pipeline that detects drift, applies fixes, audits coverage, and fills gaps to produce a documentation health report.
Final code review skill: runs stack-specific tests/lints (Next.js, Python, Swift, Kotlin), security checks, verifies spec.md criteria, audits hub files, issues ship/no-go verdict after /build or /deploy.
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 how Aming Claw keeps docs, tests, and config from becoming invisible collateral damage after code changes.
Code changes land, but related docs, tests, or config are stale, orphaned, or accepted as true without review.
If task_timeline_list / backlog_list returns empty for the demo project, you are CREATING demo data, not reading existing data. Mandatory rules:
DO NOT call task_create with type=pm/dev/test/qa/merge. That is the chain path. V1 default is observer-led mf_parallel.v1.
Write parallel_contract into backlog.chain_trigger_json via backlog_upsert. workers[] is an array; for parallel work include multiple workers with DISJOINT owned_files.
Tie every task_timeline_append to the same mf_id (MF-). Per-worker events use the worker's task_id; observer events can use parent_task_id.
For each mf_sub graph_query: query_source="mf_subagent" + the worker's task_id, parent_task_id, worker_role="mf_sub", fence_token as top-level params.
Capture the returned trace_id and write into payload.graph_query_trace_ids in the timeline event. NEVER fabricate trace_id strings -- anyone can GET /api/graph-governance//query-traces/<trace_id> to verify.
mf_type=chain_rescue in mf_timeline_precheck output is the MVP MF storage bucket label, not an error. See aming-claw://mf-sop.
This subskill inherits the observer-mode operator role, mode boundaries, and
acceptance criteria from the umbrella aming-claw-hn-demo skill loaded by the
Skill tool.
Do not invent an aming-claw://skill-hn-demo MCP resource.
This subskill covers only After Work operator steps for Asset Inbox, binding state, drift, impact scope, Review Queue evidence, and review-boundary checks. Use Design Alignment by default; enter Execution Supervisor only when the umbrella mode gate is explicitly satisfied.
aming-claw start; do not start it silently.After-work evidence
- Fear: docs/tests/config become stale after code changes
- Asset Inbox: <link/screenshot/asset ids>
- Binding state: <accepted/candidate/orphan/unbound/hint evidence>
- Drift: <baseline/possible/suspected/impact_pending/resolved evidence>
- Review Queue: <link/screenshot/proposal ids>
- Architecture reason: asset inventory + binding projection + impact scope + drift status + review boundary
- Limitations: <none/offline dashboard/manual screenshot/etc>