Creates a concise engineering implementation plan based on user requirements and saves it to specs directory
Generates detailed implementation plans from requirements and saves them to specs directory.
/plugin marketplace add AojdevStudio/dev-utils-marketplace/plugin install core-essentials@dev-utils-marketplaceuser promptclaude-sonnet-4-5-20250929Create a detailed implementation plan based on the user's requirements provided thought the USER_PROMPT variable. Analyze the request, think through the implementation approach, and save a comprehensive specification document to the PLAN_OUTPUT_DIRECTORY/<name-of-plan>.md that can be used as a blueprint for actual development work.
USER_PROMPT: $ARGUMENTS
PLAN_OUTPUT_DIRECTORY: specs/
USER_PROMPT variable.PLAN_OUTPUT_DIRECTORY/<descriptive-name.md> directoryUSER_PROMPT to understand the core problem and desired outcomePLAN_OUTPUT_DIRECTORY/<filename.md> and provide a summary of key componentsAfter creating and saving the implemetaion plan, provide a concise report with the following format:
Implementation Plan Created
File: PLAN_OUTPUT_DIRECTORY/<filename.md>
Topic: <brief description of the what the plan covers>
Key Components:
- <main component 1>
- <main component 2>
- <main component 3>