Skip to content

Port stranded improvements: express, library, figma-bridge, heuristic-eval, taste-report#29

Merged
Owl-Listener merged 1 commit into
mainfrom
claude/designpowers-improvements-YgSv6-port
May 31, 2026
Merged

Port stranded improvements: express, library, figma-bridge, heuristic-eval, taste-report#29
Owl-Listener merged 1 commit into
mainfrom
claude/designpowers-improvements-YgSv6-port

Conversation

@Owl-Listener

Copy link
Copy Markdown
Owner

What this does

Ports five skills + the traced-run example that were stranded on claude/designpowers-improvements-YgSv6 (PR #22 — closed as a draft, never merged).

Most of that branch's work reached main via PRs #23#27 (design-review, design-md, design-memory, the consistency CI). But these items were left behind. This brings them onto current main cleanly, rather than reopening the now-stale #22 branch (which had diverged 10 commits behind).

Skills added

  • design-express — a two-minute on-ramp for first-time users (quick critique/build taster); verifies accessibility by computing contrast rather than asserting it.
  • design-library — pull a known brand's DESIGN.md off the shelf (from the open awesome-design-md collection) and adapt it, with a pinned offline browse index and a prompt-injection guardrail (fetched files treated as untrusted data).
  • figma-bridge — turn specs/code into visual artifacts: push into Figma frames, pull Figma in, or render an accessible HTML prototype.
  • heuristic-evaluation — a structured Nielsen-style heuristics pass for the review lane.
  • taste-report — a written report from the two-layer (personal vs. client) taste model.

Also

  • examples/traced-run/ — an end-to-end pipeline fixture with a real rendered artifact and computed WCAG evidence.
  • scripts/shoot.js (reproducible rendering), scripts/check-library-index.sh + its CI workflow.

Wiring

  • All five skills referenced in the router (new "Additional lanes and on-ramps" section) so the consistency check sees no orphans.
  • README skill count bumped 31 → 36.

Verification

  • scripts/check-consistency.sh, scripts/check-routing.sh, and scripts/check-library-index.sh all pass locally (exit 0).

Honest notes

  • The router references for the five skills were added as a dedicated section rather than woven into the existing decision tables — functional and CI-clean, but a follow-up could integrate them more deeply into the phase routing if desired.
  • Skill files are fully exercised only in a live multi-agent session; the traced-run is a driven worked example (artifact + evidence are real), as its README states.

Generated by Claude Code

…-eval, taste-report

These five skills plus the traced-run example were authored on
claude/designpowers-improvements-YgSv6 (PR #22, closed as draft without
merging). Most of that branch reached main via PRs #23-27, but these items
never landed. This ports them cleanly onto current main:

- skills/design-express  — two-minute on-ramp for first-time users; verifies
  accessibility (computes contrast) rather than asserting it
- skills/design-library  — pull a brand's DESIGN.md off the shelf and adapt it,
  with an offline browse index and injection guardrail
- skills/figma-bridge    — turn specs/code into visual artifacts (Figma / HTML)
- skills/heuristic-evaluation — structured heuristics pass for review
- skills/taste-report    — written report from the two-layer taste model
- examples/traced-run/   — end-to-end pipeline fixture with a real rendered
  artifact and computed WCAG evidence
- scripts/shoot.js, scripts/check-library-index.sh + its CI workflow

Wired all five skills into the router (Additional lanes and on-ramps section)
and bumped the README skill count 31 -> 36. Consistency, routing, and
library-index checks pass locally (exit 0).
@Owl-Listener Owl-Listener marked this pull request as ready for review May 31, 2026 20:02
@Owl-Listener Owl-Listener merged commit 9888b11 into main May 31, 2026
2 checks passed
@Owl-Listener Owl-Listener deleted the claude/designpowers-improvements-YgSv6-port branch May 31, 2026 20:02
Owl-Listener pushed a commit that referenced this pull request May 31, 2026
PR #29 inadvertently swept an entire mcp-tools/accessibility/node_modules
tree (~3,500 files) onto main via a git add -A — a leftover from unrelated
v2 work that belongs in the separate designpowers-mcp repo.

Removes the stray tree and adds a node_modules/ .gitignore guard so installed
dependencies can't be committed again. Touches nothing else: README, skills,
agents, examples, and scripts are all unchanged.
GMDeese pushed a commit to GMDeese/designpowers that referenced this pull request Jun 1, 2026
The README claimed "36 skills" but only documented 28 — eight skills shipped
in the repo (several ported in Owl-Listener#29) were never mentioned, so the count didn't
reconcile with the visible lists and users couldn't discover them.

Adds an "Entry Points & Support Skills" subsection after the workflow table
covering: design-express, design-review, design-md, design-library,
figma-bridge, heuristic-evaluation, synthetic-user-testing, taste-report.

Purely additive — 18 lines added, none removed. No other content touched.
Consistency check passes (exit 0); all 36 skill dirs now referenced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants