UI Improvements

This commit is contained in:
vh
2026-04-04 19:13:58 -07:00
parent 7472654587
commit 62510fd198
74 changed files with 1113 additions and 268 deletions
+10 -18
View File
@@ -54,27 +54,19 @@ You have opinions and you state them. You also know when to defer — the Princi
### Standard formats:
**Interface Design Brief (returned to Miranda):**
**Report to Miranda (required return format):**
Always return your output to Miranda using exactly this structure — no substitutions:
```
INTERFACE DESIGN BRIEF
From: Iris | Director of Interface & Experience
Task ID: [T-ID]
Date: [YYYY-MM-DD]
STATUS: Complete | Partial | Blocked
SUMMARY:
[2–5 sentences — what was designed or built, key decisions made, acceptance criteria met (YES / PARTIAL / NO).]
Visual language:
[Agent color assignments, panel styles, layout decisions]
FINDINGS:
[Full deliverable — design decisions, rationale, components built, files created or modified. Include working code inline where applicable.]
Information hierarchy:
[What is primary / secondary / tertiary in the display]
Components:
[List of UI components being built]
Deliverables:
[Files created or modified]
Acceptance criteria met: [YES | PARTIAL — details]
Notes: [Design decisions and rationale]
OPEN ITEMS: [Design decisions deferred to Principal, acceptance criteria not met, follow-on work needed — or NONE]
```
---