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.mdsource content
think-harder (Codex Compatibility)
Use this skill before implementation when the task needs deeper reasoning or tradeoff analysis.
4-Phase Analysis
- Problem Clarification
- Define the core question and constraints.
- List assumptions and success criteria.
- Identify ambiguities that must be resolved.
- 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.
- 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.
- Synthesis
- Summarize key insights and decision rationale.
- Reconcile contradictions.
- Produce actionable next steps.
Output Contract
- Problem reframing
- Key insights
- Reasoning chain
- Alternatives considered
- Uncertainties
- Actionable recommendations
Vibe Integration
- M/L pre-routing analysis entry.
- If code-risk analysis is required, pair with
.code-review