Advanced multi-mode thinking system with Sequential Thinking MCP and Serena integration for complex problem solving
Install with Tessl CLI
npx tessl i github:sc30gsw/claude-code-customes --skill smart-think45
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Intelligent problem-solving with multiple thinking modes, budget control, and MCP integration for complex analysis and decision-making.
/smart-think "<problem_description>" [options]| Option | Short | Description | Default |
|---|---|---|---|
--mode | -m | Thinking mode | think |
--budget | -b | Token budget | Auto |
--interactive | -i | Interactive refinement | false |
--output | -o | Save to file | none |
--serena | -s | Use Serena integration | false |
--research | -r | Include research phase | false |
--citations | -c | Include citations | false |
--structured | Structured output | false | |
--confidence | Show confidence levels | false | |
--focus | -f | Focus area | none |
| Mode | Budget Range | Thoughts | Confidence | Best For |
|---|---|---|---|---|
think | 2,000-8,000 | 3-6 | 70-85% | Quick decisions |
think-hard | 8,000-15,000 | 6-10 | 75-90% | Complex analysis |
think-harder | 15,000-25,000 | 10-15 | 80-95% | Architecture decisions |
ultrathink | 25,000-50,000 | 15-25 | 85-98% | Research, complex systems |
ALWAYS prioritize mcp__sequential-thinking__ as primary engine, with mcp__serena__ for codebase context:
mcp__sequential-thinking__sequentialthinking as primary thinking toolmcp__serena__get_symbols_overview for technical understandingmcp__serena__search_for_pattern for implementation insightsmcp__serena__read_memory / mcp__serena__write_memory for decision continuity# Default thinking mode
/smart-think "Should we use Redux or Zustand?"
# Deep analysis with codebase context
/smart-think "Database migration strategy" -m think-harder --serena
# Research-focused with citations
/smart-think "Technology selection" -m ultrathink --research --citations
# Quick decision with budget control
/smart-think "CSS framework choice" -b 5000 --focus=frontend45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.