commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then auto-reviews the final plan. Use when planning a new feature or significant change.
$ npx -y skills add dcouple/Pane --skill create-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/create-planContext preview
The summary Claude sees to decide when to auto-load this skill.
Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then auto-reviews the final plan. Use when planning a new feature or significant change.
name: create-plan description: Creates a reconciled implementation plan by combining a structured plan draft with a normalized intent brief and a PRP-style research dossier, then auto-reviews the final plan. Use when planning a new feature or significant change. argument-hint: "[feature description or ticket reference]" allowed-tools: Read, Grep, Glob, WebFetch, WebSearch, Write, Task
Generate a complete plan for feature implementation with thorough research. The plan must contain enough context for an AI agent to implement the feature in a single pass.
Do not start drafting until you have verified the current repo shape for the feature area.
validation, schema, frontend, and build patterns used by the current repo.
session.
Mismatches / Assumptions` section that states the conflict and how the plan resolves it.
If, after the repo audit, the approach is **genuinely unclear**, ask the user 1-3 targeted design questions. Otherwise, proceed directly.
Produce **three artifacts** from the same brief:
1. A **provisional implementation plan** using `./plan_base.md` 2. A **normalized brief / intent artifact** that preserves the why, locked decisions, non-goals, and success criteria in a compact downstream-friendly form 3. A **supporting research dossier** that behaves like a PRP: anchor-dense, selective, and focused on context transfer
The final output shown to the user is the **reconciled plan**, not the dossier.
Using `./plan_base.md` (in this skill's directory) as template.
The AI agent only gets the context in the plan plus codebase access. Include:
business/product reason, and what must not be optimized away
Repo: dcouple/Pane
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Have an interactive discussion about a topic, approach, or feature. Researches the codebase as needed, talks through options, and updates ./tmp/context.md with…
Executes an approved plan with one primary implementation stream by default, using bounded parallel sidecars only when the write scopes are truly disjoint.…
Investigates bugs through hypothesis-driven root cause analysis. Automatically invoked when the user reports a bug, error, broken behavior, or something not…
Commits changes grouped by done-plans, rebases main, runs build and quality gates, then creates or updates a PR. Replaces the commit command. Use when you're…
Conducts extensive web research on technical topics with validated references and citations. Use when you need external documentation, library comparisons, or…