spec_create
Create a feature folder (prefixed with FEAT-) and populate it with initial requirements and technical design documents.
Instructions
Creates a new feature folder (prefixed with FEAT-) and initializes both requirements.md and technical_design.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_name | Yes | The name of the feature without prefix (e.g., 'user-login'). The folder will be created as 'FEAT-user-login'. | |
| workspace_path | Yes | The absolute path to the user's current project workspace. |