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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Quick Start
- Prompt Generation Workflow
- Step 1: Map the Tasks
- Step 2: Define Phases
- Step 3: Create Phase Milestones
- Step 4: Structure the Prompt
- Example Prompts
- Example 1: CRUD API Implementation
- Example 2: CI/CD Pipeline Setup
- Best Practices
- Task Organization
- Phase Design
- Progress Tracking
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.
