بنقرة واحدة
helloworld-example
Smallest possible workflow skill — two phases joined by one auto transition.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Smallest possible workflow skill — two phases joined by one auto transition.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
Integration of interviews and templates — interview answers drive frontmatter and body of a generated artifact. Demonstrates FR-017..025 end-to-end.
| name | helloworld-example |
| description | Smallest possible workflow skill — two phases joined by one auto transition. |
| contributes | {"workflows":"./workflows"} |
The minimum viable workflow skill. Two phases (start, done), one
auto-gated transition, no items, no links, no invariants. Useful as a
copy-paste starting point.
When an agent runs this skill, the entire job is:
ix-flow run --path <this-dir> --jsonix-flow advance <id> done --jsonAlways pass --json to every ix-flow command. The phase argument
to advance is positional, not --to.