Claude Ralph Loop
Independent PiSkill directory guide. The original prompt remains hosted by Anthropic Claude Code.
What does this prompt do?
Runs an iterative Claude Code task loop with explicit completion criteria so multi-step work continues until verified success or a genuine blocker is reached.
Primary use case
Execute a bounded iterative workflow until its completion condition is met.
Expected output
A completed and verified task or a precise blocker report.
Inputs or variables
- task
- completion condition
- maximum iterations
Related prompts
Claude Hook Generator
Turns a described automation or policy requirement into a Claude Code hook configuration with appropriate events, matching logic, and safe behavior.
Claude Agent SDK App Starter
Starts a new Claude Agent SDK application by gathering requirements, selecting an appropriate structure, and creating an implementation-ready project foundation.
Claude Code Review
Runs Anthropic's multi-perspective Claude Code review workflow over a pull request and filters candidate findings for relevance and confidence.
Claude Commit Workflow
Creates a focused Git commit from the current changes after inspecting repository state, understanding intent, and preparing an accurate commit message.
Claude Feature Development
Guides feature development through codebase discovery, clarification, architecture, implementation, review, and verification rather than jumping directly into edits.
Claude Plugin Creator
Creates a Claude Code plugin by selecting the necessary components, establishing a valid structure, and generating maintainable commands, skills, agents, or hooks.