add_feature
Generate requirement, design, and task documents for a new feature based on project context. Provide a feature name and description to create specifications.
Instructions
当用户需要添加新功能、生成功能规格文档时使用。生成新功能规格文档(需求/设计/任务清单),基于项目上下文
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_name | No | 功能名称(kebab-case 格式,如 user-auth)。可选,如果不提供会从 description 自动提取 | |
| description | No | 功能详细描述。可以是简短的自然语言(如'添加用户认证功能')或详细的需求说明 | |
| docs_dir | No | 文档输出目录,默认为 docs | |
| template_profile | No | 模板档位:auto(默认,自动选择 guided/strict)、guided(普通模型友好)或 strict(结构更紧凑) |