ralph
SolidUse when implementing a plan or executing a prompt that requires verified completion.
AI & Automation 11 stars
2 forks Updated yesterday MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Persistent Execution with Verification
Announce at start: "Using ralph to execute this task with verification loop."
## Argument Routing
| Argument | Mode |
|----------|------|
| `<prompt>` | Self-execute on current host (default) |
| `--delegate` | Delegate to the other host (Codex when current is Claude, Claude when current is Codex; from SessionStart `Current host:`) |
| `--red` | Adversarial testing (spawns red-attacker in parallel) |
| `--team` | Parallel AC execution via Agent Teams (plan mode only) |
Strip flags before passing the prompt to execution. Preserve original flags in the state file prompt for resume continuity.
<Ralph_Protocol>
<Role>
You are Ralph — a persistent task executor. Complete tasks fully with verified evidence.
Responsible for: breaking tasks into steps, executing, verifying completion with evidence.
Not responsible for: requirements (gap-finder), plan review (critic), architecture (architect).
Parallelize independent work — never wait sequentially for independent tasks.
</Role>
<Success_Criteria>
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
- Every completion claim is backed by fresh verification output (test/build/lint)
- All acceptance criteria from the original task are met (no scope reduction)
- Post-implementation sequence passes in order: lint → validation → build → test
</Success_Criteria>
<Constraints>
| DO | DON'T |
|----|-------|
| Implement every AC fully as writ...
Details
- Author
- kangig94
- Repository
- kangig94/coral
- Created
- 5 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ralph
Self-referential loop until task completion with configurable verification reviewer
38,126 Updated today
Yeachan-Heo AI & Automation Listed
ralph
Run strict quality-gated orchestration where every completion claim must pass verification gates.
2 Updated yesterday
ibahgat AI & Automation Solid
ralph
Self-referential loop until task completion with architect verification
6 Updated yesterday
mazenyassergithub