swcstudiospace

Ultrathink Track — Development skill for Claude Code

Development community

Turn Linear/Notion tracking on or off; planning keeps running.

How to install Ultrathink Track

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

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

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

What Ultrathink Track does


name: ultrathink-track description: Turn Linear/Notion tracking on or off; planning keeps running argument-hint: on|off 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" track $ARGUMENTS

If that path is not absolute, run `bin/ultrathink track` with the same a

Alternatives in Development

Full documentation available on GitHub

View Source Repository