AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ralph

skill-jmstar85-oh-my-githubcopilot-ralph · by jmstar85

>

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-jmstar85-oh-my-githubcopilot-ralph

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jmstar85-oh-my-githubcopilot-ralph)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ralph? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Ralph

Ralph is a PRD-driven persistence loop that keeps working on a task until ALL user stories have passes: true and are reviewer-verified.

When to Use

  • Task requires guaranteed completion with verification
  • Work may span multiple iterations and needs persistence
  • Task benefits from structured PRD-driven execution

When NOT to Use

  • Full autonomous pipeline → use /omg-autopilot
  • Explore or plan before committing → use /plan
  • Quick one-shot fix → delegate to @executor

Flags

  • --no-prd: Skip PRD generation, work in legacy mode (for trivial fixes)
  • --no-deslop: Skip the mandatory post-review cleanup pass

Steps

1. PRD Setup (first iteration)

  • Check if .omg/prd.json exists via omg_read_prd
  • If none exists, generate a PRD scaffold with task-specific acceptance criteria
  • CRITICAL: Replace generic criteria with specific, testable ones
  • Initialize progress tracking

2. Pick Next Story

  • Read PRD via omg_read_prd
  • Select highest-priority story with passes: false

3. Implement Current Story

  • Delegate to @executor at appropriate complexity level
  • If sub-tasks are discovered, add as new stories to PRD

4. Verify Acceptance Criteria

  • For EACH criterion, verify with fresh evidence
  • Run relevant checks (test, build, lint, typecheck)
  • If any criterion NOT met, continue working

5. Mark Story Complete

  • Set passes: true via omg_update_story
  • Record progress in progress.txt

6. Check PRD Completion

  • Call omg_check_completion
  • If NOT all complete, loop to Step 2
  • If ALL complete, proceed to verification

7. Reviewer Verification

  • @verifier checks against specific acceptance criteria from PRD
  • @architect reviews for architectural soundness

7.5 Mandatory Cleanup Pass

  • Unless --no-deslop, run /ai-slop-cleaner on changed files only

7.6 Regression Re-verification

  • Re-run all tests after cleanup pass
  • Only proceed after regression tests pass

8. Completion

  • On approval: run /cancel for clean exit
  • On rejection: fix issues, re-verify, loop back

Execution Policy

  • Fire independent tasks simultaneously
  • Run builds/tests in background
  • Deliver full implementation: no scope reduction, no partial completion

Checklist

  • [ ] All PRD stories have passes: true
  • [ ] Acceptance criteria are task-specific (not generic)
  • [ ] All requirements met (no scope reduction)
  • [ ] Fresh test output shows all tests pass
  • [ ] Reviewer verification passed
  • [ ] Cleanup pass completed (or --no-deslop)
  • [ ] Post-cleanup regression tests pass

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.