with one click
intake
Collect a request through a short interview, then draft and finish.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Collect a request through a short interview, then draft and finish.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Smallest possible workflow skill — two phases joined by one auto transition.
Multi-phase linear workflow — the agent narrates each phase to the user as it advances.
Build a directed graph of nodes; the core `acyclic` invariant gates the terminal advance.
One question, one phase, interview.complete gates the transition. Demonstrates FR-022, FR-023, FR-024 happy path.
Question bank exercising every supported answer type — text, list<text>, enum, bool, int — with minItems and required flags. Demonstrates FR-022, FR-023 validation paths.
Two-phase workflow with followUpIf re-surfacing a question downstream. Demonstrates FR-024-AC-8 advisory channel.
| name | intake |
| description | Collect a request through a short interview, then draft and finish. |
| contributes | {"workflows":"./workflows"} |
A runnable example of an interview-gated workflow. Use it to learn how an agent collects answers, passes an interview gate, and runs a recipe.
Drives a request through collecting → drafting → done. The collecting → drafting
transition is gated on the request interview, so the agent must record the title and
summary before it can advance.
ix-flow status and follow the reported next actions.ix-flow record-answers <run-id> request --answers '{...}'
before advancing to drafting.collecting → drafting, then finish with the finish recipe or by advancing to
done.