create-plan

Generate a decision-complete plan with steps, scope, and open questions.

1|Updated Nov 13, 2023
One-click install
npx skills add https://github.com/LeoTechPro/intTools --skill create-plan-leotechpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/LeoTechPro/intTools/tree/main/codex/assets/codex-home/skills/create-plan
Command: npx skills add https://github.com/LeoTechPro/intTools --skill create-plan-leotechpro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms a user's request for a plan into a structured, actionable checklist, guiding them through the necessary steps to complete a task.

Core Features & Use Cases

  • Actionable Planning: Creates a step-by-step plan for completing a given task.
  • Scope Definition: Clearly outlines what is included and excluded from the plan.
  • Use Case: When you need to implement a new feature, this Skill can generate a plan covering design, development, testing, and deployment.

Quick Start

Use the create-plan skill to generate a plan for refactoring the user authentication module.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I generate an actionable plan for a software feature implementation?

To generate an actionable plan, provide a task prompt and available documentation. The system scans context to create a decision-complete checklist with clear steps, scope, and open questions for feature implementation.

What is the best way to define scope and action items for a refactoring task?

Defining scope for a refactoring task involves outlining included and excluded components in a structured plan. The system generates a concise checklist guiding design, development, testing, and deployment steps.

Can I use this planning approach without modifying my existing project files?

Yes, you can use this planning approach without modifying project files. It operates in read-only mode, strictly prioritizing context scanning to extract task management steps and action items without altering your codebase.

How does automated task management handle open questions during workflow planning?

Automated task management handles open questions by explicitly listing them within the generated plan. It minimizes follow-up questions by focusing on context scanning to produce a decision-complete workflow checklist.

When do I need a structured checklist for a new project management workflow?

You need a structured checklist for a new project management workflow when starting complex tasks like module refactoring. It transforms user requests into actionable plans, ensuring clear steps and scope definition before development begins.