Skip to content
Skillv1.0.0

shape

Plan the UX and UI for a feature before writing code. Produces a design brief that guides implementation.

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/shape/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill shape. Copyright stays with the author.

Shape the UX and UI for a feature before any code is written. This skill produces a design brief: a structured artifact that guides implementation through discovery, not guesswork.

Scope: Design planning only. This skill does NOT write code. It produces the thinking that makes code good.

Output: A design brief that can be handed off to any implementation skill.

Delegates To: grilling for Phase 1. Recommend an implementation skill after the brief is confirmed; do not invoke another user-invoked skill.

Context Gathering

Before the interview, ground yourself in the project so the brief reflects what already exists:

  • Design context — if the repo carries any of PRODUCT.md, DESIGN.md, .impeccable.md, or a ## Design Context block in .github/copilot-instructions.md, read it. Skip silently if none exist.
  • Existing system — read the established design system (CSS / tokens / theme and one representative component or page) to learn the conventions in play. Use what's there; branch out only when the UX wins.
  • Register — decide whether design is the product (marketing, landing, portfolio → identity and boldness lead) or design serves the product (app, dashboard, tool → clarity and restraint lead). This frames every direction choice below.

Phase 1: Discovery Interview

Write no code and make no design decisions in this phase. Understand the feature deeply enough to make excellent design decisions later.

Run the grilling skill. Seed the design tree with these branches so the frontier covers them:

  • Purpose and context — what this is for, who specifically uses it, success, user state of mind
  • Content and data — what is shown or collected, realistic ranges, empty/error/first-time/power-user cases, what is dynamic
  • Design goals — the single most important user action, how it should feel, existing product patterns, reference examples
  • Constraints — technical, content, mobile, accessibility beyond WCAG AA
  • Anti-goals — wrong directions and the biggest risk of getting this wrong

Facts that the repo already answers stay off the frontier. grilling asks the rest in rounds with recommended answers.

Phase 2: Design Brief

After the interview, synthesize everything into a structured design brief. Present it to the user for confirmation before considering this skill complete.

Brief Structure

1. Feature Summary (2-3 sentences) What this is, who it's for, what it needs to accomplish.

2. Primary User Action The single most important thing a user should do or understand here.

3. Design Direction How this should feel. What aesthetic approach fits. Reference the project's design context from .impeccable.md or .github/copilot-instructions.md (if present) and explain how this feature should express it.

4. Layout Strategy High-level spatial approach: what gets emphasis, what's secondary, how information flows. Describe the visual hierarchy and rhythm, not specific CSS.

5. Key States List every state the feature needs: default, empty, loading, error, success, edge cases. For each, note what the user needs to see and feel.

6. Interaction Model How users interact with this feature. What happens on click, hover, scroll? What feedback do they get? What's the flow from entry to completion?

7. Content Requirements What copy, labels, empty state messages, error messages, and microcopy are needed. Note any dynamic content and its realistic ranges.

8. Recommended References Based on the brief, list which reference files or documentation would be most valuable during implementation (e.g., spatial design guidance for complex layouts, motion design for animated features, interaction design for form-heavy features).

9. Open Questions Anything unresolved that the implementer should resolve during build.


ask the user directly to clarify what you cannot infer. Get explicit confirmation of the brief before finishing. If the user disagrees with any part, revisit the relevant discovery questions.

Once confirmed, the brief is complete. The user can now hand it to any implementation skill or approach.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-shape/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-shape.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-shape",
  "kind": "skill",
  "name": "shape",
  "description": "Plan the UX and UI for a feature before writing code. Produces a design brief that guides implementation.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "ux",
      "planning",
      "design-brief",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Plan the UX and UI for a feature before writing code. Produces a design brief that guides implementation."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/shape/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/shape/SKILL.md",
      "key": "shipshitdev/skills/skills/shape/SKILL.md"
    }
  },
  "instructions": "Shape the UX and UI for a feature before any code is written. This skill produces a **design brief**: a structured artifact that guides implementation through discovery, not guesswork.\n\n**Scope**: Design planning only. This skill does NOT write code. It produces the thinking that makes code good.\n\n**Output**: A design brief that can be handed off to any implementation skill.\n\nDelegates To: `grilling` for Phase 1. Recommend an implementation skill after the brief is confirmed; do not invoke another user-invoked skill.\n\n## Context Gathering\n\nBefore the interview, ground yourself in the project s",
  "cost": {
    "context_tokens": 1043
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-shape/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.