all-fg-go

star 162

Run the prior turn's branches one at a time in the foreground — reactive single fan-out of what the immediately-preceding turn offered, executed SEQUENTIALLY (no parallelism, no background). `/afg` is the 3-char alias. Triggers — "all fg go", "all fg", "afg", "다 순차", "전부 순차 실행", "하나씩 다 해", "run them all in order", "do them all sequentially". The foreground-sequential sibling of all-bg-go. For a self-generating loop use /cycle-fg.

dancinlab By dancinlab schedule Updated 6/12/2026

name: all-fg-go description: Run the prior turn's branches one at a time in the foreground — reactive single fan-out of what the immediately-preceding turn offered, executed SEQUENTIALLY (no parallelism, no background). /afg is the 3-char alias. Triggers — "all fg go", "all fg", "afg", "다 순차", "전부 순차 실행", "하나씩 다 해", "run them all in order", "do them all sequentially". The foreground-sequential sibling of all-bg-go. For a self-generating loop use /cycle-fg. allowed-tools: Bash, Read, Edit, Write

@D all-fg-go := "run the prior turn's branches one at a time INLINE in this session" :: skill do = "print a plan table · run each prior-turn branch INLINE in the main loop (own Bash/Read/Edit/Write · visible step-by-step · /cycle-fg model) · ▶ i/N → ✅/⚠/❌ · halt on failure" dont = "spawn an Agent/subagent (even run_in_background:false — it hides work behind tool-spinners) · parallelize · background-fan-out · re-ask which to pick · invent branches · fan out destructive ops · continue past a failed branch"

Install via CLI
npx skills add https://github.com/dancinlab/sidecar --skill all-fg-go
Repository Details
star Stars 162
call_split Forks 83
navigation Branch main
article Path SKILL.md
More from Creator