Skip to main content
Glama

Spec Workflow MCP

by Pimzino

create-steering-doc

Generates product, tech, or structure steering documents with custom markdown content for spec-driven development workflows. Requires explicit user input for document creation and supports structured project paths.

Instructions

Create a specific steering document (product.md, tech.md, or structure.md) with the provided content. Use ONLY when user explicitly requests steering document creation. NOT automatically required.

Input Schema

NameRequiredDescriptionDefault
contentYesThe complete markdown content for the steering document
documentYesWhich steering document to create: product, tech, or structure
projectPathYesAbsolute path to the project root

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The complete markdown content for the steering document", "type": "string" }, "document": { "description": "Which steering document to create: product, tech, or structure", "enum": [ "product", "tech", "structure" ], "type": "string" }, "projectPath": { "description": "Absolute path to the project root", "type": "string" } }, "required": [ "projectPath", "document", "content" ], "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