Skip to content

Commit 9050dad

Browse files
cevianclaude
andcommitted
refactor: simplify refine-node skill and auto-chain all workflow skills
Rewrite refine-node to draft-first approach (444 → 142 lines) — proposes complete schemas for all nodes at once instead of per-field Q&A. Also auto-chain the full pipeline: create-workflow → refine-node → compile-workflow without stopping for approval between each phase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6a2ffab commit 9050dad

File tree

2 files changed

+59
-363
lines changed

2 files changed

+59
-363
lines changed

skills/create-workflow/SKILL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,8 @@ Built-in nodes: `web_read`
164164

165165
### After Writing
166166

167-
Tell the user:
168-
1. Where the spec was written
169-
2. List the nodes that need refinement
170-
3. Suggest running `/0pflow:refine-node` when ready, then `/0pflow:compile-workflow` to generate TypeScript
167+
1. Tell the user where the spec was written
168+
2. Immediately invoke `/0pflow:refine-node` for the workflow to refine all nodes
171169

172170
---
173171

0 commit comments

Comments
 (0)