Skip to content

v0.1.0 — initial release

Choose a tag to compare

@cschweda cschweda released this 17 Apr 13:11

Initial release of /refine, a prompt-enhancement slash command for Claude Code with mode branching for Claude Opus 4.6 (intent-focused) and 4.7 (exhaustive-spec).

Added

  • Mode 47 — exhaustive, literal refinement tuned for Claude Opus 4.7.
  • Mode 46 — intent-focused, fuzzier refinement tuned for Claude Opus 4.6.
  • Default to mode 47 when no mode token is supplied; defaulted mode is flagged in the refined output.
  • Mode-indicator banner (> **Tuned for: Claude Opus 4.x ...**) as the first line of every refined prompt.
  • Skip-refinement check: if a rough prompt is already well-specified, the command asks whether to refine or execute as-is.
  • Customizable "Project conventions to apply" section in refine.md (mode 47 restates verbatim; mode 46 invokes by name).
  • README with install steps, usage example, "How it works" walkthrough, collapsible advanced-usage section, and roadmap.
  • MIT LICENSE (© Illinois Criminal Justice Information Authority).

Install

mkdir -p ~/.claude/commands
curl -o ~/.claude/commands/refine.md \
  https://raw.githubusercontent.com/ICJIA/claude-code-refine/main/refine.md

See the README for full documentation.