sase_questions

Collect user input through JSON-defined questionnaires with SASE runner handoffs.

5|Updated Dec 6, 2021
One-click install
npx skills add https://github.com/bbugyi200/dotfiles --skill sase-questions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sase_questions
Source: https://github.com/bbugyi200/dotfiles/tree/main/home/dot_codex/skills/sase_questions
Command: npx skills add https://github.com/bbugyi200/dotfiles --skill sase-questions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured way to solicit user input and make decisions within an automated workflow, replacing standard interaction methods that may be disabled or insufficient.

Core Features & Use Cases

  • Structured Input: Supports single and multi-select questions with custom labels and descriptions.
  • Workflow Handoff: Integrates with the SASE runner to pause execution, wait for user input, and resume seamlessly.
  • Use Case: Use this when an agent needs to confirm a deployment strategy or choose between multiple database options before proceeding with a task.

Quick Start

Use the sase questions skill to prompt the user to select their preferred database from a list of options.

Frequently Asked Questions about sase_questions

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

FAQPage Schema
How do I collect interactive user input during an automated workflow?

To pause an automated agent workflow for decision-making, use structured JSON questionnaires integrated with a runner environment. This mechanism pauses execution, waits for user input, and resumes the task seamlessly once the decision is provided.

Can I use JSON questionnaires to confirm deployment options in an automated agent workflow?

Yes, you can use JSON questionnaires to confirm deployment strategies or choose between database options. They facilitate structured input collection, allowing agents to request specific decisions before proceeding with the task.

Do I need a specific environment to manage workflow pauses and stateful handoffs for user decisions?

Yes, managing workflow pauses and stateful handoffs for user decisions requires the SASE runner environment. This environment manages command-backed gates and signal-based process control to pause and resume execution seamlessly.

What is the best way to structure interactive decisions when standard agent interaction methods are disabled?

When standard agent interaction methods are disabled or insufficient, the best way to structure interactive decisions is through JSON-defined questionnaires. This method supports custom labels and descriptions for single and multi-select questions.