46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
# Good Enough 4u0 — Design Passport
|
||
|
||
**File:** `good-enough-4u0-design-passport.md`
|
||
|
||
## Purpose
|
||
The Design Passport is the **front matter** for every Good Enough 4u0 project. It summarizes the project, lists its central compromise, and links all supporting documents (CCC + Material Passports).
|
||
|
||
## Passport Template
|
||
|
||
**1. Project Title**
|
||
- Clear, descriptive name.
|
||
|
||
**2. Project Summary**
|
||
- One short paragraph explaining what the design does and who it’s for.
|
||
|
||
**3. Central Compromise Reference**
|
||
- Link or embed the CCC; one-sentence summary of the defect.
|
||
|
||
**4. Materials**
|
||
- List of *Anchor COTS* parts.
|
||
- List of *Ship-Light* custom parts.
|
||
- List of *Salvage / Non-Standard Materials* (with links to Material Passports).
|
||
|
||
**5. Tools Required**
|
||
- The *Tool Floor* (minimum necessary tools).
|
||
|
||
**6. Status**
|
||
- ☐ UNVERIFIED
|
||
- ☐ PEER CHECKED
|
||
|
||
**7. Version**
|
||
- v0.x
|
||
|
||
**8. License**
|
||
- “This design is free to use, remix, commercialize, or ignore. No restrictions.”
|
||
|
||
## Folder Structure Example
|
||
```
|
||
/project-name/
|
||
design-passport.md
|
||
certificate-central-compromise.md
|
||
material-passport-[material].md
|
||
build-instructions.md
|
||
photos/
|
||
```
|