redsub-plan

Generate TDD implementation plans with 2-5 minute tasks and exact file paths.

2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redsub-plan
Source: https://github.com/redsub-captain/redsub-claude-code/tree/main/skills/redsub-plan
Command: npx skills add https://github.com/redsub-captain/redsub-claude-code --skill redsub-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, actionable implementation plans for software features, ensuring tasks are granular and follow a Test-Driven Development (TDD) structure.

Core Features & Use Cases

  • Granular Task Breakdown: Divides work into 2-5 minute actionable steps.
  • TDD Structure Enforcement: Mandates a failing test, implementation, and passing test for each task.
  • Zero Context Documentation: Ensures plans are self-contained with exact file paths, code snippets, and commands.
  • Use Case: When starting a new feature like "user authentication," this Skill generates a plan with specific tests and implementation steps, ready for execution via /redsub-execute.

Quick Start

Use the redsub plan skill to create a 2-5 minute task breakdown for the user authentication feature.

Frequently Asked Questions about redsub-plan

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

FAQPage Schema
How do I generate a TDD implementation plan for a new software feature?

To generate a TDD implementation plan, define the feature scope and the Skill will output a detailed task breakdown. It enforces a Test-Driven Development structure, mandating a failing test, implementation, and passing test for each 2-5 minute step.

What is the best way to break down development tasks into bite-sized steps?

The best way to break down development tasks into bite-sized steps is enforcing task granularity of 2-5 minutes. This approach ensures each step includes a specific failing test, the exact code implementation, and a passing test verification.

Can I get an implementation plan with exact file paths and code snippets included?

Yes, you can get an implementation plan with exact file paths and complete code snippets. The generated plan is entirely self-contained, providing commands with expected outputs to ensure zero context is needed during execution.

Does test-driven development planning work without needing additional project context?

Test-driven development planning works without needing additional project context because the output enforces zero context documentation. Plans include exact file paths, complete code snippets, and commands with expected outputs for immediate execution.

Why should I use a TDD structure for task breakdown in my development workflow?

You should use a TDD structure for task breakdown because it enforces test-first development with strict 2-5 minute task granularity. This ensures every implementation step is verifiable, reducing errors and maintaining steady development workflow momentum.

What limitations exist when generating bite-sized implementation plans for complex features?

A limitation when generating bite-sized implementation plans is that the feature must be divisible into strict 2-5 minute TDD cycles. Highly exploratory tasks or features lacking clear test boundaries may not fit this rigid failing-test-implementation-passing-test structure.