Vibe-Skills think-harder

4-phase structured analysis wrapper for vibe pre-routing (compatible with claude-code-settings think-harder semantics).

install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/think-harder" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-think-harder && rm -rf "$T"
manifest: bundled/skills/think-harder/SKILL.md
source content

think-harder (Codex Compatibility)

Use this skill before implementation when the task needs deeper reasoning or tradeoff analysis.

4-Phase Analysis

  1. Problem Clarification
  • Define the core question and constraints.
  • List assumptions and success criteria.
  • Identify ambiguities that must be resolved.
  1. Multi-Dimensional Analysis
  • Structural decomposition: break into components/dependencies.
  • Temporal impact: short-term vs long-term effects.
  • Causal links: key cause-effect and feedback loops.
  • Context factors: operational, team, and environmental constraints.
  1. Critical Evaluation
  • Challenge assumptions and possible bias.
  • Compare alternatives and opportunity costs.
  • Run pre-mortem: what can fail, how, and impact.
  • Mark uncertainty and confidence level explicitly.
  1. Synthesis
  • Summarize key insights and decision rationale.
  • Reconcile contradictions.
  • Produce actionable next steps.

Output Contract

  1. Problem reframing
  2. Key insights
  3. Reasoning chain
  4. Alternatives considered
  5. Uncertainties
  6. Actionable recommendations

Vibe Integration

  • M/L pre-routing analysis entry.
  • If code-risk analysis is required, pair with
    code-review
    .