v1.1 — spec-review + rename structure→spec
What's New
Renamed: structure → spec
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
structurerenamed tospec- New
spec-reviewaction with 4 parallel perspectives - All internal references updated