Refraction Implement banner
signalshell signalshell

Refraction Implement

Documentation community

Description

Update code to match Refraction documentation. Docs are authoritative — the code follows. Use this when you have written or updated docs first and want the implementation to catch up. This is the "docs-first" workflow: specify what you want in the architecture docs, then let the agent implement it. ## Steps 1. Run `git diff HEAD~1 HEAD --name-only` (or `git diff --staged --name-only` if reviewing staged changes) to see which doc files changed. 2. For each changed doc file, determine what the

Installation

Installs to ~/.claude/commands/signalshell-ghostline-refraction-implement.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/signalshell/ghostline/HEAD/.claude/commands/refraction-implement.md -o ~/.claude/commands/signalshell-ghostline-refraction-implement.md

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

Full documentation available on GitHub

View Source Repository