How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph:ralph-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`bash .ralph/scripts/ralph-init.sh $ARGUMENTS`
!bash .ralph/scripts/ralph-init.sh $ARGUMENTS
The init script above has been executed. Report the output to the user.
If the init succeeded, tell the user their next steps:
/ralph-plan to interactively generate a PRD and task list.ralph/scripts/ralph.sh (use --no-sandbox if Docker is unavailable)If the init failed because .ralph/templates/ was not found, tell the user to run /ralph-install first.
If the init failed because state files already exist, tell the user they can pass --force to overwrite (e.g., /ralph-init --force).
npx claudepluginhub zakattack9/agentic-coding --plugin ralphGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.