经 AI Skill Hub 精选评估,Takt SDD 工作流 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
Spec-Driven Development工作流定义仓库
Takt SDD 工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Spec-Driven Development工作流定义仓库
Takt SDD 工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g takt-sdd # 方式二:npx 直接运行(无需安装) npx takt-sdd --help # 方式三:项目依赖安装 npm install takt-sdd # 方式四:从源码运行 git clone https://github.com/j5ik2o/takt-sdd cd takt-sdd npm install npm start
# 命令行使用
takt-sdd --help
# 基本用法
takt-sdd [options] <input>
# Node.js 代码中使用
const takt_sdd = require('takt-sdd');
const result = await takt_sdd.run(options);
console.log(result);
# takt-sdd 配置说明 # 查看配置选项 takt-sdd --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export TAKT_SDD_CONFIG="/path/to/config.yml"
Write the spec. takt reliably ships the rest.
A Spec-Driven Development (SDD) workflow definition repository using takt.
Automates the entire development flow — from requirements definition through design, task decomposition, implementation, review, and validation — using takt workflows (YAML workflows) and facets.
takt-sdd is compatible with Kiro (.kiro/specs/) and can be used alongside it.
takt-sdd uses takt's state-machine-based workflow control to deterministically manage AI agent execution paths.
devDependencies during installation)npm run kiro:spec:requirements -- "description of requirements..."
To add the SDD workflow to your project, run the following in your project root:
npx create-takt-sdd
For Japanese facets and messages:
npx create-takt-sdd --lang ja
To install a specific version or the latest release:
npx create-takt-sdd --tag latest
npx create-takt-sdd --tag 0.1.2
The installer sets up the following:
.takt/ — Workflows (YAML workflows) and facets in the selected language (--lang)openspec/config.yaml — OpenSpec project config initialized via the official OpenSpec 1.3.1 CLIpackage.json — npm scripts for each phase + takt and @fission-ai/openspec@1.3.1 as devDependenciescc-sdd@3.0.2 CLI, propagating the selected --langOptions:
| Option | Description |
|---|---|
--force | Overwrite existing .takt/ directory |
--tag <version> | Install a specific version (latest, 0.2.0, etc.) |
--lang <en\|ja> | Facet and message language (default: en) |
--dry-run | Preview files without writing |
When package.json already exists, only npm scripts are merged (existing scripts are not overwritten). The installer also runs openspec init --tools none --force ., so OpenSpec is ready without generating extra AI-tool-specific files. It then runs the pinned cc-sdd@3.0.2 initialization with the same --lang. In --dry-run mode the cc-sdd initialization is previewed only and not executed.
npm run kiro:discovery -- "feature idea..."
The openspec/config.yaml file defines the schema and optional project context:
```yaml schema: spec-driven
Use kiro:* scripts for new SDD workflow usage. Legacy cc-sdd:* scripts remain available for existing projects during migration, but new documentation and agent guidance should prefer the Kiro surface.
| Phase | npm script | Workflow identity | Description |
|---|---|---|---|
| Discovery | kiro:discovery | kiro-discovery | Route a feature idea, update brief/roadmap when needed |
| Spec quick path | kiro:spec:quick | kiro-spec-quick | Generate requirements, design, and tasks through the closed-loop path |
| Requirements | kiro:spec:requirements | kiro-spec-requirements | Generate requirements in EARS format |
| Gap validation | kiro:validate:gap | kiro-validate-gap | Compare requirements with the current codebase |
| Design | kiro:spec:design | kiro-spec-design | Generate technical design and discovery notes |
| Design validation | kiro:validate:design | kiro-validate-design | Review design quality and return a GO/NO-GO decision |
| Tasks | kiro:spec:tasks | kiro-spec-tasks | Generate implementation tasks |
| Batch specs | kiro:spec:batch | kiro-spec-batch | Generate multiple specs from roadmap dependency order |
| Status | kiro:spec:status | kiro-spec-status | Report spec phase, approvals, and readiness |
| Implementation | kiro:impl | kiro-impl | Implement approved tasks with review/debug/verify gates |
| Implementation validation | kiro:validate:impl | kiro-validate-impl | Validate implementation evidence and remaining manual checks |
Separate from the SDD workflow, an OpenSpec-based change management workflow is provided. This workflow manages structured changes through proposal → implementation → archival phases.
The npm run opsx:* entrypoints stay intact, but the workflow definitions now follow the official OpenSpec CLI contract (openspec new change, openspec status, openspec instructions, openspec archive --yes) instead of a repo-local helper script.
| Workflow | Description |
|---|---|
opsx-propose | Create a change and generate all artifacts (proposal, design, tasks) |
opsx-apply | Implement tasks from a change |
opsx-archive | Archive a completed change |
opsx-full | Run propose → apply → archive in one automated sequence |
opsx-explore | Interactive exploration and thinking (read-only, not included in full) |
高质量的AI工作流定义仓库
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Takt SDD 工作流 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | takt-sdd |
| Topics | ai-agentai-dlcsddtakttypescript |
| GitHub | https://github.com/j5ik2o/takt-sdd |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-06-09 · 更新时间:2026-06-09 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端