MerchantryTidbits

agent-orchestration / mcp

Spec Workflow MCP

Capability: Spec Workflow MCP

Use it when

  • Your coding agent jumps straight to implementation and you want it forced through a sequential requirements, design, then tasks spec before any code is written.
  • You need a human approval checkpoint and a live dashboard to review agent-authored spec documents, request revisions, and track task-by-task progress.

What it solves

Not the fit when

  • No built-in HTTPS or user authentication; README says to front it with a reverse proxy for network access.
  • Dashboard binds to localhost by default and is not meant for direct internet exposure.
  • Author notes the repo is on a temporary maintenance break.
  • running or hosting the coding agent itself
  • code review of the produced diff
  • https and user authentication on the dashboard
  • ci pipeline orchestration

Install

claude mcp add spec-workflow npx @pimzino/spec-workflow-mcp@latest -- /path/to/your/project

Invoke

Start the dashboard with 'npx -y @pimzino/spec-workflow-mcp@latest --dashboard' (http://localhost:5000), then in your MCP client say things like 'Create a spec for user authentication' or 'Execute task 1.2 in spec user-auth'.

Alternatives

No reviewed alternatives recorded yet.