Prompts · JavaScript · v0.1.0
Design user flows and navigation structure following proven UX patterns
#agent-skills#ai-coding#ai-design
Generate a composed UI pattern from the active StyleSeed grammar and brand recipe using existing primitives.
by bitjaru · updated 7d ago · imported from GitHub
When .styleseed/project.json and .styleseed/artifacts/index.json exist, resolve the requested artifact ID first, then read only .styleseed/bundles/<artifact-id>.md and .styleseed/manifests/<artifact-id>.json. Never fall back to the global legacy bundle for a registry project. Legacy projects may use .styleseed/effective-rules.md only when no registry exists.
/ss-component/ss-page/ss-flow/ss-tokensPattern type: $0 Description: $ARGUMENTS
If either registry file exists, require a complete valid registry. Resolve the selected
artifact with --artifact <id> and read only .styleseed/bundles/<id>.md and
.styleseed/manifests/<id>.json. Missing/stale output needs a scoped resolve and re-check;
invalid configuration is not permission to fall back or restart setup.
Only when neither registry file exists, resolve the legacy STYLESEED.md and read
.styleseed/effective-rules.md and .styleseed/manifest.json.
Then inspect:
components/ui/ for available primitivescomponents/patterns/ for existing patternsCompose the pattern from existing components — DO NOT recreate primitives.
Follow the selected recipe rather than one default card language:
ss-pattern-surface only when containment is earned.ss-page-gutter or ss-page-padding instead of hardcoded universal gutters.ss-pattern-inset, ss-pattern-control, and ss-pattern-icon for recipe-aware shape.Use semantic tokens for all visual properties.
Make the pattern a reusable component with props for dynamic content.
Run /ss-score and verify that the pattern has a functional relationship to its page
instead of being an isolated pretty card.
No comments yet — start the thread.
Sign in to join the discussion.
Prompts · JavaScript · v0.1.0
Design user flows and navigation structure following proven UX patterns
#agent-skills#ai-coding#ai-design
Prompts · JavaScript · v0.1.0
Audit screens for UX issues using Nielsen's heuristics and modern mobile UX best practices
#agent-skills#ai-coding#ai-design
Prompts · JavaScript · v0.1.0
Audit a component or page for accessibility issues and fix them
#agent-skills#ai-coding#ai-design
Prompts · JavaScript · v0.1.0
Build a screen with StyleSeed's composed method, then run the code and pixel gates before presenting. Use when building or rebuilding a screen; sets up the project first if needed.
#agent-skills#ai-coding#ai-design