aming-claw-hn-challengelisted
Install: claude install-skill amingclawdev/aming-claw
## REQUIRED FIRST READ
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 guardrails.
skill is the operating contract.
graph-first has copy-pasteable graph_query payload examples.
Common failures when these are skipped:
- Bootstrapping the wrong project.
- Calling task_create dev/pm instead of observer-led mf_parallel.v1.
- Using Grep on the aming-claw codebase instead of graph_query.
- Fabricating trace_id strings.
- Falling back to the older before/during/after case walkthrough instead of
the HN challenge.
# Aming Claw HN Challenge
This is the public challenge entrypoint. The legacy
`aming-claw-hn-demo` skill remains as a compatibility alias, but this skill is
the one HN readers should see in the skill menu.
Run the demo as one observer coordinating multiple contracted workers against
the same commit-bound project graph. Do not ask the user to write orchestration
code.
## Challenge Shape
The run must show:
1. Worker A and Worker B receive contracts bound to the same commit.
2. Worker A passes and its diff is accepted as candidate evidence.
3. Worker B fails or is interrupted.
4. The observer replays Worker B from the same contract lineage and frozen
commit.
5. The replay passes with a clean, disjoint diff.
6.