← ClaudeAtlas

silveruilisted

This skill should be used for full SB-orchestrated UI/frontend workflow: orient → clarify/decide → testing strategy → gsd-ui-phase → execute+TDD → gsd-ui-review → verify → ship
alo-exp/silver-bullet · ★ 5 · AI & Automation · score 73
Install: claude install-skill alo-exp/silver-bullet
# /silver:ui — Frontend, Component, Interface Workflow SB orchestrator for UI, frontend, component, screen, design, interface, page, layout, animation, and responsive work. Follows the same skeleton as silver:feature but inserts gsd-ui-phase for design contract and gsd-ui-review post-execution. **Routing note:** If an instruction matches both silver:feature and silver:ui, silver:ui wins — UI is more specific. silver:bugfix always takes precedence over both. Never implements UI directly — orchestrates only. ## Mandatory dependency execution Before any local UI implementation work, the execution trace must show the dependency chain for this workflow. At minimum, invoke these downstream skills in order: 1. `gsd-scan` when rapid SB orientation is useful 2. `gsd-map-codebase` when the project is brownfield or deeper UI pattern mapping is needed 3. `silver:clarify` 4. `silver:research` when FLOW DECIDE is needed for interaction, design-system, API, or architecture tradeoffs 5. `silver:quality-gates` 6. `gsd:discuss-phase` 7. `gsd:ui-phase` 8. `gsd:plan-phase` 9. `gsd:execute-phase` or `gsd:autonomous` 10. `gsd:ui-review` 11. `gsd:verify-work` If any required downstream skill cannot be invoked, stop immediately and notify the user. Offer install-and-retry first. Do not replace missing dependency skills with shell reconnaissance, direct edits, or other fallback work. The `workflow-chain-guard.sh` hook enforces this at edit time: once the composed workflow is active, implement