← ClaudeAtlas

designlisted

Run a Design Execution session for a milestone. Loads full project context deterministically (via design-load.mjs), investigates the open questions in each Ready / In-Progress πŸ“ Design and πŸ“‹ Planning task, proposes a thematic execution order for human sign-off, then walks each task one open-question at a time β€” debating trade-offs, locking decisions, updating architecture pages, and filing follow-on πŸ”² Backlog Code tasks. Use when the user says "design", "design session", "let's run a design session for milestone X", "execute the design tasks", or starts a Design Execution session. Requires a grooming manifest in the central config tree (config/projects/<dir>/grooming.json), shared with the /groom skill.
phahadek/claude-orchestrator Β· β˜… 1 Β· Web & Frontend Β· score 74
Install: claude install-skill phahadek/claude-orchestrator
# Design Execution Design Execution is the **upstream** sister to grooming. A πŸ“ Design or πŸ“‹ Planning task arrives with an unresolved decision space; this skill drives that space to a locked spec, applies the spec into the live architecture pages, and files the follow-on Code / Operational / Investigation tasks that `/groom` will then bring to Ready. ``` πŸ“ Design / πŸ“‹ Planning ──/design──▢ πŸ”² Backlog Code ──/groom──▢ πŸ—‚οΈ Ready ──implement──▢ βœ… Done ``` > **Scope note.** Throughout this skill, _"Design task"_ refers to **both > πŸ“ Design and πŸ“‹ Planning** tasks β€” they share the same workflow shape (open > questions β†’ locked decisions β†’ follow-on Backlog tasks, with or without > architecture-page edits). The skill targets both types and treats them > identically. The only material difference in practice: Planning tasks more > often have an empty `Notion pages affected` list (planning produces task > sequencing, not architecture lock-ins), which is handled transparently by > Step 3.5 (the page-edits loop just iterates a possibly-empty list). This skill exists because the procedure is **load-bearing but routinely improvised**: under context pressure a session executing a Design task tends to batch-lock implementation notes mid-discussion, silently widen scope, edit architecture pages without showing the diff, or call a defer a "resolve." The anti-pattern file already prescribes the shape (`reference/anti-patterns.md`) β€” this skill operationalizes it. **Read `referenc