Skip to content

v1.1 — spec-review + rename structure→spec

Choose a tag to compare

@Maximepodgorski Maximepodgorski released this 15 Mar 00:01
· 25 commits to main since this release

What's New

Renamed: structurespec

The structure action is now spec. Same behavior, clearer name.

Migration: Replace component structure with component spec in your workflows.

New: spec-review action

Multi-perspective spec review that launches 4 expert reviewers in parallel:

Perspective Focus
Front Engineer Implementability, prop types, edge cases, testability
DS Manager Naming consistency, token coverage, composition, API surface
Accessibility Specialist WCAG 2.1 AA, keyboard nav, ARIA, screen reader, contrast
Product Designer Design intent fidelity, visual states, responsive, content flexibility

Consolidated verdicts: APPROVED · APPROVED WITH NOTES · NEEDS REVISION · BLOCKED

Updated workflow

Before:  structure → doc → dev → review
After:   spec → spec-review → doc → dev → review

Summary

  • 5 → 6 actions
  • structure renamed to spec
  • New spec-review action with 4 parallel perspectives
  • All internal references updated