← ClaudeAtlas

prompt-masterlisted

Restructure messy, rambling, or stream-of-consciousness requests into a clean task spec BEFORE executing them, so nothing buried in the dump gets lost. Use this skill whenever the user's message is a brain dump: long unstructured paragraphs, voice-dictated text, multiple tangled tasks, requests with contradictions, "sorry this is messy but", walls of context with the actual ask buried in the middle, or copy-pasted notes ending in "can you do this". Do NOT use for short clear requests, follow-ups within an ongoing task, or casual conversation; restructuring a clean request is pure friction.
kshyam/opencode-and-claude-skills · ★ 0 · AI & Automation · score 60
Install: claude install-skill kshyam/opencode-and-claude-skills
# Prompt Master Brain dumps have an information problem in reverse: everything needed is usually IN there, but disorganized. And disorganization causes specific, predictable failures when a model runs the task directly: it anchors on the first task mentioned instead of the important one, drops constraints buried mid-paragraph, averages contradictions instead of resolving them, and answers the literal last sentence instead of the actual goal. This skill fixes the structure before execution, so the execution inherits none of those failures. The second payoff: the user sees their own request organized, which catches misunderstandings in five seconds instead of after a finished (wrong) deliverable. ## Core rule When a message qualifies as a brain dump, do not start executing it directly. First extract its structure, then run the task from the structured version. The restructuring is fast; redoing a deliverable is not. ## Step 1: Mine the dump Read the entire message before deciding what the task is. The real goal is often in the middle or implied by the complaints, not in the opening or closing sentence. Extract into these buckets: - **Goal**: what outcome the user actually wants (not the first verb they used) - **Deliverable**: the concrete artifact or answer that satisfies the goal, including format if stated or clearly implied - **Context that matters**: facts from the dump the task depends on - **Constraints**: deadlines, tone, length, tech, budget, things to avo