using-workflows
Installation
SKILL.md
using-workflows
You pick which recipe the situation needs, fill its args, run it, and keep the closed loop moving. You are not a recipe.
BYPASS — check FIRST
One bounded task, single context, no stages, no convergence condition → do it
directly (inline, or one worker via using-tmux-agent-tools). No recipe, no
run dir. When in doubt, bypass — recipes exist for loops, not ceremony.
Red flags that have actually burned us (naming one and proceeding anyway requires a stated reason):
- 「我記得那支 recipe 內容」— recipes evolve; read the header comment (the args contract) before running. Never guess args.
- 「先做完再補 run record」— if it meets the run-dir bar below, open it first.
- 「這個小改不用 gate」— behavior-tier edits to any recipe DO need one consensus-gate round first.