planning

Transform user requests into execution-ready plans using the R.P.I.V workflow.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/GrupoUS/gpus --skill planning-grupous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/GrupoUS/gpus/tree/main/.kilocode/skills/planning
Command: npx skills add https://github.com/GrupoUS/gpus --skill planning-grupous

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the uncertainty and potential for error in software development by enforcing a research-first methodology, ensuring that plans are robust and implementation is efficient.

Core Features & Use Cases

  • R.P.I.V Workflow: Guides users through Research, Plan, Implement, and Validate phases.
  • Complexity Assessment: Helps categorize tasks to allocate appropriate research and planning effort.
  • Use Case: When starting a new feature with unclear requirements or integrating a new third-party API, use this skill to generate a detailed plan before writing any code.

Quick Start

Use the planning skill to create a research-backed implementation plan for adding user authentication.

Frequently Asked Questions about planning

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

FAQPage Schema
How do I create an implementation plan for a new software architecture with unclear requirements?

To create an implementation plan for a new software architecture, use the R.P.I.V workflow to research requirements first, then map out a structured execution plan before writing any code. This method ensures robust roadmaps for tasks with high uncertainty.

What is the best way to plan third-party API integrations before starting development?

The best way to plan third-party API integrations is applying a research-first methodology that assesses complexity and guides you through Research, Plan, Implement, and Validate phases. This prevents development errors by ensuring technical requirements are fully validated.

How does the R.P.I.V workflow handle complex software roadmaps?

The R.P.I.V workflow handles complex software roadmaps by categorizing task complexity to allocate appropriate research effort, then guiding sequential phases from initial research to final validation. It transforms uncertain requests into execution-ready architectural designs.

When do I need a research-first approach for software implementation?

You need a research-first approach for software implementation when facing high uncertainty, such as starting new features with unclear requirements or integrating unfamiliar APIs. It enforces preliminary investigation to build robust, efficient development plans.

Can I generate a development roadmap without writing any code?

Yes, you can generate a development roadmap without writing any code by activating the planning workflow to assess complexity and output a detailed architectural design. This produces an execution-ready plan that validates requirements before implementation begins.