ralph-status
Show current Ralph project status. Displays task progress, next actions, and recent activity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show current Ralph project status. Displays task progress, next actions, and recent activity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep project initialization using the Architect-Builder pattern. Use for large projects (20+ tasks, multiple domains) where a single task breakdown would be unwieldy or exceed context limits.
Detailed Ralph execution guidance. Load when running the Ralph autonomous loop to get step-by-step implementation protocol.
Creates AGENTS.md, prd.json, and progress.log to initialize the Ralph environment. Use when setting up a new project for autonomous execution.
Shared patterns for modifying an existing Ralph project environment. Load when adding tasks, pivoting project direction, or revising objectives.
Add a new task to an existing Ralph project. Use when requirements change during execution.
Deep initialization for large projects using Architect-Builder pattern.
| name | /ralph-status |
| description | Show current Ralph project status. Displays task progress, next actions, and recent activity. |
Display current state of the Ralph project.
prd.json — Task list and statusprogress.log — Recent activity (last 20 lines)AGENTS.md — Project context (first 30 lines for overview)Total tasks: X
Completed: Y (Z%)
In progress: N
Pending: M
Blocked: B (tasks with unmet dependencies)
Cancelled: C
Find highest priority task where:
status: "pending"status: "complete"# Ralph Status: [Project Name]
## Progress
[=========> ] 45% (9/20 tasks)
## Task Breakdown
- ✅ Complete: 9
- 🔄 In Progress: 1
- ⏳ Pending: 8
- 🚫 Blocked: 1
- ❌ Cancelled: 1
## Current Task
task-010: Implement user dashboard
Priority: high
Status: in-progress
Started: [timestamp from progress.log]
## Next Task
task-011: Add dashboard widgets
Priority: medium
Dependencies: task-010 (in progress)
## Recent Activity
[2026-02-18 10:30:00] Completed task-009: User profile page
[2026-02-18 10:30:05] Git commit: feat(profile): add user profile page
[2026-02-18 10:31:00] Started task-010: Implement user dashboard
## Blocked Tasks
task-015: Integration tests
└─ Blocked by: task-011 (pending)
## Tech Stack
Framework: Next.js 14
Language: TypeScript
Database: PostgreSQL
If prd.json doesn't exist:
No Ralph project found in current directory.
Run '/ralph-init "your project description"' to start.
This is a read-only operation. No files are modified.