Autocode clarify-scope
Classify request as small/medium/large. Adjust workflow depth accordingly.
install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/autocode/skills/clarify-scope" ~/.claude/skills/ilang-ai-autocode-clarify-scope && rm -rf "$T"
manifest:
plugins/autocode/skills/clarify-scope/SKILL.mdsource content
::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 v3.0 | ilang.ai