跳到主要内容

功能列表模板

此页面镜像了 docs/agent-playbooks/templates/feature-list.template.json 中附带的 JSON 模板,因此也可以直接在文档站点内浏览。

{
"task": "replace-with-task-slug",
"last_updated": "YYYY-MM-DD",
"items": [
{
"id": "F001",
"priority": 1,
"status": "pending",
"description": "Describe one end-to-end feature or one reviewable task slice.",
"verification": ["List the command or user-visible check that proves this item works."],
"files": [],
"notes": ""
}
]
}