From autodialectics
Re-run a stored Autodialectics pipeline run, optionally with a different policy, to compare outcomes or debug regressions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autodialectics:replayThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to replay a previous pipeline run with an optional policy override.
Use this skill to replay a previous pipeline run with an optional policy override.
autodialectics-mcp must be on PATH (pip install autodialectics).
replay_run(run_id, policy_id?) — re-execute a stored run manifest. If policy_id is provided, the replay uses that policy instead of the original.autodialectics replay <run_id>
autodialectics replay <run_id> --policy <policy_id>
inspect_run the original before replaying — understand what happened first.If the user passes a run ID after /autodialectics:replay, replay that run and summarize the comparison with the original.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hmbown/plugins --plugin autodialectics