# Create Specification Create a new specification file in `specs/` based on the description provided. ## Arguments $ARGUMENTS - Description of the feature to specify ## Output Create a file `specs/[feature-name].md` with: ```markdown # [Feature Name] ## Description [What this feature does] ## Acceptance Criteria - [ ] Criterion 1 - [ ] Criterion 2 - [ ] ... ## Technical Notes [Implementation guidance based on project-specifications.txt] ## Edge Cases [How to handle failure scenarios] ``` Ensure acceptance criteria are specific, testable, and aligned with the project constitution.