design-refinement

Installation
SKILL.md

Design Refinement

Overview

This skill deepens an existing design tree.

Its job is to take major branches that are still vague and push them toward implementable leaf nodes. It should make the design more specific, more bounded, and harder to misread during implementation.

When to Use

Use this skill when:

  • the design tree already exists
  • the design is still too high-level to guide implementation planning
  • important branches lack interfaces, boundaries, failure behavior, or validation detail
  • the user asks to make the design more concrete, more detailed, or more complete

Do not use this skill when:

Installs
12
Repository
freeacger/loom
GitHub Stars
1
First Seen
Mar 30, 2026
design-refinement — freeacger/loom