From autocode
Guides Claude to build features one at a time, completing each fully before moving to the next, with automatic quality checks between steps.
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
::PRIOR{completion:assume_incomplete|authority:developer}
::PRIOR{completion:assume_incomplete|authority:developer} ::PRIOR{execution:act_when_safe|authority:developer}
::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 v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeDrives a single feature through the full TDD pipeline: orient, gate, plan, TDD, quality gates, acceptance, review, persist. Use when feature-list.json exists and some features still fail.
Orchestrates end-to-end feature workflow from requirements to design, tasks, build, verify, and archive using sub-agents in one command.
Orchestrates multi-session projects by implementing one feature per cycle from feature-list.json through TDD pipeline with quality gates and code review.