Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Triad Review

ASecurity

Holistic readiness check across Product, UX, and Engineering before building a feature. Supports iterative mode — re-run with fresh agents after fixing gaps until all three legs are green.

8 stars
0 votes
0 copies
0 views
Added 9/20/2026
designgosecurityperformance

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add tstapler/dotfiles --skill triad-review --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Triad Review?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Triad Review
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/tstapler-triad-review/badge)](https://www.skillsdirectory.com/skills/tstapler-triad-review)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
description: Holistic readiness check across Product, UX, and Engineering before building a feature. Supports iterative mode — re-run with fresh agents after fixing gaps until all three legs are green.
---

# Product Triad Review

Run a holistic readiness check on a feature across all three lenses of the product triad — Product (PM), Design (UX), and Engineering — before committing to build it.

## Feature

${1:-Please provide a feature name or path to docs/tasks/<feature>.md}

## When to Use

- Before starting implementation on a new feature
- When a feature feels "almost ready" but something seems off
- When checking if PM, UX, and Engineering are all aligned
- To identify which triad leg is the bottleneck before proceeding

## Instructions to Claude

**Step 1: Load the feature doc**

Check for an existing feature doc at `docs/tasks/$ARGUMENTS.md` or a close match (use Glob). If found, read it. If not found, note it as a gap.

**Step 2: Run three parallel assessments** using the Task tool — launch all three agents simultaneously.

Each agent follows the `lean-agent-loop` pattern: it writes its full analysis to a temp file, then returns **only** a short structured summary to the coordinator. The coordinator reads summaries to decide what to fix; it reads the temp file only when it needs the full detail to write a fix.

**Agent output format (return this only — nothing else):**
```json
{
  "lens": "product|ux|engineering",
  "status": "ready|needs-work|not-ready",
  "gaps": ["one-line gap description", "..."],
  "blockers": ["one-line blocker", "..."]
}
```
Full analysis → `/tmp/triad-<lens>-<feature>.txt`

### Agent 1 — Product (PM) Lens
Use the `pm-product-management` skill context to assess:
- Is the problem statement clear and falsifiable?
- Is the target user specific?
- Are success metrics defined and measurable?
- Is scope explicit — including what's OUT of scope?
- Has at least one risky assumption been named?
- Does this belong on the roadmap now (RICE/ICE score)?

Rate: `not-ready` / `needs-work` / `ready`

### Agent 2 — Design (UX) Lens
Use the `ux-expert` agent to assess:
- Is there a mapped user flow?
- Are all key states identified (empty, loading, error, success)?
- Are accessibility requirements noted?
- Does the interaction model match user mental models (Nielsen heuristics)?
- Are there usability risks in the current scope?

Rate: `not-ready` / `needs-work` / `ready`

### Agent 3 — Engineering Lens
Use the `project-coordinator` agent to assess:
- Can this be broken into atomic 1-4h tasks?
- Are technical dependencies identified?
- Are there open bugs that block this feature?
- Is the scope compatible with the current codebase architecture?
- Are non-functional requirements covered (performance, security, reliability)?

Rate: `not-ready` / `needs-work` / `ready`

**Step 3: Synthesize findings**

Produce a triad readiness report from the structured summaries:

```markdown
## Triad Readiness: <Feature Name>

| Lens        | Status          | Key Gaps |
|-------------|-----------------|----------|
| Product     | 🟢/🟡/🔴 Ready  | ...      |
| UX Design   | 🟢/🟡/🔴 Ready  | ...      |
| Engineering | 🟢/🟡/🔴 Ready  | ...      |

## Overall: [READY TO BUILD / NEEDS WORK / NOT READY]

### Blockers (must fix before building)
- ...

### Recommended Next Step
[Single clearest action to unblock the bottleneck leg]
```

To read a lens's full analysis: `cat /tmp/triad-<lens>-<feature>.txt`

**Step 4: Recommend next action**

Based on the weakest triad leg, recommend the specific command to run next:
- PM gap → invoke `pm-product-management` skill or write PRD
- UX gap → `/ux:design $ARGUMENTS`
- Engineering gap → invoke `@project-coordinator` with the feature doc

**Iterative mode** — when gaps are found and fixed, re-run until all three legs are green:

```
/goal all three triad legs are 🟢 ready, or stop after 4 iterations
```

Each re-run spawns **fresh agents with no knowledge of prior rounds**. This is intentional: fresh agents give an unanchored second opinion on whether the fixes actually resolved the gaps — they either confirm the fix resolved the issue (by not finding it) or surface it again independently, proving the fix was insufficient. The coordinator tracks progress across rounds; the agents do not. See `lean-agent-loop` skill for the full pattern.

Execute this workflow now for: ${1:-Please provide a feature name}

Attribution

tstaplertstapler
View sourceMore from tstapler →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Responsive Design

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

393432 votes

Mermaid Diagrams

Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.

2032 votes

sleek-design-mobile-apps

Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").

5711 votes

swiftui-design-skill

SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.

1801 votes

Ios Hig

Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.

761 votes
View all in design →