ralph-web-task-planner

Converts web project requirements and architecture documents into atomic development task lists with dependencies and unit tests.

12|5|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ylubi/Trae-Ralph --skill ralph-web-task-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-web-task-planner
Source: https://github.com/ylubi/Trae-Ralph/tree/main/templates/skills/ralph-web-task-planner
Command: npx skills add https://github.com/ylubi/Trae-Ralph --skill ralph-web-task-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Converts project requirements and architecture documents into an atomic, verifiable development task list suitable for plan execution and tracking.

Core Features & Use Cases

  • Reads 01-requirements.md and 02-architecture.md to generate a structured 04-ralph-tasks.md with modular grouping and dependency ordering.
  • Enforces task granularity of 0.5-2 hours and includes unit-test tasks for each feature.
  • Provides a reusable workflow for web project planning, transforming product goals into executable development steps.

Quick Start

Feed the skill with the project requirements and architecture documents to generate an atomic task list.

Frequently Asked Questions about ralph-web-task-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert web project requirements into atomic development tasks?

The task planner enforces 0.5-2 hour task granularity to ensure executable development steps. It mandates unit tests for each feature task and explicitly prohibits integration or optimization tasks, keeping the generated 04-ralph-tasks.md list strictly focused on verifiable feature implementation.

What file formats do I need to generate a structured task list from architecture documents?

No, the task planner explicitly prohibits integration and optimization tasks. It is designed to generate only atomic, verifiable feature tasks with unit tests, ensuring the development task list remains strictly modular and focused on individual component implementation.

How to plan web project development steps using a requirements markdown file?

Yes, the generated task list includes clear dependency ordering. The task planner reads your architecture documents to structure the 04-ralph-tasks.md file with modular grouping, ensuring development steps follow a logical execution sequence based on project dependencies.

Does the task planner require unit tests for every generated development task?

The task planner is designed for the web project planning phase. It transforms product goals into executable development steps by reading requirements and architecture documents, making it best utilized before actual coding begins to establish a structured task list.