Conduct a focused interview to draft a spec.md for an upcoming task (the input step of SDD — spec-driven development). Walks through goal, behaviors, acceptance criteria, edge cases, and out-of-scope one branch at a time, then writes the spec to disk. If during the interview the scope turns out to be multiple independent features, pauses and asks the user to pick one — the chosen one becomes the spec, the rest stay outside the repo. Trigger when the user wants to draft a spec before implementation, mentions "draft the spec", "let's spec this out", "what should we build", or starts an SDD workflow.
$npx -y skills add eduwxyz/my-awesome-skills --skill interview-to-specInstalls into the current project.
Run `npx skills use "https://github.com/eduwxyz/my-awesome-skills" --skill "eduwxyz/my-awesome-skills/interview-to-spec"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/eduwxyz/my-awesome-skills" that are relevant to the current task. Run `npx skills add "https://github.com/eduwxyz/my-awesome-skills"` and select the relevant skills, then follow their instructions.