spec-status
Track specification progress by displaying detailed status, phase completion, and task updates within the Spec Workflow MCP server for streamlined AI-assisted software development.
Instructions
Show detailed status of a specification including phase completion and task progress
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Absolute path to the project root | |
specName | Yes | Name 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"
}