plan

Facilitate iterative project planning with annotation cycles and todo list generation.

Updated Dec 18, 2021
One-click install
npx skills add https://github.com/isihigameKoudai/utils --skill plan-isihigamekoudai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/isihigameKoudai/utils/tree/main/.opencode/skills/plan
Command: npx skills add https://github.com/isihigameKoudai/utils --skill plan-isihigamekoudai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating detailed project plans with iterative refinement, ensuring that every aspect of the project is thoroughly considered before implementation.

Core Features & Use Cases

  • Iterative Planning: Supports annotation cycles where users add inline notes, and the AI refines the plan.
  • Todo List Generation: Automatically generates a granular todo checklist for implementation.
  • Code Constraint Enforcement: Ensures plans respect project coding constraints such as explicit exports and validation libraries.

Quick Start

Create a plan for a new feature by running the plan skill and following the guided steps to document the approach, code snippets, and trade-offs.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create an iterative project plan for software implementation?

Iterative project planning involves collaborative annotation cycles where you add inline notes to a plan, and the AI refines the details until the implementation approach is thoroughly documented and ready for execution.

Can I automatically generate a todo list from a project plan?

Yes, you can automatically generate a todo list from a project plan. The planning process creates a granular todo checklist directly based on your refined and annotated implementation plans.

How do I enforce project coding constraints during implementation planning?

To enforce project coding constraints during implementation planning, the system validates your plan against specific rules, ensuring requirements like explicit exports and designated validation libraries are respected.

What is the best way to document code snippets and trade-offs before implementation?

The best way to document code snippets and trade-offs before implementation is through guided planning steps that facilitate detailed user-agent collaboration to capture the approach, constraints, and technical considerations.

Does this iterative planning approach support multiple refinement cycles for feature planning?

Yes, this iterative planning approach supports multiple annotation cycles for feature planning. You can repeatedly add inline notes and have the AI refine the plan to ensure every aspect is thoroughly considered.