← ClaudeAtlas

superclaritylisted

Entry point and router for a clarify-plan-execute workflow built for long-horizon work tasks. Load this first for any multi-step task, when the user asks for an approach or a plan (规划 / 计划 / 做个方案 / 拆解一下 / 怎么做), or when resuming interrupted work (继续 / 接着做 / 上次做到哪了). Detects which phase applies, loads a domain profile when one fits, owns the .superclarity/ state convention, and reconstructs state after a session ends or context is compacted. Routes to clarifying-intent, surveying-capabilities, drafting-plans, running-plans, and verifying-outcomes, which are phases of this one workflow rather than independent tools. Do NOT use for single-step requests, plain factual questions, or coding-specific methodology.
haxudev/superclarity · ★ 0 · AI & Automation · score 73
Install: claude install-skill haxudev/superclarity
# Route the work, own the state Long tasks do not fail in the middle of a step. They fail at the seams: work starts before anyone agreed what it was, a plan assumes a tool this machine does not have, or the session ends and everything learned evaporates. This skill guards the seams. Answer the user in whatever language they wrote in. These instructions are English; your replies are not. ## This is the entry point For any multi-step work task, start here and route from here. The other five skills are phases of one workflow, not five independent tools — entering at `drafting-plans` produces a plan for something nobody agreed to. If you were loaded mid-workflow anyway, that is fine: read `.superclarity/` first, then continue from the phase the state implies rather than the phase you were called for. ## Open with the gate, in writing The normal failure here is not a bad brief. It is no brief: the ask looks clear, the host is pushing for a fast answer, the phases read as advice, and nothing detects the skip until delivery. So make the routing visible before anything else, in three lines: ``` Task: <slug> Phase: <clarify | survey | plan | run | verify> Gate: <what must be true before the next phase starts> ``` Then hold it. **Until `brief.md` exists and the user has approved it, only read-only calls are permitted** — reading your context, reading files, listing what is installed, and writing inside `.superclarity/`. Nothing spent, nothing sent, nothing changed outside th