Agent skill · Workflow & Productivity

ralph-prompt-multi-task

Generate Ralph-compatible prompts for multiple related tasks. Creates phased prompts with sequential milestones, cumulative progress tracking, and phase-based completion promises. Use when creating prompts for CRUD implementations, multi-step features, staged migrations, or any work requiring multiple distinct but related tasks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ralph-prompt-multi-task --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/ai-llm/ralph-prompt-multi-task/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Ralph Prompt Generator: Multi-Task ## Overview Generates structured prompts for multiple related tasks that need to be completed in sequence or parallel. Uses phase-based organization with milestone tracking, cumulative success criteria, and clear progression through tasks. **Best For:** - CRUD operation implementations (Create, Read, Update, Delete) - Multi-step feature development - Database migrations with multiple stages - API endpoint suites - Test suite creation for multiple modules - Multi-file refactoring projects **Ralph Philosophy**: This generator embraces the principle that failures are deterministic and fixable. Each phase iteration learns from previous attempts. Don't fear failures—they're expected and provide data for improvement through prompt tuning. ## Quick Start **Input Required:** 1. List of tasks to complete 2. Task dependencies (which tasks depend on others) 3. Success criteria for each task 4. Final completion promise **Generate prompt with:** ``` Generate a Ralph multi-task prompt for: Tasks: 1. [Task 1] 2. [Task 2] 3. [Task 3] Dependencies: [Task 2 depends on Task 1, etc.] Final promise: [COMPLETION_PHRASE] ``` ## Prompt Generation Workflow ### Step 1: M

What's inside
Steps it walks through
  1. Overview
  2. Quick Start
  3. Prompt Generation Workflow
  4. Step 1: Map the Tasks
  5. Step 2: Define Phases
  6. Step 3: Create Phase Milestones
  7. Step 4: Structure the Prompt
  8. Example Prompts
  9. Example 1: CRUD API Implementation
  10. Example 2: CI/CD Pipeline Setup
  11. Best Practices
  12. Task Organization
  13. Phase Design
  14. Progress Tracking
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ralph-prompt-multi-task skill do?

Generate Ralph-compatible prompts for multiple related tasks. Creates phased prompts with sequential milestones, cumulative progress tracking, and phase-based completion promises. Use when creating prompts for CRUD implementations, multi-step features, staged migrations, or any work requiring multiple distinct but related tasks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ralph-prompt-multi-task --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going