manage-plan

Create and modify implementation plans from task descriptions and documents.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/smykla-skalski/sai --skill manage-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-plan
Source: https://github.com/smykla-skalski/sai/tree/main/manage-plan/skills/manage-plan
Command: npx skills add https://github.com/smykla-skalski/sai --skill manage-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and refinement of detailed implementation plans, ensuring that tasks are well-defined, executable, and validated against quality standards.

Core Features & Use Cases

  • Plan Creation: Generates new plans from task descriptions, grounding them in codebase investigation.
  • Plan Modification: Improves existing plans by identifying gaps and verifying commands.
  • Spec Transformation: Converts documents like RFCs into structured, actionable plans.
  • Quality Validation: Automatically audits plans against a comprehensive checklist.
  • Use Case: You have a new feature request. Use this Skill to investigate the codebase, identify necessary commands, and generate a step-by-step implementation plan ready for an executor session.

Quick Start

Use the manage-plan skill to create a new implementation plan for "Implement user authentication with OAuth2".

Frequently Asked Questions about manage-plan

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

FAQPage Schema
How do I create an implementation plan from a task description?

To create an implementation plan, provide a task description to the skill. It investigates your codebase, identifies necessary commands, and generates a structured, step-by-step plan grounded in your actual codebase.

Can I convert an RFC document into an actionable implementation plan?

Yes, you can convert RFC documents into actionable implementation plans. The skill transforms provided document paths into structured plans, ensuring your specifications are ready for an executor session.

How does quality validation work for implementation plans?

Quality validation audits your implementation plans automatically against a comprehensive checklist. This process ensures tasks are well-defined and executable by identifying gaps and verifying commands before execution.

What is the best way to modify an existing implementation plan?

The best way to modify an existing implementation plan is to provide its path to the skill. It refines the plan by identifying gaps, verifying commands, and applying automated quality validation.

Does the plan creation process require manual codebase investigation?

No, manual codebase investigation is not required. The skill automates the investigation process, grounding new plans directly from task descriptions into your existing codebase structure.

When should I use an automated implementation plan generator?

You should use an automated implementation plan generator when you have a new feature request or spec. It ensures tasks are well-defined, executable, and validated against quality standards for executor sessions.