commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Use when the person asks what to do or for trade-offs, or more than one design is live. Waits for a pick. Never plans.
$ npx -y skills add dcouple/Pane --skill options --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/optionsContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the person asks what to do or for trade-offs, or more than one design is live. Waits for a pick. Never plans.
name: options description: Use when the person asks what to do or for trade-offs, or more than one design is live. Waits for a pick. Never plans.
This is the only place alternatives are argued. If the implementation session could still choose the architecture, this step was skipped.
When the person says they are ready to pick, send the brief and this document once to a fresh-context Socrates reviewer, briefed as in [create-ticket's Socrates reference](../create-ticket/references/socrates.md), with repository access. Also ask it to argue for less (what can be deferred, which schema changes, dependencies, or infrastructure can be avoided, whether the smallest version is really the smallest) and to challenge every ladder rung that lacks a stated reason. Relay its material questions. Record its verdict (pass, clarify, or rethink) against the revision it reviewed. Continue the same Socrates agent through follow-ups, two rounds at most. Socrates investigates facts and asks questions. The person settles product choices. Skip Socrates for small decisions.
An HTML page for the person, laid out as in [references/options-template.md](references/options-template.md) and rendered with the [`page`](../page/SKILL.md) house standard. Save it as `options.html` in the work's bundle. End with the status line and wait.
Repo: dcouple/Pane
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…
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…