원클릭으로
minimal-interview-example
One question, one phase, interview.complete gates the transition. Demonstrates FR-022, FR-023, FR-024 happy path.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
One question, one phase, interview.complete gates the transition. Demonstrates FR-022, FR-023, FR-024 happy path.
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.
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 | minimal-interview-example |
| description | One question, one phase, interview.complete gates the transition. Demonstrates FR-022, FR-023, FR-024 happy path. |
| contributes | {"workflows":"./workflows"} |
Single-question interview gating one transition. The agent conducts
the Q&A in chat using the prompt declared below, then persists the
answer via record-answers. The transition only fires once
interview.complete:discovery is satisfied.
Question bank (verbatim from def.yaml):
problem_statement (text, required) — What problem does this feature solve and who has it?ix-flow run --path <this-dir> --jsonix-flow record-answers <id> discovery --answers '{"problem_statement":"<answer>"}' --jsonix-flow advance <id> drafting --jsonSkipping step 3 makes step 4 fail with invariant_interview_no_answers.