Installs the skill directly to ~/.claude/commands/ralph-workplan.md
with absolute script paths baked in via sed substitution. Drops the
installed_plugins.json registry approach which is no longer needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude Code requires skill files in commands/ subdirectory and a registration
entry in installed_plugins.json. The previous install.sh just copied files to
a bare directory which Claude Code never discovered.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Standalone Claude Code skill that ties a ralph loop to a workplan file.
Retires automatically when all tasks are done — no external dependencies.
- plugin/ralph-workplan.md skill entrypoint
- plugin/scripts/check-done.sh pre-start guard (reads workplan status)
- plugin/scripts/setup.sh writes ralph state file with workplan-aware prompt
- install.sh copies plugin files to ~/.claude/plugins/
- workplan-spec.md workplan file format reference
- README.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>