Skip to main content
Glama

Spec Workflow MCP

refresh-tasks

Automates the generation of updated task lists by analyzing project requirements and design documents. Integrates with Spec Workflow MCP to ensure task alignment with current implementation and project goals.

Instructions

Provides requirements.md, design.md, and tasks.md content along with comprehensive instructions for an AI agent to refresh the task list. The agent should analyze the documents and use create-spec-doc to recreate tasks.md with updated tasks that bridge the gap between current implementation and requirements.

Input Schema

NameRequiredDescriptionDefault
projectPathYesAbsolute path to the project root
specNameYesName of the specification

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Absolute path to the project root", "type": "string" }, "specName": { "description": "Name of the specification", "type": "string" } }, "required": [ "projectPath", "specName" ], "type": "object" }
Install Server

Other Tools from Spec Workflow MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pimzino/spec-workflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server