You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(elaborate): add design-specific unit template sections
Design units (discipline: design) now get a template with
Design Deliverables, States to Cover, Constraints, and
Design Tokens Reference instead of dev-focused sections.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugin/skills/elaborate/SKILL.md
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1022,12 +1022,74 @@ misinterpret what to build.}
1022
1022
{Implementation hints, context, pitfalls to avoid}
1023
1023
```
1024
1024
1025
+
> **Template selection by discipline:** For `discipline: design` units, use the design template below (Design Deliverables, States to Cover, Constraints, Design Tokens Reference). For all other disciplines (`frontend`, `backend`, `api`, `documentation`, `devops`, etc.), use the standard template above (Domain Entities, Data Sources, Technical Specification).
1026
+
1027
+
#### Design unit file template:
1028
+
1029
+
When a unit has `discipline: design`, use this template instead of the standard one above:
1030
+
1031
+
```markdown
1032
+
---
1033
+
status: pending
1034
+
depends_on: []
1035
+
branch: ai-dlc/{intent-slug}/NN-{unit-slug}
1036
+
discipline: design
1037
+
pass: "" # Which pass this unit belongs to (design, product, dev) — empty for single-pass intents
1038
+
workflow: "" # Per-unit workflow override (optional — omit or leave empty to use intent-level workflow)
0 commit comments