questionnaire

Collect project setup preferences and map answers into workflow.yaml and quality-gate configuration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Kiwi-Home/ai-workflow --skill questionnaire
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: questionnaire
Source: https://github.com/Kiwi-Home/ai-workflow/tree/main/plugins/structured-workflows/skills/questionnaire
Command: npx skills add https://github.com/Kiwi-Home/ai-workflow --skill questionnaire

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill captures the essential decisions and preferences needed to configure a project's workflow during setup, avoiding generic prompts and reducing manual configuration errors.

Core Features & Use Cases

  • Adaptive, budget-limited interview that asks up to five targeted questions to gather domain, quality gate, and tooling preferences.
  • Placeholder-driven prompts for test and coverage commands that are injected when the domain template requires them, and skip logic that uses detected CI/tooling to avoid redundant questions.
  • Maps collected answers into workflow.yaml fields, agent generation parameters, and quality-gate configurations to produce a ready-to-run setup summary.

Quick Start

Run the structured-workflows setup and answer up to five targeted questions to populate workflow configuration and defaults.

Frequently Asked Questions about questionnaire

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project setup configuration without answering generic prompts?

This Skill automates project setup configuration by asking up to five targeted questions to capture your domain, quality gates, and tooling preferences, avoiding generic prompts entirely.

How does adaptive questioning work when configuring workflow.yaml?

Adaptive questioning uses detected CI and tooling defaults to skip redundant prompts, asking only essential questions to populate your workflow.yaml configuration and agent generation parameters accurately.

Do I need to manually specify test and coverage commands during workflow setup?

No, you do not need to manually specify test and coverage commands. Placeholder-driven prompts inject these commands automatically when the domain template requires them during setup.

What is the best way to capture review policies and quality gate preferences for a new project?

The best way to capture review policies and quality gate preferences is using a structured interview that maps your answers directly into ready-to-run quality-gate configurations.

Can I use this setup process if my project already has existing CI tooling defaults?

Yes, you can use this setup process with existing CI tooling. The questionnaire detects your current CI and tool defaults to automatically skip redundant configuration questions.

What are the limitations of using a five-question budget for workflow configuration?

The five-question budget limits the interview to a maximum of five adaptive prompts, ensuring a concise setup process while still capturing domain, quality gates, commands, and review policies.