From autocode
Classifies task scope (small/medium/large) and adjusts workflow depth and planning detail. Activates automatically on new tasks to streamline execution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:clarify-scopeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{clarify-scope|conf:confirmed|scope:global}
::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
npx claudepluginhub ilang-ai/autocode --plugin autocodeBreaks complex tasks into 5-15 ordered steps with time estimates, prioritizing dependencies first. Useful for planning work exceeding 30 minutes.
Analyzes project work, builds mental models, decomposes into stacked task graphs with backends and difficulty ratings, and gets approval before execution. For multi-task projects needing planning.
Breaks work into ordered, verifiable tasks with acceptance criteria. Use when a spec or requirements need decomposition into implementable units, when a task feels too large, or when parallel work is possible.