node-run-clarify

Collect run-time context via adaptive Q&A before executing ResearchOps tree node steps.

174|17|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/CurryTang/Amadeus --skill node-run-clarify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: node-run-clarify
Source: https://github.com/CurryTang/Amadeus/tree/main/skills/node-run-clarify
Command: npx skills add https://github.com/CurryTang/Amadeus --skill node-run-clarify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive Q&A to collect key context the agent will need before launching a tree node's run step (e.g., dataset path, design doc, hyperparameters), reducing misconfigurations and wasted runs.

Core Features & Use Cases

  • Guided Q&A loop that adapts questions based on node kind and plan details.
  • Presents concise, actionable prompts and stores responses for use during the run.
  • Seamless integration with run endpoints to proceed once clarification is complete.

Quick Start

Ask the user for dataset path and design doc before initiating a node run.

Frequently Asked Questions about node-run-clarify

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

FAQPage Schema
How do I collect runtime context before executing an automated workflow node?

Collect runtime context by running an interactive Q&A loop that prompts for essential inputs like dataset paths or hyperparameters before executing an automated workflow node. This captures necessary configurations to prevent misconfigurations and wasted runs.

What is a clarify step in ResearchOps automated workflows?

A clarify step in ResearchOps automated workflows is a guided questioning phase that collects essential run-time context before a tree node executes. It adapts questions based on node kind and plan details to prepare the node for execution.

How do I prevent misconfigurations when running experiment or analysis tree nodes?

Prevent misconfigurations in experiment and analysis tree nodes by initiating an adaptive Q&A loop to capture missing context such as design docs and dataset paths. This ensures all required parameters are stored before the run begins.

Does the node clarification process work across blocked and planned node runs?

The node clarification process works across both blocked and planned node runs within automated workflows. It integrates with run-clarify endpoints to capture responses and seamlessly proceed with execution once all context is collected.

Can I adapt clarification questions based on different tree node kinds?

You can adapt clarification questions based on different tree node kinds and plan details. The Q&A loop adjusts its prompts according to the specific node context, ensuring relevant information is gathered for experiment, implementation, or analysis steps.

What is the best way to prepare a tree node for execution without wasting runs?

The best way to prepare a tree node for execution without wasting runs is to use an interactive clarification loop that verifies all configurations beforehand. This captures actionable prompts and integrates with run endpoints to proceed safely.