craft-promptlisted
Install: claude install-skill sungjunlee/craftkit
# craft-prompt
## Purpose
Turn a goal, scattered notes, or a raw ask into a clear, well-structured prompt that gets the best results from any LLM — a separate step from doing the task itself, so the result is a copy-paste-ready text block the user can drop into any AI interface.
## Use this when
- the user asks to write, make, or build a prompt from scratch
- scattered notes need to become a reusable prompt or template
- a session handoff prompt or `/goal` condition is needed
- Korean prompt requests appear, such as "프롬프트 만들어" or "프롬프트 작성"
## Inputs
- **Goal** — what the prompt should make the LLM do
- **Target** — which model, product surface, or agent interface
- **Audience** — who will use the prompt (the user, a team, non-technical users)
- **Reuse** — one-shot use, or a reusable template with placeholders
- For coding-agent or worktree prompts: the execution context — default to paths relative to the current worktree root unless the user explicitly needs machine-specific absolute paths
Don't over-ask — infer whatever the request already makes clear. "Write me a code review prompt for GPT" already gives goal and target.
## Workflow
1. **Confirm inputs.** Ask only what Inputs doesn't already make clear.
2. **Gather the raw material.** Collect what the prompt's purpose needs — task instructions and constraints; research questions and recency needs; for a session handoff, run `git status`, `git diff --stat`, `git log --oneline -5`, and note recent changes; for a `/g