dtgbao/spec-workflow
v2.0.5MIT
Spec-driven development workflows for requirements, design, bug fixes, quick specs, task planning, and execution.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "spec-workflow",
"version": "2.0.5",
"description": "Spec-driven development workflows for requirements, design, bug fixes, quick specs, task planning, and execution.",
"author": {
"name": "Bao Dang",
"url": "https://github.com/dtgbao"
},
"repository": "https://github.com/dtgbao/agent-skills",
"license": "MIT",
"keywords": [
"spec-driven-development",
"requirements",
"planning",
"workflow",
"bugfix"
],
"extensions": {
"com.openai.codex": {
"interface": {
"displayName": "Spec Workflow",
"shortDescription": "Turn requirements, designs, and bug reports into executable specifications.",
"longDescription": "Guide feature and bug-fix work through requirements-first, design-first, bugfix, or quick-spec workflows. Produce approved requirements, designs with correctness properties, dependency-ordered tasks, progress status, and focused task execution.",
"developerName": "dtgbao",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/dtgbao/agent-skills",
"composerIcon": "./assets/composer-icon.png",
"logo": "./assets/logo.png",
"defaultPrompt": [
"Create a spec for this feature: [describe the feature]",
"Plan a surgical fix for this bug: [describe the bug]",
"Show the status of my current specification"
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 9YAML files
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai.codex