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: skills/reference-design/SKILL.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Workflow for creating production-quality reference designs in Zener. A reference
9
9
10
10
## Workflow
11
11
12
-
1.**Get the IC definition available to the design.**Prefer validated registry modules/components when they fit; import a web component into the workspace only when you need a new local component package.
12
+
1.**Get the IC into the workspace.**The component may already exist locally, in the registry, or need importing from the web.
13
13
2.**Study the datasheet** — extract the information listed in [Datasheet Checklist](#datasheet-checklist).
14
14
3.**Study an existing reference design** — read a validated example before writing. See [Studying Existing Designs](#studying-existing-designs).
15
15
4.**Create the design** — scaffold the directory, write the `.zen` file section by section, build after every major section. See [Design Structure](#design-structure).
@@ -33,13 +33,7 @@ Extract these from the scanned datasheet markdown before writing any code:
33
33
34
34
## Studying Existing Designs
35
35
36
-
Before writing a new reference design, read a validated example from the workspace or registry to learn patterns. Find candidates with:
0 commit comments