run

Installation
SKILL.md

Autodialectics Run

Use this skill to drive the Autodialectics anti-slop pipeline against a task.

Prerequisites

autodialectics-mcp must be on PATH (pip install autodialectics).

MCP Workflow

  1. health — verify the MCP server is reachable.
  2. init_runtime — ensure the database and default champion policy exist.
  3. compile_task — compile the task JSON into an immutable contract. Inspect it before proceeding.
  4. run_task — execute the full pipeline (evidence → dialectic → execution → verification → evaluation → gate).
    • Pass detach: true for long-running tasks. Poll with inspect_run afterward.

CLI Fallback

If the MCP server is not available:

Installs
1
GitHub Stars
4
First Seen
2 days ago
run — hmbown/autodialectics