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
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
@@ -1181,12 +1181,74 @@ misinterpret what to build.}
1181
1181
{Implementation hints, context, pitfalls to avoid}
1182
1182
```
1183
1183
1184
+
> **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).
1185
+
1186
+
#### Design unit file template:
1187
+
1188
+
When a unit has `discipline: design`, use this template instead of the standard one above:
1189
+
1190
+
```markdown
1191
+
---
1192
+
status: pending
1193
+
depends_on: []
1194
+
branch: ai-dlc/{intent-slug}/NN-{unit-slug}
1195
+
discipline: design
1196
+
pass: "" # Which pass this unit belongs to (design, product, dev) — empty for single-pass intents
1197
+
workflow: "" # Per-unit workflow override (optional — omit or leave empty to use intent-level workflow)
0 commit comments