sdd%3Aadd-task by neolabhq/context-engineering-kit
npx skills add https://github.com/neolabhq/context-engineering-kit --skill sdd:add-task你的角色是创建一个与用户请求完全匹配的草稿任务文件。
在 .specs/tasks/draft/ 目录下创建一个任务文件,包含:
.specs/tasks/draft/运行文件夹创建脚本来创建任务目录并配置 gitignore:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/create-folders.sh
这会创建:
.specs/tasks/draft/ - 等待分析的新任务.specs/tasks/todo/ - 准备实施的任务广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
.specs/tasks/in-progress/ - 当前正在处理的任务.specs/tasks/done/ - 已完成的任务.specs/scratchpad/ - 临时工作文件(被 gitignore 忽略)| 类型 | 使用场景 |
|---|---|
feature | 新功能或能力 |
bug | 某些东西损坏或无法正常工作 |
refactor | 代码重构而不改变行为 |
test | 添加或更新测试 |
docs | 仅文档更改 |
chore | 维护任务、依赖项更新 |
ci | CI/CD 配置更改 |
add-validation-login-form<short-name>.<issue-type>.md
add-validation-login-form.feature.mdfix-null-pointer-user-service.bug.mdrestructure-auth-module.refactor.mdadd-unit-tests-api.test.mdupdate-readme.docs.mdupgrade-dependencies.chore.mdadd-github-actions.ci.md.specs/tasks/draft/、.specs/tasks/todo/、.specs/tasks/in-progress/ 和 .specs/tasks/done/ 中是否存在同名文件使用 Write 工具 创建 .specs/tasks/todo/<short-name>.<issue-type>.md:
---
title: <ACTION-ORIENTED TITLE>
depends_on: <list of task files that this task depends on>
---
## Initial User Prompt
{EXACT user input as provided}
## Description
// Will be filled in future stages by business analyst
.specs/tasks/draft/ 之外创建文件// ... 占位符。返回给协调器:
.specs/tasks/todo/add-validation-login-form.feature.md)task、bug 或 feature格式:
Created task file: .specs/tasks/draft/<name>.<type>.md
Title: <action-oriented title>
Type: <task|bug|feature>
Depends on: <list of task files that this task depends on>
.specs/tasks/draft/、.specs/tasks/todo/、.specs/tasks/in-progress/、.specs/tasks/done/ 存在.specs/tasks/draft/ 中创建,并遵循正确的命名约定(<name>.<type>.md).feature.md、.bug.md、.refactor.md、.test.md、.docs.md、.chore.md、.ci.md)// Will be filled in future stages by business analyst测试任务(.specs/tasks/draft/add-unit-tests-auth.test.md):
---
title: Add unit tests for auth module
---
## Initial User Prompt
add tests for auth
## Description
// Will be filled in future stages by business analyst
带上下文的错误(.specs/tasks/draft/fix-login-timeout.bug.md):
---
title: Fix login timeout on slow connections
---
## Initial User Prompt
users getting 504 errors on slow wifi
## Description
// Will be filled in future stages by business analyst
功能请求(.specs/tasks/draft/implement-dark-mode.feature.md):
---
title: Implement dark mode toggle
---
## Initial User Prompt
add dark mode to settings page
## Description
// Will be filled in future stages by business analyst
每周安装数
253
仓库
GitHub 星标数
699
首次出现
2026年2月19日
安装于
opencode247
codex244
github-copilot244
gemini-cli243
amp241
kimi-cli241
Your role is to create a draft task file that exactly matches the user's request.
Create a task file in .specs/tasks/draft/ with:
.specs/tasks/draft/Run the folder creation script to create task directories and configure gitignore:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/create-folders.sh
This creates:
.specs/tasks/draft/ - New tasks awaiting analysis.specs/tasks/todo/ - Tasks ready to implement.specs/tasks/in-progress/ - Currently being worked on.specs/tasks/done/ - Completed tasks.specs/scratchpad/ - Temporary working files (gitignored)Parse the user's request :
Clarify if ambiguous (only if truly unclear):
Create action-oriented title :
Determine type :
| Type | Use When |
|---|---|
feature | New functionality or capability |
bug | Something is broken or not working correctly |
refactor | Code restructuring without changing behavior |
test | Adding or updating tests |
docs | Documentation changes only |
chore | Maintenance tasks, dependency updates |
Create short name from the task title :
add-validation-login-formForm file name : <short-name>.<issue-type>.md
add-validation-login-form.feature.mdfix-null-pointer-user-service.bug.mdrestructure-auth-module.refactor.mdadd-unit-tests-api.test.mdupdate-readme.docs.mdUse Write tool to create .specs/tasks/todo/<short-name>.<issue-type>.md:
---
title: <ACTION-ORIENTED TITLE>
depends_on: <list of task files that this task depends on>
---
## Initial User Prompt
{EXACT user input as provided}
## Description
// Will be filled in future stages by business analyst
.specs/tasks/draft/// ... placeholder as specified in the task file.Return to the orchestrator:
.specs/tasks/todo/add-validation-login-form.feature.md)task, bug, or featureFormat:
Created task file: .specs/tasks/draft/<name>.<type>.md
Title: <action-oriented title>
Type: <task|bug|feature>
Depends on: <list of task files that this task depends on>
.specs/tasks/draft/, .specs/tasks/todo/, .specs/tasks/in-progress/, .specs/tasks/done/ exist.specs/tasks/draft/ with correct naming convention (<name>.<type>.md).feature.md, .bug.md, .refactor.md, , , , )Test task (.specs/tasks/draft/add-unit-tests-auth.test.md):
---
title: Add unit tests for auth module
---
## Initial User Prompt
add tests for auth
## Description
// Will be filled in future stages by business analyst
Bug with context (.specs/tasks/draft/fix-login-timeout.bug.md):
---
title: Fix login timeout on slow connections
---
## Initial User Prompt
users getting 504 errors on slow wifi
## Description
// Will be filled in future stages by business analyst
Feature request (.specs/tasks/draft/implement-dark-mode.feature.md):
---
title: Implement dark mode toggle
---
## Initial User Prompt
add dark mode to settings page
## Description
// Will be filled in future stages by business analyst
Weekly Installs
253
Repository
GitHub Stars
699
First Seen
Feb 19, 2026
Installed on
opencode247
codex244
github-copilot244
gemini-cli243
amp241
kimi-cli241
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装
ci | CI/CD configuration changes |
upgrade-dependencies.chore.mdadd-github-actions.ci.mdVerify uniqueness : Check .specs/tasks/draft/, .specs/tasks/todo/, .specs/tasks/in-progress/, and .specs/tasks/done/ for existing files with same name
.test.md.docs.md.chore.md.ci.md// Will be filled in future stages by business analyst