work-loop

Featured

Use when 使用者要把待辦自主推進(「自動推」「把待辦跑完」「無人值守推進」)——spectra change、HANDOFF、tech-debt、ROADMAP 全在 scope 內,或 runner.sh --unattended fire。NOT for 單次盤點交接(用 /handoff)、逐項拍板(用 /goal)、interval 盲跑(用 /loop)。

Web & Frontend 45 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- 🔒 LOCKED — managed by clade Source: plugins/hub-core/skills/work-loop/ Edit at: $CLADE_HOME Local edits will be reverted by the next sync. --> # /work-loop — 待辦自主推進迴圈 > 2026-08-05 由 `/change-loop`(含 `--turbo`)與 `/handoff-loop` 合併而成。舊名已移除,無相容 stub。 本 skill 是 loop 四型分類中的 **proactive loop**——trigger 交給 `runner.sh` 或 `/loop`,工作清單交給 scan 自己找。四型分類與通用方法論見 cookbook `vendor/snippets/loop-engineering/`。 **沒有「走哪一支」的判定。** repo 有沒有 `openspec/`、待辦是 spectra change 還是 tech-debt 條目,都由 Step 2 的 scan 結果決定路由——無 `openspec/` 的 repo 掃出來的 spectra 段就是空的,**這是正常的,不是 scan 失敗**。 核心 contract:**每次被叫起來,把待辦盡可能推到「已完成」「可驗收」或「已備妥決策選項」狀態。能自主決策的自主完成;必須人拍板的 NEVER 直接 skip——MUST 走 § Decision packaging 推進到「一句話就能答」的狀態。** **Output contract**:loop 的 output 是**進度報告**,不是 user call-to-action。 - ✅ 「`<change>` 標 🟢 ready-for-review(寫入 HANDOFF)」「TD-317 已修並 commit `a1b2c3d`」— 報告事實 - ✅ 「本輪處理 3 items:2 completed / 1 packaged。fingerprint 已變,續跑」— 報告進度 - ❌ 「待 user 驗收:請執行 `pnpm review:ui`」— user call-to-action - ❌ 「待 user 決定:TD-402 要用 A 還是 B?」— 決策要落 `awaiting[]` + HANDOFF `## ⏳ Awaiting Charles`,不是 chat 敘述(attended 下由 Step 2.7 用 `AskUserQuestion` 端出去問) - ❌ 「下一輪可推進:1. ... 2. ...」— 列選單讓 user 決定 --- ## Step 0 — Mode detection、lock、continuous invocation ```text $ARGUMENTS ``` ### Flags - `--unattended`(`runner.sh` 每輪固定帶):**3-item cap**(避免 runaway)+ **禁止 `AskUserQuestion`**。不帶時無 item cap,改由 Step 6 的 round cap / fingerprint 控制。 - `--runner-child`(只由 `runner.sh` 帶):模型可見的 runner child 身分 marker;`WORK_LOOP_RUNNER_CHILD=1` ...

Details

Author
YuDefine
Repository
YuDefine/nuxt-supabase-starter
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Featured

change-loop

Use when 使用者要把 change 自主推進到 ready(「自動推」),或 routine --unattended fire。NOT for 一次性任務、interval 盲跑(用 /loop)、逐項拍板(用 /goal)。

45 Updated today
YuDefine
AI & Automation Listed

loopwork

Guides complete beginners from a raw idea to working, continuously-evolving software through a guided loop workflow (interview → plain-language spec → approved plan → autonomous TDD loop → hands-on acceptance → perpetual improvement cycles). Use when a user with little or no coding experience wants to build an app, tool, website or script; says things like "我想做一个…但我不会编程", "帮我把这个想法做成软件", "I want to build an app but I can't code"; wants to continue/grow a project previously built with loopwork ("继续我的项目", "加个功能"); or asks "接下来该做什么 / where was I". Also handles tiny change requests via a quick lane.

0 Updated 5 days ago
EricEEEEEEE
Code & Development Listed

loop-engineering

Loop-mode discipline for orchestrated runs — recognize loop intent ("keep going until done", "loop this", "finish it", "clear all the stale ones", "bump everything SAFE"), offer to loop on open-ended work, and run to completion under explicit stop rules that always end at the run's terminal gate. Preload into orchestrator agents (crew's morpheus, keymaker); each defines its own bindings. Use whenever the user asks to keep going, loop, or finish the work without further check-ins.

1 Updated 2 days ago
johantor