← 返回
未分类 中文

Ucts Guide

Smart task analysis with optimal tool prescription. Analyze any coding task by complexity, domain, scope, and risk — then prescribe the best combination of U...
Smart task analysis with optimal tool prescription. Analyze any coding task by complexity, domain, scope, and risk — then prescribe the best combination of U...
muthukumaran-k-1 muthukumaran-k-1 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 308
下载
💾 0
安装
1
版本
#latest

概述

UCTS Smart Guide

Analyze the user's task and prescribe the optimal Claude Code session configuration.

When to use

When the user describes any coding task — feature, bug fix, refactor, architecture, etc. — and you need to decide HOW to approach it optimally.

Process

1. Classify the task

| Dimension | Options |

|-----------|---------|

| Complexity | trivial, simple, moderate, complex, massive |

| Domain | code, debug, refactor, feature, architecture, devops, docs, security, performance, migration |

| Scope | single-file, multi-file, module, cross-module, full-repo, multi-repo |

| Risk | none, low, medium, high, critical |

Signals to look for:

  • "todo list", "script", "hello world" → trivial
  • "fix bug", "add test" → simple
  • "authentication", "OAuth", "API endpoint" → moderate
  • "microservice", "payment", "distributed" → complex
  • "redesign", "rewrite", "migration" → massive
  • "payment", "stripe", "encryption" → critical risk
  • "security", "OWASP", "vulnerability" → high risk

2. Prescribe the combo

| Complexity | Caveman | Tools | Model |

|-----------|---------|-------|-------|

| trivial | ultra | Cache + Monitor | haiku-only |

| simple | full | + Pruner, Fast Transform | haiku-default |

| moderate | full | + LLMLingua, Semantic Cache, SWE-Pruner, RouteLLM, Repo Map | auto-route |

| complex | lite | + AgentDiet, Hierarchical Memory, Swarm, /office-hours | auto-route |

| massive | off/lite | + Observability, SPARC, all of the above | sonnet/opus |

Risk overrides:

  • critical risk → caveman off (no compression on safety-critical work)
  • high risk → add /careful (destructive command blocking)
  • any security domain → add /cso after implementation

3. Generate the dispatch instruction

Format for spawning a Claude Code session:

Load UCTS. Run /ucts guide <original task description>

For specific known patterns:

  • Security audit → Load UCTS. Run /cso
  • Code review → Load UCTS. Run /review
  • QA test → Load UCTS. Run /qa
  • Feature → Load UCTS. Run /ucts guide , approve, implement, /ship
  • Plan only → Load UCTS. Run /ucts guide , /office-hours, /autoplan. Save plan, don't implement.

4. Show the user

📋 Task: [description]
📊 Classification: [complexity] [domain] | [scope] | risk: [risk]
🎯 Combo: caveman:[level] + [Tool1] + [Tool2] + ...
💰 Estimated savings: [X]%

Spawning Claude Code with: "Load UCTS. Run /ucts guide [task]"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,390 📥 321,875
dev-programming

Ucts Investigate

muthukumaran-k-1
根本原因调试方法论。系统性的假设驱动调查,规则严格:未调查不修复,失败三次后停止。
★ 0 📥 374
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 831 📥 297,847