Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

clarify-scope

The clarify-scope skill categorizes incoming tasks by estimated duration (small under 30 minutes, medium 30 minutes to 2 hours, large over 2 hours) and automatically adjusts the response workflow's depth and planning detail accordingly. Use this when receiving new tasks to ensure appropriate scoping and prevent overwhelming users with unnecessary complexity while maintaining adequate planning for larger initiatives.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/clarify-scope && cp -r /tmp/clarify-scope/skills/clarify-scope ~/.claude/skills/clarify-scope
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{clarify-scope|conf:confirmed|scope:global}
  T:small=under_30min|build_direct|plan_minimal
  T:medium=30min_to_2hr|brief_plan|step_by_step
  T:large=over_2hr|full_roadmap|activate_project_roadmap
  A:say_large_project⇒never
  A:overwhelm_with_complexity⇒simplify

::ACTIVATE{clarify-scope}
  ON:new_task

::EXAMPLE{
  output: "这个我们分几步来做,今天先把核心功能跑通。"
}

Powered by I-Lang v4.0 | ilang.ai