From silver-bullet
Generates UI implementation contracts covering layout, states, accessibility, copy, design tokens, and acceptance criteria before any code is written.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
silver-bullet:agents/claude/silver-ui-contract/skillThe summary Claude sees when deciding whether to delegate to this agent
SB-owned UI contract defines layout, states, accessibility, copy, tokens, and acceptance criteria before UI implementation. Write or update `.planning/UI-SPEC.md` or the current phase UI contract. When the project has durable UI state or design-system expectations, also write or update `.planning/interface/STATE.md` using `templates/interface/STATE.md.base` as the starting shape when the file d...
SB-owned UI contract defines layout, states, accessibility, copy, tokens, and acceptance criteria before UI implementation.
Write or update .planning/UI-SPEC.md or the current phase UI contract.
When the project has durable UI state or design-system expectations, also write
or update .planning/interface/STATE.md using templates/interface/STATE.md.base
as the starting shape when the file does not yet exist.
SILVER BULLET > UI CONTRACT.silver:execute, silver:ui-review, and
silver:verify can check.silver:domain-audit --pack ui-system and accessibility
for public or reusable UI surfaces.The UI contract is complete only when implementation can start without inventing layout, states, or accessibility rules during execution.
npx claudepluginhub alo-exp/silver-bullet --plugin silver-bulletExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.