version 1
# @generate v1.0.0
workflow has-questions
exec
harness: check-script
prompt: "scripts/has-unanswered-questions.sh"
workflow gather-requirements
exec
harness: claude-code
prompt_file: prompts/gather-requirements.md
workflow main
run gather-requirements
while has-questions
run gather-requirements