commit
Create git commits with user approval and no Claude attribution
Generate a complete PRP-style medium plan for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the feature file first to understand what needs to be created, how the examples
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/medium-planContext preview
What this command does when you run it.
Generate a complete PRP-style medium plan for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the feature file first to understand what needs to be created, how the examples
Generate a complete PRP-style medium plan for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the feature file first to understand what needs to be created, how the examples provided help, and any other considerations.
The AI agent only gets the context you are appending to the plan and training data. Assume the AI agent has access to the codebase and the same knowledge cutoff as you, so it is important that your research findings are included or referenced in the plan. The agent has websearch capabilities, so pass URLs to documentation and examples.
This command is the middle lane between `/simple-plan` and the full `/create-plan` workflow: optimize for fast, anchor-rich implementation guidance rather than a fully reconciled and reviewed implementation contract.
1. **Codebase Analysis**
2. **External Research**
3. **User Clarification** (if needed)
Using `./templates/prp_base.md` as template:
*** CRITICAL AFTER YOU ARE DONE RESEARCHING AND EXPLORING THE CODEBASE BEFORE YOU START WRITING THE PLAN ***
*** ULTRATHINK ABOUT THE PLAN AND PLAN YOUR APPROACH THEN START WRITING THE PLAN
compatibility in mind unless the user explicitly requests it. If something is being replaced or changed, replace it completely. Avoid shims, fallbacks, re-exports, or compatibility layers.
result of this plan. Instead, include a section at the end to remove it.
---
Save as: `./tmp/ready-plans/YYYY-MM-DD-description.md`
Score the plan on a scale of 1-10 (confidence level to succeed in one-pass implementation using claude code)
Remember: The goal is one-pass implementation success through comprehensive context, but with a faster and lighter workflow than `/create-plan`.
Repo: dcouple/Pane
Create git commits with user approval and no Claude attribution
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work…
Generate comprehensive PR descriptions following repository templates
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success…
Iterate on existing implementation plans with thorough research and updates
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform…