One-click install
npx skills add https://github.com/trehansalil/claude-mem-deploy --skill make-plan-trehansalil
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: make-plan
Source: https://github.com/trehansalil/claude-mem-deploy/tree/main/image/plugin/skills/make-plan
Command: npx skills add https://github.com/trehansalil/claude-mem-deploy --skill make-plan-trehansalil

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, phased implementation plans with embedded documentation discovery, particularly for complex features, tasks, or multi-step implementations.

Core Features & Use Cases

  • Phased Planning: Develop a structured plan with distinct phases for implementation.
  • Documentation Discovery: Facilitate in-depth understanding of available APIs and patterns.
  • Subagent Delegation: Assign specific tasks to subagents for efficient fact gathering and extraction.
  • Verification: Ensure plan accuracy through comprehensive verification steps.

Quick Start

Utilize the make-plan skill to initiate the planning process for a new feature by running 'make-plan init'.

Frequently Asked Questions about make-plan

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

FAQPage Schema
How do I create a phased implementation plan for complex feature development?โ–ผ

Implementation planning for complex features is handled by generating a structured, multi-step plan with distinct execution phases. The process targets multi-step implementations by delegating fact gathering to subagents and embedding verification steps to ensure plan accuracy.

What is the best way to handle document discovery when planning new API features?โ–ผ

Document discovery for new API features is handled by assigning specific extraction tasks to subagents during the planning phase. This facilitates an in-depth understanding of available APIs and patterns directly within the generated implementation plan.

How does subagent delegation work for code orchestration and fact gathering?โ–ผ

Subagent delegation for code orchestration works by assigning specific fact-gathering and extraction tasks to subagents. This ensures efficient collection of necessary documentation and API patterns before the structured verification process finalizes the implementation plan.

Can I use this planning approach for multi-step implementations requiring structured verification?โ–ผ

Yes, this approach is designed specifically for multi-step implementations requiring structured verification. It targets complex feature planning scenarios by orchestrating subagents and applying comprehensive verification steps to validate the accuracy of the generated plan.

When do I need embedded document discovery in my implementation planning process?โ–ผ

Embedded document discovery is needed in implementation planning when developing complex features that require an in-depth understanding of available APIs and patterns. It ensures the phased plan is built on accurate, extracted documentation before coding begins.