Prompts · JavaScript · v0.1.0
Design user flows and navigation structure following proven UX patterns
#agent-skills#ai-coding#ai-design
Route a StyleSeed request to exactly one first workflow after resolving the current artifact boundary. Use when the user asks generally for StyleSeed help rather than invoking one specific ss-* skill.
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.
This router chooses exactly one first workflow. It is the primary entry skill when a user asks for StyleSeed help in general terms.
.styleseed/project.json and .styleseed/artifacts/index.json
exist.ss-learn is separately
installed. If absent, state the dependency precisely; never auto-install it.If the project uses the artifact registry:
Choose exactly one first workflow:
ss-setup for first-time method setup, missing lock/setup, or “set up StyleSeed for this project.”ss-build for implementing or redesigning a concrete screen/component/page when the direction is already known.ss-reference for compiling supplied references that are not already represented by a maintained grammar.ss-studio for creative direction, exploration, concept generation, or multi-direction concept work.ss-audit for critique, heuristic review, UX issue finding, or “what is wrong with this screen.”ss-score for code/design quality scoring or gate-floor measurement.ss-verify for rendered pixel inspection, screenshot review, or visual verification.ss-update for refreshing an installed StyleSeed payload or checking whether it is current.ss-resolve and its read-only scripts/styleseed-doctor.mjs for local installation integrity,
configuration, compiled-rule drift, or missing/stale evidence diagnosis. Do not substitute
an update, recompilation, or visual inspection for a status-only request.ss-learn only for explicit learning capture requests; otherwise report that
the optional learning extension is unavailable.Ask one bounded clarification question only when needed to choose the first workflow:
<id-a> or <id-b>?”After one bounded question is answered, route to exactly one first workflow.
Granular ss-* skills remain backward compatible. If the user explicitly invokes ss-setup,
ss-build, ss-reference, ss-studio, ss-audit, ss-score, ss-verify, ss-update, or
ss-learn, use that direct skill instead of rerouting.
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