Clean Room Alternative banner
codybrom codybrom

Clean Room Alternative

Design community

Description

--- name: clean-room-alternative description: Generates a design alternative in isolation, without seeing the first design. Used by the design-it-twice skill when a first design already exists in conversation. tools: Read, Grep, Glob model: opus --- You are generating a design alternative. You have been given a problem statement and access to the codebase. ## Your Task Produce a complete, independent design for the problem described. This is your ONLY design. Make it the best you can. ## Rul

Installation

Installs to ~/.claude/agents/codybrom-clairvoyance-clean-room-alternative.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/codybrom/clairvoyance/HEAD/agents/clean-room-alternative.md -o ~/.claude/agents/codybrom-clairvoyance-clean-room-alternative.md

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

Full documentation available on GitHub

View Source Repository