From saas
Phase 6 — Generate Ralph Loop prompt for autonomous implementation based on the spec.
How this skill is triggered — by the user, by Claude, or both
Slash command
/saas:implementThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a Ralph Loop-compatible prompt for: `$ARGUMENTS`
Generate a Ralph Loop-compatible prompt for: $ARGUMENTS
Read:
output/<slug>/05-implementation.md — the full specoutput/<slug>/04-architecture-decisions.md — tech choicesoutput/<slug>/03-validation.md — MVP scopeIf missing, tell the user to run earlier phases first.
From the implementation spec, extract:
Create a prompt optimized for Ralph Loop's iterative execution model.
The prompt must include:
Write draft to output/<slug>/RALPH-PROMPT.md:
# Ralph Loop Prompt
## Command
\`\`\`
/ralph-loop "<prompt>" --max-iterations <N> --completion-promise "DONE"
\`\`\`
## Prompt Content
<the generated prompt>
## Success Criteria
<checklist of what must be true for completion>
## Notes
- Estimated iterations needed: <N>
- Key risks during implementation: <list>
- Manual steps required before running: <list>
The prompt itself should follow this structure:
Show the generated Ralph Loop command and prompt. Ask user:
Incorporate user feedback. Write final version to output/<slug>/RALPH-PROMPT.md.
Print the final command clearly so user can copy and run it.
--max-iterations (10-20 for MVP, more for larger scope)npx claudepluginhub mnohosten/agentic --plugin saasGenerates structured PROMPT.md files for autonomous AI workflows (Ralph Loops) from rough descriptions or PRDs, with phases, validation criteria, completion promises, and blind review.
Initializes Ralph Loop infrastructure from approved Claude plans by creating .ralph/ with prd.json, loop.py, CLAUDE.md for autonomous multi-step execution.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.