feature-factory
This skill should be used when taking a single software feature from intent to shipped as a solo developer — goal-first, TDD, deterministic verification, evidence only where it earns its keep, and human judgment at the two moments that matter (goal approval, merge). Trigger when the user says "let's build feature X", "ship this feature", "run this through the factory", "write a goal contract", "feature-factory", or wants a disciplined intent→merge loop that resists process bloat. NOT for whole-product planning, multi-feature roadmaps, or autonomous multi-agent swarms.
适合你,如果希望以TDD方式稳步交付单个软件功能
npx oh-my-skill add glebis/claude-skills/feature-factorycurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- glebis/claude-skills/feature-factorynpx oh-my-skill verify glebis/claude-skills/feature-factory怎么用
商店整理自技能原文 · 版本 2482fd1 · 表述以原文为准Claude 会按照 Feature Factory 方法,引导你从定义功能目标开始,通过 TDD 编写测试和实现,运行确定性验证,仅打包必要证据,并在目标批准和合并时要求你确认。它强调最小化流程。
当你说“let's build feature X”、“ship this feature”或“run this through the factory”等关键词,或想要一个从意图到交付的纪律性循环时。