/design 산출물의 품질 평가 프레임워크. RADIO 각 단계의 산출물을 독립 reviewer agent가 구조화된 루브릭으로 평가한다. 작업 규모(소/중/대)에 따라 적용되는 루브릭 dimension이 달라진다.
From designnpx claudepluginhub seonghyeonkimm/my-claude-code-config --plugin designThis skill uses the workspace's default tool permissions.
references/large.mdreferences/medium.mdreferences/small.mdDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
/design 명령의 최종 산출물을 독립된 reviewer agent가 구조화된 루브릭으로 평가한다.
V(Verification) step 완료 후, 설계 문서 생성 전에 품질 게이트로 동작한다.
설계 근거: 설계를 작성한 에이전트가 자기 산출물을 평가하면 편향이 발생한다. 별도 컨텍스트의 reviewer가 회의적 시각으로 채점하여 객관적 품질을 보장한다.
tdd-eval과 동일한 채점 체계를 사용한다:
weight * (충족 수 / 전체 수)weight * (Likert / 5)| 작업 규모 | 적용 루브릭 | Threshold |
|---|---|---|
| 소 (C, R, V) | references/small.md | 75 |
| 중 (C, R, D, I, V) | references/medium.md | 75 |
| 대 (C, R, A, D, I, O, V) | references/large.md | 75 |
references/small.md — 소규모 (R + V만 평가)references/medium.md — 중규모 (R + D + I + V 평가)references/large.md — 대규모 (R + A + D + I + O + V 전체 평가)