← ClaudeAtlas

question-hardlisted

Answers a hard question requiring deep reasoning, cross-layer analysis, or architectural judgment. Use whenever the question involves novel architectural tradeoffs, multi-layer debugging, subtle correctness or concurrency reasoning, or security or performance analysis with non-obvious interactions, OR the user asks for a rigorous, deep-dive, or high-stakes answer, even if "hard" is not mentioned by name.
ku5ic/dotfiles · ★ 0 · Web & Frontend · score 69
Install: claude install-skill ku5ic/dotfiles
## When to load this skill The question involves novel architectural tradeoffs, multi-layer debugging, subtle correctness or concurrency reasoning, security or performance analysis with non-obvious interactions, or anything where a wrong answer is expensive and the reasoning chain is long. ## When not to load this skill If the question is routine, use `/question-medium` or `/question-easy` instead - reserve this tier for genuinely deep or high-stakes reasoning. ## Procedure 1. Restate the question internally as a precise problem, not as the user phrased it. If $ARGUMENTS is ambiguous on a point that changes the answer, ask one focused clarifying question before proceeding. Do not ask about points that do not change the answer. 2. Establish ground truth before reasoning. - Concerns a specific file, project, or repo: read the relevant files. - Concerns the current state of a fast moving tool, framework, library, or API: verify against the lockfile or authoritative source. - Do not answer architectural or version-sensitive questions from memory. 3. If the stack matters: - Running inline: the `<repo-context>` block carries it. - Forked (no hook injection reaches the subagent), so that block is absent: identify the stack from the project's own config directly. - Load the patterns skill matching it if the question is in that area. 4. Reason explicitly. Name the assumptions the answer rests on. Where there is a tradeoff, state both sides and the axis that deci