
ralph
by XcluEzy7
AG4ONE - Unified agentic engineering workflow combining GWD methodology, Serena semantic analysis, and Ralph autonomous looping for next-generation AI pair programming across multiple platforms
SKILL.md
name: ralph description: Convert PRD documents to AG4ONE Ralph loop format and manage autonomous cycles allowed-tools:
- Read
- Write
- Bash
- Glob
AG4ONE Ralph Skill
Overview
This skill converts PRD documents to AG4ONE Ralph loop format and manages autonomous development cycles.
Usage
Convert PRD to Ralph Format
Load ag4one Ralph skill and convert [prd-file].json to ralph format
Start Ralph Loop
Load ag4one Ralph skill and start autonomous development
What it does
- PRD Conversion - Transforms markdown PRDs to Ralph-compatible JSON
- Loop Management - Manages Ralph iteration cycles
- Progress Tracking - Monitors development progress
- Quality Assurance - Ensures all stories pass verification
- Archive Management - Handles run history and archiving
Ralph Loop Features
Autonomous Execution
- Fresh context each iteration (new AI instance)
- Single story focus per iteration
- Quality checks before committing
- Progress persistence via git and logs
Multi-Platform Support
- Opencode CLI (primary)
- Claude Code (secondary)
- Gemini CLI (basic support)
Intelligent Management
- Branch management - Automatic creation and switching
- Archive system - Previous runs preserved
- Progress logs - Detailed tracking and learnings
- Pattern consolidation - Discovered patterns saved
Loop Process
- Read PRD - Get highest priority incomplete story
- Implement - Build the feature following AG4ONE patterns
- Verify - Run quality checks and testing
- Commit - Save changes with structured messages
- Update PRD - Mark story as completed
- Learn - Record patterns and learnings
- Repeat - Continue until all stories complete
Quality Gates
- Typecheck - All code must typecheck
- Linting - Code style compliance
- Tests - Unit/integration tests pass
- Browser Verification - UI changes tested in browser
- CI/CD - Pipeline remains green
Progress Tracking
Progress Log Format
## [Date] - [Story ID]
Platform: opencode|claude|gemini
- Implementation details
- Files changed
- Learnings for future iterations
Pattern Consolidation
Key learnings moved to ## Codebase Patterns section for reuse across iterations.
Completion
Ralph signals completion when:
- All stories marked
passes: true - Quality checks pass
- Ready for production review
Completes with: <promise>COMPLETE</promise>
AG4ONE Ralph Skill - Autonomous development loop management.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon