Feynman peer-review
Simulate a tough but constructive peer review of an AI research artifact. Use when the user asks for a review, critique, feedback on a paper or draft, or wants to identify weaknesses before submission.
install
source · Clone the upstream repo
git clone https://github.com/getcompanion-ai/feynman
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/getcompanion-ai/feynman "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/peer-review" ~/.claude/skills/getcompanion-ai-feynman-peer-review && rm -rf "$T"
manifest:
skills/peer-review/SKILL.mdsource content
Peer Review
Run the
/review workflow. The slash command expands the full workflow instructions in the active session; do not try to read a relative prompt-template path from the installed skill directory.
Agents used:
researcher, reviewer
Output: structured review in
outputs/.