Agent Skills
› chrisblattman/claudeblattman
› prompt
prompt
GitHub将模糊或口语化的需求转化为清晰、结构化的任务指令并执行。适用于对话式、混乱或未明确定义的场景,通过识别目标、约束和成功标准,减少澄清成本,确保高效执行。
Trigger Scenarios
用户提出模糊或口语化的请求
需要结构化任务以便其他会话执行
高风险或需严格约束的任务
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


