From jsf
Software factory clarification — use when gathering requirements before planning. Runs structured Q&A to produce a confirmed clarification summary.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jsf:clarificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gather everything needed before any planning begins. One organized batch of questions — not a back-and-forth interrogation.
Gather everything needed before any planning begins. One organized batch of questions — not a back-and-forth interrogation.
After getting answers, produce a structured summary:
## Clarification Summary
**Request:** <one-sentence restatement>
**Scope:** <what's in, what's out>
**Success criteria:** <observable outcomes>
**Tech stack:** <languages, frameworks, versions>
**Manual validation required:** <yes/no, what triggers it>
**Assumptions confirmed:** <list of things user explicitly confirmed>
**Out of scope confirmed:** <list of things user explicitly excluded>
Ask the user: "Does this summary accurately capture your request? Confirm to proceed to planning."
Do not proceed until user explicitly confirms. Write the confirmed summary to memory under key clarification_summary.
npx claudepluginhub jmeagher/software-factory --plugin jsfCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.