Loop Three Elements

设计或审计任何循环系统的起点: 将循环拆解为 Trigger(触发器)、Action(动作)、Stop Condition(停止条件) 三要素。 当用户需要设计一个新循环、诊断一个失效循环、或向他人解释"什么是 Loop"时使用。 不适用于: 单次任务执行、非循环的自动化脚本、或已经稳定运行无需重新设计的系统。 关键 trigger: "设计一个 loop"、"这个循环为什么不停止"、"什么是 loop 的最小结构"。

kangarooking 665e3f0 3 files · 10.7 KB Updated

File contents

kangarooking/loop-engineering-skill/tree/main/loop-three-elements commit 665e3f0cc0

Frequently asked questions

npx skillmds@latest add kangarooking/loop-three-elements