CtrlK
BlogDocsLog inGet started
Tessl Logo

team-uidesign

Unified team skill for UI design team. Research -> design tokens -> audit -> implementation. Uses team-worker agent architecture with roles/ for domain logic. Coordinator orchestrates dual-track pipeline with GC loops and sync points. Triggers on "team ui design", "ui design team".

56

Quality

46%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.claude/skills/team-uidesign/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

35%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description focuses heavily on internal architecture (agent architecture, GC loops, sync points, dual-track pipeline) rather than user-facing capabilities, making it difficult for Claude to understand when to select this skill based on user requests. The trigger terms are unnatural command-like phrases rather than terms users would naturally use. While it identifies a domain (UI design), it fails to clearly articulate what concrete outcomes it delivers for the user.

Suggestions

Replace architectural jargon ('GC loops', 'sync points', 'team-worker agent architecture') with concrete user-facing capabilities like 'generates design tokens', 'audits UI components for accessibility', 'creates implementation specs from designs'.

Expand trigger terms to include natural user language such as 'design system', 'UI components', 'design tokens', 'style guide', 'accessibility audit', 'component library', '.figma'.

Add a proper 'Use when...' clause describing scenarios like 'Use when the user needs end-to-end UI design workflow support, including design research, token generation, design audits, or translating designs into implementation specs.'

DimensionReasoningScore

Specificity

Names a domain (UI design) and mentions several actions (research, design tokens, audit, implementation), but these are listed as a pipeline rather than concrete user-facing capabilities. Terms like 'GC loops', 'sync points', and 'team-worker agent architecture' are internal implementation details rather than specific actions the skill performs for the user.

2 / 3

Completeness

The 'what' is partially addressed (research, design tokens, audit, implementation pipeline), and there is a 'Triggers on' clause that attempts to answer 'when'. However, the trigger clause is extremely narrow and prescriptive rather than describing natural use scenarios, and the 'what' is more about architecture than user-facing functionality.

2 / 3

Trigger Term Quality

The explicit triggers are 'team ui design' and 'ui design team', which are unnatural phrases a user would rarely say. Natural terms like 'design system', 'UI components', 'color tokens', 'accessibility audit', or 'style guide' are entirely missing. The listed triggers feel like command keywords rather than natural language.

1 / 3

Distinctiveness Conflict Risk

The description carves out a niche around UI design team workflows, which is somewhat specific. However, terms like 'research', 'audit', and 'implementation' are very broad and could overlap with many other skills. The narrow trigger phrases reduce accidental conflict but also reduce useful activation.

2 / 3

Total

7

/

12

Passed

Implementation

57%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a well-structured orchestration skill that effectively serves as a router/overview for a multi-agent UI design pipeline. Its progressive disclosure is strong, with clear references to role-specific and spec files. However, it lacks explicit validation checkpoints between pipeline stages and could provide more concrete, executable examples for CLI tools and message bus interactions rather than just naming them.

Suggestions

Add explicit validation/sync checkpoints between pipeline stages (e.g., 'Coordinator verifies researcher output exists and passes schema check before spawning designer') to improve workflow clarity.

Include at least one concrete, executable example of `mcp__ccw-tools__team_msg()` and `ccw cli` usage with actual parameters and expected output to improve actionability.

DimensionReasoningScore

Conciseness

The content is reasonably efficient and avoids explaining basic concepts, but includes some structural overhead (ASCII architecture diagram, session directory tree) that could be more compact. The worker spawn template is verbose but arguably necessary for correct agent spawning.

2 / 3

Actionability

The role router logic is concrete and the worker spawn template provides a copy-paste-ready pattern. However, much of the actual domain logic is deferred to role files (roles/<role>/role.md) and specs, so the SKILL.md itself is more of a routing/orchestration reference than a fully executable guide. The CLI tool invocations and message bus calls are named but lack complete usage examples.

2 / 3

Workflow Clarity

The architecture diagram and role registry clearly show the pipeline flow (research -> design -> review -> implementation), and the coordinator dispatch pattern is outlined. However, there are no explicit validation checkpoints between pipeline stages, no feedback loops for error recovery within the pipeline (only a GC loop mention capped at 2 rounds), and the error handling table is generic rather than integrated into the workflow sequence.

2 / 3

Progressive Disclosure

Excellent progressive disclosure structure: SKILL.md serves as a clear overview/router with well-signaled one-level-deep references to role files (roles/<role>/role.md) and spec files (specs/*.md). The role registry table provides direct links, and the specs reference section clearly labels each external document's purpose.

3 / 3

Total

9

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

Total

10

/

11

Passed

Repository
catlog22/Claude-Code-Workflow
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.