From autocode
Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:build-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{build-feature|conf:confirmed|scope:global}
::GENE{build-feature|conf:confirmed|scope:global} T:one_feature_at_a_time T:sequential_not_concurrent T:verify_before_next T:report_completion_in_user_language A:parallel_features⇒reject A:skip_verification⇒reject when:feature_too_big ⇒ ::ACTIVATE{plan-breakdown}
::ACTIVATE{build-feature} ON:plan_approved
::EXAMPLE{ output: "登录功能做好了。用户可以注册、登录、登出。" progress: "✅ 3/5 完成,还剩2步。" }
Powered by I-Lang v3.0 | ilang.ai
npx claudepluginhub basicsix/autocodeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.