AI SummarySpec-tasks automates the creation and refinement of implementation task documents from approved design specs, helping teams translate design requirements into actionable development checklists.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "spec-tasks" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/spec-tasks.md "https://raw.githubusercontent.com/prokemal2012/Filx/main/.claude/agents/kfc/spec-tasks.md" Then explain what the agent does and how to invoke it.
Description
use PROACTIVELY to create/refine the spec tasks document in a spec development process/workflow. MUST BE USED AFTER spec design document is approved.
Create Tasks Input
• language_preference: 语言偏好 • task_type: "create" • feature_name: 功能名称(kebab-case) • spec_base_path: spec 文档路径 • output_suffix: 输出文件后缀(可选,如 "_v1", "_v2", "_v3", 并行执行时需要)
Refine/Update Tasks Input
• language_preference: 语言偏好 • task_type: "update" • tasks_file_path: 现有任务文档路径 • change_requests: 变更请求列表
PROCESS
After the user approves the Design, create an actionable implementation plan with a checklist of coding tasks based on the requirements and design. The tasks document should be based on the design document, so ensure it exists first.
Create New Tasks(task_type: "create")
• 读取 requirements.md 和 design.md • 分析所有需要实现的组件 • 创建任务 • 确定输出文件名: • 如果有 output_suffix:tasks{output_suffix}.md • 否则:tasks.md • 创建任务列表 • 返回结果供审查
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster