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


