一键导入
craft-survey
Survey prior art for prompts, skills, or repo assets. Use for "how others do this", adopt/avoid patterns, older assets, or pre-draft research.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Survey prior art for prompts, skills, or repo assets. Use for "how others do this", adopt/avoid patterns, older assets, or pre-draft research.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Improve an existing prompt or skill in place. Use for refine, sharpen, tighten, fix, upgrade, "feels off", or inconsistent artifact requests.
Create or refine spec/capabilities.md from repo signals. Use after spec-charter or for capability specs, component contracts, middle-layer specs, repo boundaries, 능력 명세, or grill.
Optimize prompts or skills with measured eval loops. Use for repeatable test inputs, eval runners, scoring, bounded mutations, or written stop conditions.
Decide where agent guidance belongs in a repo and propose the smallest harness change. Use for AGENTS.md/CLAUDE.md, hooks, subagents, MCP, plugins, sync, or pruning.
Create or amend spec/system-map.md. Use for architecture scope, system shape, runtime boundaries, core flows, invariants, storage/external systems, or SYSTEM_MAP.
Create, amend, or reassess spec/charter.md. Use for project direction, Objectives, Non-Goals, Decisions, stale spec findings, 기준, 헌장, 방향성, or spec axis.
| name | craft-survey |
| description | Survey prior art for prompts, skills, or repo assets. Use for "how others do this", adopt/avoid patterns, older assets, or pre-draft research. |
| disable-model-invocation | true |
Study comparable prompts, skills, or repo assets, extract the best patterns, and turn them into actionable improvements.
A grounded survey matters because agents that invent from scratch often rediscover bad shapes the community has already outgrown. A focused pass through prior art surfaces the handful of patterns that genuinely carry their weight — and, just as importantly, identifies the ones that shouldn't be copied.
One or two sentences naming the specific artifact being improved and the concrete survey question driving this pass. A reader seeing only this section should know what would count as a useful answer — not a generic "strengthen the artifact."
Short list of patterns found in comparable assets. Every pattern must cite its provenance — either inline per item, or via a section-opening source map that binds each pattern to its source file + section. A pattern with no traceable source doesn't belong on the list.
Patterns worth bringing into CraftKit. Each item is two parts: the pattern (short handle) AND a rationale clause naming a concrete benefit — what failure it prevents, what friction it removes, what quality it raises. Bare phrases don't satisfy the section; they model without grounding.
Patterns that should not be copied. Each item is two parts: the pattern AND a rationale clause naming the specific harm — what it breaks, what coupling it introduces, what portability it costs. Bare phrases don't satisfy the section.
Concrete file or section changes. Each item must name three things: (a) the target file (path or skill name), (b) the specific section/heading/location within that file, and (c) the edit verb (add / tighten / remove / replace / refactor). Scale the number of edits to the scope of the research ask — a narrow question deserves 1–3 edits, not a full rewrite list.
Survey-specific risks only. At least one risk must reference either the actual source set surveyed or a named constraint of the target artifact. Generic risks that could appear verbatim in any prior-art survey don't count — if the risk is portable across unrelated survey passes, it hasn't engaged this survey.
Improve a tuning skill using older prompt-builder assets and meta-skills as references.
Survey target Strengthen the tuning skill so it produces more consistent and portable edits.
Reference patterns
skills/craft-tune/SKILL.md § Inputs / Final outputskills/craft-tune/SKILL.md § Guardrailsskills/craft-critique/SKILL.md § Steps and skills/craft-tune/SKILL.md § How the loop runsskills/craft-prompt/references/prompt-patterns.md § Review promptsAdopt
Avoid
SKILL.md harder to inspect and maintainRecommended edits
skills/craft-tune/SKILL.md § Final output — tighten the changelog fields so each entry names changed / why / effectskills/craft-tune/SKILL.md § Failure modes — add a short note about scope drift during repeated editsskills/craft-tune/SKILL.md § Example — replace the generic example with one compact full-loop runRisks