← ClaudeAtlas

planlisted

Use when a task needs an implementation-ready design document before code changes begin.
JHostalek/dotclaude · ★ 11 · AI & Automation · score 76
Install: claude install-skill JHostalek/dotclaude
task = $ARGUMENTS Create the minimum implementation-ready plan: one canonical, self-contained HTML artifact with two reading layers. The visual architecture layer is the human approval surface; the execution layer is the complete implementation plan for fresh coding agents with access to the artifact and repository. Research until the relevant behavior, change surface, constraints, reusable patterns, decisive tradeoffs, and acceptance boundary are clear. Cite repository precedent as `file:line` wherever the design adopts or departs from an existing pattern. Search current vendor documentation, libraries, and open-source prior art when an unfamiliar API, new pattern, or consequential design choice could change the decision; record the decisive fact and provenance, not the research process. Resolve every material in-scope uncertainty with evidence or user input. Treat hypothetical future needs as non-goals. <artifact_contract> Save or update `docs/plans/<type>-<short-name>.html`. Do not create companion requirements, research, task, or handoff files. Describe the reviewed target state: what must exist and why, one abstraction level above pseudocode. Exclude code, pseudocode, statement-level mechanics, placeholders, open questions, and deferred decisions. Include implementation order, task decomposition, dependencies, and witnessed or repository-derived verification commands in the execution layer. The artifact must carry all decision context required for implementation. Ex