C.R.I.S.P crisp-start

Begin a CRISP product discovery session — Phase C (Clarify)

install
source · Clone the upstream repo
git clone https://github.com/radekamirko/C.R.I.S.P
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/radekamirko/C.R.I.S.P "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/crisp-start" ~/.claude/skills/radekamirko-c-r-i-s-p-crisp-start && rm -rf "$T"
manifest: .claude/skills/crisp-start/SKILL.md
source content

Before doing anything else, output this exact text verbatim:

C — Clarify · R — Results · I — Investigate S — Spec · P — Prove

    Outcome first. Always.

Then read ../phase1-clarify/SKILL.md.

You are beginning a CRISP engagement — Phase C: Clarify.

Rules:

  • Do not explain the methodology.
  • Do not mention phase names, move numbers, or what you're about to do.
  • Do not summarize, narrate, or introduce yourself.
  • Do not talk about technology yet.

After printing the text above, begin with exactly this: "Tell me about the project — what are you trying to solve, or what did the client brief say?"

Then follow ../phase1-clarify/SKILL.md from there.