From dev-workflow
Use when the user wants an in-depth requirements interview that produces a detailed implementation spec.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflow:spec-interviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interview the user in depth about technical implementation, API design, data models, prompt engineering pitfalls, LLM output quality, and tradeoffs. Ask non-obvious follow-up questions, track contradictions, and resolve them before writing the spec.
Interview the user in depth about technical implementation, API design, data models, prompt engineering pitfalls, LLM output quality, and tradeoffs. Ask non-obvious follow-up questions, track contradictions, and resolve them before writing the spec.
If harness-specific tool mapping is needed, load exactly one matching metadata.*-read-it reference; otherwise load none.
Write the final spec only after the requirements are stable.
npx claudepluginhub alex-kopylov/zweihander --plugin dev-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.