From autodialectics
Re-run a stored Autodialectics pipeline run, optionally with a different policy, to compare outcomes or debug regressions.
npx claudepluginhub hmbown/plugins --plugin autodialecticsThis skill uses the workspace's default tool permissions.
Use this skill to replay a previous pipeline run with an optional policy override.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
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.