Agent Skills
› chrisblattman/claudeblattman
› prompt
prompt
GitHub将模糊或口语化的需求转化为结构化的明确任务指令,并立即执行第一步。适用于意图不清、高风险或需严谨框架的场景,确保后续会话无需重复澄清即可执行。
Trigger Scenarios
用户输入模糊或口语化请求
需要明确任务边界和约束条件
高 stakes 决策前的需求澄清
Install
npx skills add chrisblattman/claudeblattman --skill prompt -g -y
SKILL.md
Frontmatter
{
"name": "prompt",
"description": "Turn a rough, dictated, or ambiguous request into a clear, structured task, then carry it out. Use when a request is conversational, messy, underspecified, or high-stakes enough to deserve careful framing before work begins."
}
Prompt
Purpose
Turn rough intent into an instruction another session could execute without repeated clarification — then execute it.
Workflow
- Identify the objective, the artifact to produce, the audience, sources, constraints, and success criteria.
- Ask only questions that change scope, risk, source access, or irreversible action. If none qualify, do not ask any.
- Convert the vague ask into concrete task instructions.
- Include guardrails about what not to touch, when relevant.
- Show the structured task briefly, then execute it, starting with the first bounded step.
Output Shape
Refined task:
Inputs to provide:
Constraints:
Success criteria:
First step:
Version History
- 12e14d4 Current 2026-07-24 11:55


