一键导入
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.