amadeus-approval-handoff

Runs the approval-handoff stage independently without advancing the main workflow.

5|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-approval-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amadeus-approval-handoff
Source: https://github.com/amadeus-dlc/amadeus/tree/main/.agents/skills/amadeus-approval-handoff
Command: npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-approval-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you execute the approval-handoff stage by itself when you need to test, review, or complete that one step without moving the main AI-DLC workflow forward.

Core Features & Use Cases

  • Isolated Stage Execution: Runs only the approval-handoff stage and stops after the single-stage record is written.
  • Workflow Safety: Keeps the main workflow state untouched while still capturing the stage outcome in a synthetic run.
  • Guided Human Interaction: Supports question-driven handoff flows, including grilling-style feedback when the stage asks for user input.
  • Use Case: Use it when a team wants to verify the ideation approval handoff process independently before resuming the broader lifecycle.

Quick Start

Use this skill when you want to run the approval-handoff stage on its own and follow the returned stage directives until the isolated run is reported as completed.

Frequently Asked Questions about amadeus-approval-handoff

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

FAQPage Schema
How do I run a single approval handoff stage without advancing the main workflow?

To run an approval handoff stage without advancing the main workflow, execute the stage independently to record its completion. This isolated stage execution captures the outcome in a synthetic run while leaving the parent workflow's current stage untouched.

What is an isolated approval handoff in AI-DLC ideation?

An isolated approval handoff in AI-DLC ideation is a single-stage verification run that exercises an approval gate separately from the parent intent. It requests the stage directive, executes conductor-guided work, and reports a synthetic start-complete pair.

Can I test an approval gate independently before resuming the broader lifecycle?

Yes, you can test an approval gate independently before resuming the broader lifecycle. This approach lets a team verify the ideation approval handoff process separately while keeping the main workflow state completely unchanged.

How do I execute conductor-guided work for an approval handoff session?

To execute conductor-guided work for an approval handoff session, initiate a one-stage orchestration cycle that requests the stage directive. Follow the returned directives through the isolated run until the single-stage record is reported as completed.

Does the isolated stage execution support question-driven handoff flows?

Yes, isolated stage execution supports question-driven handoff flows, including grilling-style feedback when the stage asks for user input. This guided human interaction helps verify the ideation approval handoff process thoroughly.

What happens to the current stage state when running an isolated approval handoff?

When running an isolated approval handoff, the current stage state remains unchanged. The process reports a synthetic start-complete pair to capture the stage outcome without modifying or advancing the main workflow's current stage.