본문으로 건너뛰기

기능 목록 템플릿

이 페이지는 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": ""
}
]
}