Write specifications and requirements before implementation - Requirement phase
/plugin marketplace add packlikez/claude-code-dev-plugin/plugin install packlikez-dev@packlikez/claude-code-dev-plugin# /dev:write-spec
Write specifications BEFORE implementation. This is the **Requirement** phase.
---
## STEP 1: Understand the Request
---
## STEP 2: Gather Requirements
### For Feature Spec
### Clarifying Questions
---
## STEP 3: Write Specification
### Feature Spec Template
### API Contract Template
json
{
"field1": "string",
"field2": 123
}
json
{
"data": {...},
"message": "Success"
}
### Bug Fix Spec Template
---
## STEP 4: Save Specification
---
## STEP 5: Confirm with User
---
## OUTPUT FORMAT
---
## RULES