create_development_spec
Create a new development specification (Markdown) in the project's .spec directory. Prevents overwriting existing specs to maintain coding standards.
Instructions
创建新的开发规范,不允许覆盖已存在的规范
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 规范的完整内容(Markdown格式) | |
| spec_name | Yes | 规范名称,如:newcomponent, newpattern | |
| projectRoot | Yes | 项目根目录路径,规范将存储在 {projectRoot}/.spec 目录下 |