بنقرة واحدة
acyclic-links-example
Build a directed graph of nodes; the core `acyclic` invariant gates the terminal advance.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build a directed graph of nodes; the core `acyclic` invariant gates the terminal advance.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.
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.
Integration of interviews and templates — interview answers drive frontmatter and body of a generated artifact. Demonstrates FR-017..025 end-to-end.
| name | acyclic-links-example |
| description | Build a directed graph of nodes; the core `acyclic` invariant gates the terminal advance. |
| contributes | {"workflows":"./workflows"} |
Records node items and link records between them, then advances to a
terminal phase only when the link graph is acyclic. The acyclic
invariant is one of two predicates shipped in
@agent-ix/workflow-core/invariants and is the only core invariant a
user can drive to fail through CLI commands alone.