mythify-worklisted
Install: claude install-skill aihxp/mythify
# /mythify-work
Run the requested work in this chat with Mythify as the durable evidence
ledger. The user should see the work unfold here: what is happening, why it is
happening, what passed, what failed, and what comes next.
## Contract
1. Keep execution in the initiating chat unless the user explicitly asks for a
handoff, background run, or external agent.
2. Prefer MCP tools when available. Otherwise use the installed `mythify`
launcher, falling back to `python3 scripts/mythify.py` from a Mythify
checkout.
3. Start with a one-sentence visible outcome.
4. Run `mythify route "TASK"` to choose the workflow unless the user already
named a specific Mythify primitive.
5. For multi-step work, create or resume a plan, then mark the chat cursor:
mythify report --cursor chat --mark
6. Before each step, say the step name and success criterion in chat.
7. Mark the step in progress, do the work, then run a chat report:
mythify step ID in_progress
mythify report --since last --cursor chat --format chat
8. Run an executable verifier before claiming completion:
mythify verify run "COMMAND" --claim "CLAIM"
mythify report --since last --cursor chat --format chat
9. If verification fails, surface the failure in chat, record a reflection,
fix the root cause, and re-verify. Do not advance on red.
10. When verification passes, complete the step with the verifier evidence and
run another report:
mythify step ID completed "ver