NTCoding

Architect-Refine-Critique

138
17
# Install this skill:
npx skills add NTCoding/claude-skillz --skill "Architect-Refine-Critique"

Install specific skill from multi-skill repository

# Description

Three-phase design review. Chain architect → refiner → critique subagents. Triggers on: 'design review', 'architecture review', '/arc', system design proposals, significant refactoring decisions, new service or module design.

# SKILL.md


name: Architect-Refine-Critique
description: "Three-phase design review. Chain architect → refiner → critique subagents. Triggers on: 'design review', 'architecture review', '/arc', system design proposals, significant refactoring decisions, new service or module design."
version: 1.3.6


Architect-Refine-Critique

Chain three subagents sequentially from the main conversation.

Usage

/arc [name] [target]

Execution

Use the architect subagent to create the initial design for [target] with name=[name],
then use the refiner subagent to improve the design with name=[name],
then use the critique subagent to challenge the design with name=[name].

After all three complete, tell the user: "Run /arc-review [name] to discuss findings."

Do not analyze. Do not summarize. Do not add value. Just chain and hand off.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.