master-planner

Create detailed execution plans for software development tasks using research and structured reasoning.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/GrupoUS/projeto-convex --skill master-planner-grupous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: master-planner
Source: https://github.com/GrupoUS/projeto-convex/tree/main/.agent/skills/planning
Command: npx skills add https://github.com/GrupoUS/projeto-convex --skill master-planner-grupous

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill tackles complex requests by transforming them into detailed, actionable plans, ensuring all necessary research and considerations are made before implementation.

Core Features & Use Cases

  • Comprehensive Planning: Generates detailed execution plans for software development tasks, from bug fixes to full architecture design.
  • Research Integration: Leverages official documentation (Context7) and web research (Tavily) to inform plans.
  • Structured Reasoning: Employs a rigorous R.P.I.V. workflow (Research, Plan, Implement, Validate) for robust planning.
  • Use Case: When asked to "design a new user authentication system," this Skill will research best practices, analyze existing codebase patterns, and output a step-by-step plan including schema changes, API endpoints, and validation gates.

Quick Start

Use the master-planner skill to create a plan for adding a dark mode feature to the web application.

Frequently Asked Questions about master-planner

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

FAQPage Schema
What is the best way to create execution-ready plans for complex software architecture migrations?

It employs a rigorous Research, Plan, Implement, Validate (R.P.I.V.) workflow to structure reasoning. This ensures robust planning by decomposing requests into atomic tasks, validating them against research, and preparing rollback strategies before implementation.

How do I break down a feature request into atomic tasks for software development?

Yes, it generates detailed execution plans that include schema changes, API endpoints, and validation gates. By researching best practices and analyzing existing codebase patterns, it outputs a step-by-step plan for designing systems like user authentication.

Does the planning workflow integrate official documentation and web research for task validation?

You need to provide a software development request, such as adding a dark mode feature or designing an architecture. The planner then orchestrates research and structured reasoning to transform the request into a detailed, actionable plan.

When do I need a structured reasoning workflow for software development planning?

The process handles complex requests by transforming them into detailed, actionable plans. It ensures all necessary research and considerations are made before implementation, reducing risks during full architecture design and migrations.