devkit-spec
v2.1.1规范驱动开发工具集 - Spec 分析、任务拆解、实施、审查与缺陷修复(5个技能)
By zhangq0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install devkit-spec for Codex and Claude Code
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add devkit-spec@claude-devkit-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “devkit-spec” remain stable.
- Codex:
devkit-spec@agent-plugin-marketplace→devkit-spec@claude-devkit-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ibootz/claude-devkit-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devkit-spec/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/spec-analyze/SKILL.md├── skills/spec-bugfix/SKILL.md├── skills/spec-impl/SKILL.md├── skills/spec-review/SKILL.md└── skills/spec-tasks/SKILL.md
Included Skills5
需求分析 - 把一句话/模糊想法,通过结构化提问、代码调研(现状扫描+历史教训+影响面)与多 LLM 并行分析,收敛成正式 Spec 文档(spec.md)。是 spec 系列流水线的第一站,产出 spec.md 供 spec-tasks 拆解任务;若已有清晰 spec.md 只想拆任务,应转 spec-tasks 而非本 skill。
缺陷修复 - 对已知或原因未知的缺陷做统一诊断、必要时用 git worktree 隔离修复、并验证收尾。与 spec-impl 的区别:spec-impl 是照 tasks.md 做新功能实现,本 skill 独立于该 DAG 流水线之外专修缺陷——仅当已有 Spec 文档时才对照它核对预期行为,没有 Spec 也能直接进入诊断。
任务实施 - 读取 spec-tasks 产出的 tasks.md,按 DAG 依赖顺序、1-3 个任务并发实施代码、自测并写实现日志 impl.md。预设 tasks.md 已存在——没有则先跑 spec-tasks 生成;实施完成后可转 spec-review 核对代码与 spec/tasks 是否一致,本 skill 本身不做审查。
一致性审查 - 对照 spec.md、tasks.md、impl.md 与实际实现代码,用多 LLM 并行审查规范完整性、实现一致性、代码质量与风险,产出带优先级的问题清单报告。通常跑在 spec-impl 完成之后,是流水线末端的质检环节,只出报告、不改代码。
任务拆解 - 把已写好的 Spec 文档(spec.md)按数据层/核心逻辑层/接口层拆成有向无环图(DAG)任务清单 tasks.md,标注任务依赖与可并行的 Wave 分组。上承 spec-analyze 产出的 spec.md(spec.md 还不存在或需求本身不清晰,应先跑 spec-analyze),下接 spec-impl 按此 tasks.md 实施。
Plugin manifests2
{
"name": "devkit-spec",
"version": "2.1.1",
"description": "规范驱动开发工具集 - Spec 分析、任务拆解、实施、审查与缺陷修复(5个技能)",
"author": {
"name": "zhangq"
},
"skills": "./skills/",
"interface": {
"displayName": "DevKit Spec",
"shortDescription": "规范驱动开发工具集",
"category": "Development"
}
}{
"name": "devkit-spec",
"version": "2.1.1",
"description": "规范驱动开发工具集 - Spec 分析、任务拆解、实施与审查",
"author": {
"name": "zhangq"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[devkit-spec on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devkit-spec)