Summary
- Converts requirements written as user stories (.md or .txt) into a structured API Specification document.
- Defines REST endpoints, request/response shapes, status codes, and permissions for each user story.
- Output is a .md api-spec file ready to feed into the api-spec-to-technical-plan skill.
- Use when you have user stories and want a clear API contract before any technical planning or code generation begins.