一键导入
followup-questions-example
Two-phase workflow with followUpIf re-surfacing a question downstream. Demonstrates FR-024-AC-8 advisory channel.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Two-phase workflow with followUpIf re-surfacing a question downstream. Demonstrates FR-024-AC-8 advisory channel.
用 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.
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.
Integration of interviews and templates — interview answers drive frontmatter and body of a generated artifact. Demonstrates FR-017..025 end-to-end.
| name | followup-questions-example |
| description | Two-phase workflow with followUpIf re-surfacing a question downstream. Demonstrates FR-024-AC-8 advisory channel. |
| contributes | {"workflows":"./workflows"} |
Two-phase workflow where open_questions carries followUpIf: nonEmpty.
After the first transition records the answers, advancing to the
second phase that still gates on the same interview surfaces an
interview_followups advisory naming open_questions for the agent
to re-ask.
Question bank:
problem_statement (text, required)open_questions (list, optional, followUpIf: nonEmpty)open_questions: ["timeout default?"].planned — interview.complete passes.interview_followups on the transition response — it lists
open_questions since the next transition (planned → done) also
gates on the same interview.