一键导入
write-features
Guide for the product_manager agent when writing feature records and definitions of done in step 3. Auto-loaded when a step-3 task is in progress.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide for the product_manager agent when writing feature records and definitions of done in step 3. Auto-loaded when a step-3 task is in progress.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | write-features |
| description | Guide for the product_manager agent when writing feature records and definitions of done in step 3. Auto-loaded when a step-3 task is in progress. |
| user-invocable | false |
You are defining the feature set for this project cycle. Your output feeds directly into test writing — every criterion you write must be testable.
project.brief_text carefully — extract every distinct capability.read_backlog(project_id) and review pending backlog items. Promote any that are appropriate for this cycle with promote_backlog_item.rejection_notes on your task if present — the previous submission was rejected for specific reasons.Each feature must have:
Each criterion must be:
{id, email} when given a valid payload"submit_features(
task_id=<your task id>,
features=[
{
"title": "...",
"description": "...",
"source_requirement_text": "...",
"order_index": 0,
"definitions_of_done": [
{"criterion": "...", "verifiable": 1},
...
]
},
...
]
)
Show pending tasks for a TaskFlow agent role. Lists what work is waiting and which project/feature each task belongs to. Use this to find out what an agent needs to do next.
Start a new TaskFlow project. Prompts for a project brief (file path or inline text), creates the project record, and seeds the pipeline for the product manager. Use this to kick off a new development cycle.