spec-list
Track and manage project specifications by listing all specs along with their status. Provides clarity on project progress and aids in structured spec-driven development workflows.
Instructions
List all specifications in the project with their status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectPath | Yes | Absolute path to the project root |
Input Schema (JSON Schema)
{
"properties": {
"projectPath": {
"description": "Absolute path to the project root",
"type": "string"
}
},
"required": [
"projectPath"
],
"type": "object"
}