design-review

Installation
SKILL.md

Design Review — Iterative Clean-Context Review Loop

Repo profile — read .claude/repo-profile.md first. This skill is repo-agnostic; arc is the reference implementation. Where it references repo identity or paths, read the profile (repo_slug etc.). Arc's own provenance for any lessons is not inlined here (fuller case narratives, where they exist, are under .claude/case-law/).

Automate design document review using clean-context subagents. Each round gets a fresh perspective — no inherited bias from the current conversation.

Usage

/agentloop:design-review <path> [--target <score>] [--max-rounds <n>]
  • <path> — Path to a design document file, or a directory containing design.md + tasks.md
  • --target <score> — Target completeness score (default: 95)
  • --max-rounds <n> — Maximum review iterations (default: 5)

Examples

Installs
1
GitHub Stars
5
First Seen
8 days ago
design-review — arcblock/agent-skills