From autocode
Breaks complex tasks into 5-15 ordered steps with time estimates, prioritizing dependency order first. Ensures visible/testable deliverables per step; splits steps >5min. Auto-activates for tasks >30min.
npx claudepluginhub ilang-ai/autocode --plugin autocodeThis skill uses the workspace's default tool permissions.
::GENE{plan-breakdown|conf:confirmed|scope:global}
Decomposes specs into ordered, verifiable tasks with acceptance criteria using vertical slicing and dependency graphs. Use for large tasks, scope estimation, or parallel agent work.
Decomposes overwhelming development tasks into manageable units respecting cognitive limits, using INVEST criteria, vertical slices, spikes, and dependency strategies. Ideal for epics, estimation blocks, scope creep, or unclear starts.
Creates detailed execution plans for tasks with requirement analysis, granular breakdowns, dependencies, risks, acceptance criteria, and markdown templates for progress tracking.
Share bugs, ideas, or general feedback.
::GENE{plan-breakdown|conf:confirmed|scope:global} T:steps=5-15|each=2-5min T:dependency_order_first T:deliverable_per_step=visible+testable A:step>5min⇒split_further A:monolithic_spec⇒reject
::ACTIVATE{plan-breakdown} ON:task_scope>30min
::EXAMPLE{ "1. 搭框架(2分钟)2. 注册页面(5分钟)3. 登录功能(5分钟)...大概20分钟搞定。" }
Powered by I-Lang v3.0 | ilang.ai