بنقرة واحدة
ralph-runner
Run long-running autonomous AI agents using PRD-based task scoping.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run long-running autonomous AI agents using PRD-based task scoping.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
The brand constitution for Empathy Ledger — what it is, why it exists, who it serves, and how it sounds. Load BEFORE writing any Empathy Ledger public-facing copy (storyteller, organisation, or funder-facing), before naming or positioning anything, and before designing any storyteller-facing surface. Also load when reviewing whether existing copy or a feature is on-brand.
Run one cycle of the Empathy Ledger wiki research loop. Lints the wiki, surfaces the highest-priority gap, drafts fill content, queues the result for elder review.
Build world-class data visualizations for the Empathy Ledger platform — force-directed graphs, network maps, geographic overlays, temporal flows, and interactive dashboards using d3, recharts, leaflet, and framer-motion.
Local dev server management — start, stop, clean restart, fix cache corruption, port conflicts. Use this skill whenever the dev server needs launching or is misbehaving.
Explore EL projects, organizations, and all related content - storytellers, stories, transcripts, media, galleries, analysis. Core function for syndication API and ACT ecosystem.
AI-powered data analysis for Empathy Ledger - themes, quotes, story suggestions, transcript analysis.
| name | ralph-runner |
| description | Run long-running autonomous AI agents using PRD-based task scoping. |
Run autonomous coding agents that ship code while you sleep.
# Run with current PRD
./scripts/ralph/ralph.sh
# Run with custom PRD
./scripts/ralph/ralph.sh scripts/ralph/my-feature.json
# Watch progress
tail -f scripts/ralph/progress.txt
{
"stories": [
{
"id": "STORY-001",
"title": "User can do X",
"priority": 1,
"passes": false,
"acceptance_criteria": ["..."],
"files_to_modify": ["..."]
}
]
}
Agent emits <promise>COMPLETE</promise> when all stories pass.
| File | Purpose |
|---|---|
scripts/ralph/ralph.sh | Runner script |
scripts/ralph/prd.json | Current PRD |
scripts/ralph/progress.txt | Progress log |
| Topic | File |
|---|---|
| Full documentation | scripts/ralph/README.md |
| PRD template | scripts/ralph/prd.template.json |
empathy-ledger-codebase - Codebase patternsdeployment-workflow - CI/CD integration