commit
Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
Use only when a decision is blocked on a fact nobody has. One time-boxed question, one answer.
$ npx -y skills add dcouple/Pane --skill spike --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/spikeContext preview
The summary Claude sees to decide when to auto-load this skill.
Use only when a decision is blocked on a fact nobody has. One time-boxed question, one answer.
name: spike description: Use only when a decision is blocked on a fact nobody has. One time-boxed question, one answer.
A spike answers one question so a decision can be made. Write one only when a decision is actually blocked on it.
1. Write the question so the answer is a fact, not an opinion. "Can the queue delay a job by 24 hours without a new table?" is a spike. "What is the best queue design?" is an options question. 2. Set a time box and a method. Throwaway code is allowed and expected. 3. If the question is answerable from the web or docs, answer it with the `research-web` skill. If it needs the repo or a running system, give a fresh-context subagent the question to answer with the `gather-evidence` skill. Give the subagent the question and the time box only. 4. Record the answer and the evidence. 5. Feed the answer back into the options document under "What we learned". Re-rank the options if it changes them.
Plain text in the page bundle (see `page`), for example `spikes/{slug}.md`:
# Spike: {one question}
Blocks: {which decision and options}
Time box:
Method:
Throwaway allowed: yes
## Done when
An answer, not a feature.
## Answer
## Evidence
Feeds back to: {options link}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…