com um clique
release
Drive a change from draft through review to release.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Drive a change from draft through review to release.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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 | release |
| description | Drive a change from draft through review to release. |
| contributes | {"workflows":"./workflows"} |
A minimal, runnable example of the define-a-flow / create-a-skill pattern. Use it to learn how an agent drives a run: create it, advance through phases, stop at a human gate, and reach a terminal phase.
Drives a single change through three phases — draft → in_review → approved. The final
transition is a human gate, so reaching approved requires explicit approval.
ix-flow status and follow the reported next actions.draft → in_review, then in_review → approved.ix-flow ack, then
advance again to finish.