[codex] feat(design): add design inspiration workflow for uiux generation - #11
Merged
shangyankeji merged 1 commit intoApr 14, 2026
Merged
Conversation
shangyankeji
marked this pull request as ready for review
April 14, 2026 04:03
shangyankeji
added a commit
that referenced
this pull request
Apr 14, 2026
SEEAI competition acceptance no longer trusts host-spoken "passed": - Evidence is now four structured sections (first_response / runtime_checkpoint / fallback_decision / demo_path); any missing section blocks ready_for_delivery with explicit blocker + next command. - Content-quality gates: each section requires >=8 chars and must hit at least one keyword from the host's competition_evidence_template required list; "ok" / "done" / off-topic fills are rejected. - Write paths wired end-to-end: CLI --competition-evidence-json, Web POST /api/hosts/runtime-validation accepts competition_evidence, runtime validation report highlights Missing + Shallow sections. - New helpers in runtime_evidence.py: competition_evidence_shallow_sections and evaluate_competition_evidence. Bundled in this release: - Design inspiration workflow (PR #11) — UIUX stage now injects design inspiration prompt; palette / layout / component references flow into documents and Spec automatically. - WorkBuddy doctor + supplemental Skill collision + super-dev-core cleanup fixes (continued from v2.3.7 line). - Repo-wide ruff (F401/F841/UP035/UP038/I001) and black formatting. - Docs bumped to 2.3.8: docs/releases/2.3.8.md, website ChangelogPage (zh + en), HeroSection releaseNote (zh + en).
shangyankeji
added a commit
that referenced
this pull request
Apr 14, 2026
Add explicit thanks to the community contributor in v2.3.8 release notes and changelog (zh + en).
shangyankeji
added a commit
that referenced
this pull request
Apr 14, 2026
shangyankeji
added a commit
that referenced
this pull request
Apr 14, 2026
The new design subcommands shipped in v2.3.8 (super-dev design list / recommend / apply <slug>, contributed by @staruhub) were only mentioned in the changelog. Surface them where users actually look: - README.md / README_EN.md: dedicated section with credit - docs/QUICKSTART.md: include in the maintenance command examples - super-dev-website DocsPageContent: highlight card + summary line (zh + en)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
super-dev design list / recommend / applyfor DESIGN.md-inspired design explorationuiux.md/ui-contract.jsonWhy
Super Dev already had strong internal UI truth sources in
output/*-uiux.mdandoutput/*-ui-contract.json, but it lacked a lightweight inspiration layer for users who want to start from recognizable product aesthetics like Vercel, Linear, or Stripe. This change adds that inspiration workflow without introducing a second design source of truth.What changed
designcommand groupdesign apply <slug>to storedesign_inspiration_slugand writeoutput/*-design-inspiration.jsonDocumentGenerator, UI intelligence selection, UI/UX document output, and UI contract generationsuper-dev.yamlfiles do not emit false schema warningsdoctor --repairCodex tests from the real HOME directoryUser impact
uiux.md + ui-contract.jsonas the internal source of truthValidation
python3 -m pytest tests/unit/test_prompt_templates.py tests/unit/test_config.py tests/unit/test_requirement_parser.py tests/unit/test_ui_intelligence.py tests/integration/test_cli.py tests/integration/test_web_api.py -q419 passeddesign list,design recommend, anddesign apply vercelhttp://127.0.0.1:8001/api/health->{"status":"healthy","version":"2.3.7"}Notes