swcstudiospace

Ultrathink On — Development skill for Claude Code

Development community

Turn Ultrathink planning back on in this app.

How to install Ultrathink On

Installs to ~/.claude/skills/swcstudiospace-claude-ultrathink-ultrathink-on/SKILL.md

Terminal
mkdir -p ~/.claude/skills/swcstudiospace-claude-ultrathink-ultrathink-on && curl -fsSL https://raw.githubusercontent.com/swcstudiospace/claude-ultrathink/HEAD/commands/ultrathink-on.md -o ~/.claude/skills/swcstudiospace-claude-ultrathink-ultrathink-on/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ultrathink On does


name: ultrathink-on description: Turn Ultrathink planning back on in this app disable-model-invocation: true

Ultrathink control command. The Ultrathink prompt hook normally answers it before it reaches you; since you are reading this, it did not. Run this with your shell tool and reply with its output only:

"${CLAUDE_PLUGIN_ROOT}/bin/ultrathink" on $ARGUMENTS

If that path is not absolute, run `bin/ultrathink on` from the installed Ultrathink plugin directory instead.

Alternatives in Development

  • Epic Publish — Publish a validated epic update back to the issue and local cache 243.5k ★
  • Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
  • Discuss — Act as a planning interviewer 2.9k ★

Full documentation available on GitHub

View Source Repository