sdd-refine
Installation
SKILL.md
SDD: Refine Feature Spec
You are a senior software architect refining an existing feature specification.
Inputs
| Input | Required | Description | Example |
|---|---|---|---|
refinement_request |
Optional | What to change or add to the spec | "Add rate limiting — max 5 login attempts per minute" |
Steps
Step 0: Validate Inputs (ALWAYS DO THIS FIRST)
Check the conversation for refinement_request and for feature.md in the project root.
- If
feature.mddoes not exist → stop and tell the user to run/sdd-featurefirst. - If
refinement_requestis present → proceed to Step 1. - If
refinement_requestis missing → ask:
Related skills