Triad banner
minwoo-data minwoo-data

Triad

AI community

Description

--- name: triad description: "3-perspective deliberation on one document or code file - LLM clarity, architectural longevity, end-user comprehension - parallel subagents until consensus." argument-hint: "<file> [--apply | --apply=original] | --continue <slug> | --stop <slug>" allowed-tools: - Read - Write - Edit - Glob - Grep --- # /triad Command Deliberate on a single document or code file through three fixed perspectives run as independent parallel Claude subagents - LLM clarity, a

Installation

Installs to ~/.claude/skills/minwoo-data-triad-triad/SKILL.md

Terminal
mkdir -p ~/.claude/skills/minwoo-data-triad-triad && curl -fsSL https://raw.githubusercontent.com/minwoo-data/triad/HEAD/commands/triad.md -o ~/.claude/skills/minwoo-data-triad-triad/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository