From maxi
Use when the user invokes /maxi:clarify or when a spec.md has open questions, [NEEDS CLARIFICATION] markers, or ambiguous FRs — status must be "specified"
How this skill is triggered — by the user, by Claude, or both
Slash command
/maxi:clarifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resolve open questions in an existing spec without rewriting it. Appends a `## Clarifications` section and updates FRs in place.
Resolve open questions in an existing spec without rewriting it. Appends a ## Clarifications section and updates FRs in place.
docs/maxi/constitution.md must exist — if missing, stop: "No constitution found. Run /maxi:constitution first."docs/maxi/specs/. Find spec.md with status: specified.
status: specified: ask user which one to clarify.status: specified: stop with "No spec at status specified found. Run /maxi:specify to create one, or check that the target spec is in the right phase."drafting: stop with "Spec is still drafting — run /maxi:specify to complete it first."clarified or later: stop with "Spec is already clarified. No further clarification needed; proceed to /maxi:plan."[NEEDS CLARIFICATION: ...] markers, questions in FR descriptions, vague adjectives ("fast", "robust", "user-friendly", "simple"), and missing acceptance criteria[NEEDS CLARIFICATION: ...] markers with the resolved text in the relevant FRs
b. Append: add/update ## Clarifications section at the end of spec.md with Q&A pairs
c. Frontmatter: set updated: [today's ISO date] (YYYY-MM-DD)status: specified → status: clarified in spec.md frontmatterdocs/maxi/specs/NNNN-slug/spec.md (status: clarified). Next: /maxi:plan.## Clarifications
**Q: [question asked]**
A: [user's answer — verbatim or paraphrased accurately]
**Q: [next question]**
A: [answer]
When this skill emits prose that references another maxi artifact (an ADR, spec, plan, tasks, constitution, or repo file) — in an artifact body or in a chat report — render it as a relative Markdown link, not a bare slug/number/code span:
.md (an ADR slug like 0003-constitution-decoupled-from-claudemd; for generic spec artifacts use <feature-dir>/<name>, e.g. 0002-migrate-adr-review-fixes/spec; non-.md files keep their full name).related_adrs entries stay bare slugs) or within-document IDs (FR-012, section names).[NEEDS CLARIFICATION: ...] markers when resolved. Don't leave them as-is.[NEEDS CLARIFICATION: ...] markers still in spec.md after clarification → must update in placestatus: planned or later → wrong phase, stop immediately/maxi:specifyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub amoutiers/maxi-superpowers --plugin maxi