agent-health
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Reviews UI/UX designs, wireframes, and design systems for usability, accessibility, consistency, and implementation feasibility. Use when reviewing design specs or when the user mentions design review, UX review, or design feedback.
$ npx -y skills add tranhieutt/software_development_department --skill design-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Reviews UI/UX designs, wireframes, and design systems for usability, accessibility, consistency, and implementation feasibility. Use when reviewing design specs or when the user mentions design review, UX review, or design feedback.
name: design-review type: workflow description: "Reviews UI/UX designs, wireframes, and design systems for usability, accessibility, consistency, and implementation feasibility. Use when reviewing design specs or when the user mentions design review, UX review, or design feedback." argument-hint: "[path-to-design-doc]" user-invocable: true allowed-tools: Read, Glob, Grep context: fork agent: ux-designer effort: 2 when_to_use: "When reviewing a design or feature specification document for completeness, consistency, and implementability"
When this skill is invoked:
1. **Read the target design document** in full.
2. **Read the master CLAUDE.md** to understand project context and standards.
3. **Read related design documents** referenced or implied by the target doc (check `design/docs/` for related systems).
4. **Evaluate against the Design Document Standard checklist**:
5. **Check for internal consistency**:
6. **Check for implementability**:
7. **Check for cross-system consistency**:
8. **Output the review** in this format:
## Design Review: [Document Title] ### Completeness: [X/8 sections present] [List missing sections] ### Consistency Issues [List any internal or cross-system contradictions] ### Implementability Concerns [List any vague or unimplementable sections] ### Balance Concerns [List any obvious balance risks] ### Recommendations [Prioritized list of improvements] ### Verdict: [APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED]
9. **Contextual next step recommendations**:
> "This concept is ready for systems decomposition. Run `/map-systems` > to break it down into individual systems with dependencies and priorities, > then write per-system PRDs."
this system to 'Approved'."
the systems index status for this system to 'In Review'."
perform the actual status update in the systems index.
Deliver exactly:
Repo: tranhieutt/software_development_department
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Provides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style…
Provides Angular best practices for components, modules, services, and reactive patterns. Use when working with Angular TypeScript files, component templates,…
Records unexpected API behaviors, undocumented caveats, version bugs, or non-obvious workarounds into .claude/memory/annotations.md. Use immediately when an…
Defines REST and GraphQL API contracts including endpoints, request/response schemas, auth flows, and versioning strategy. Use when designing a new API,…
Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context,…