amadeus-feasibility

Run the isolated feasibility stage of the AI-DLC workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you execute the feasibility stage of the AI-DLC lifecycle in isolation, so you can validate ideation work without touching the main workflow.

Core Features & Use Cases

  • Single-Stage Execution: Runs only the feasibility stage and its gate as a self-contained pass.
  • Workflow Isolation: Commits a synthetic run record while leaving the main workflow's Current Stage unchanged.
  • Grilling-Friendly: Supports guided question-and-answer handling when the stage needs user input during execution.
  • Use Case: Use it when you want to assess whether an idea is viable before moving on to scope definition or other downstream work.

Quick Start

Ask the AI to run the amadeus-feasibility skill to complete the feasibility stage in isolation and report the result without advancing the main workflow.

Frequently Asked Questions about amadeus-feasibility

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

FAQPage Schema
How do I run a feasibility analysis without advancing the main workflow?

Feasibility stage isolation executes a single-stage verification pass that validates ideation work and commits a synthetic run record without modifying the main workflow's Current Stage.

What is isolated stage execution in workflow orchestration?

Isolated stage execution runs a single workflow stage and its gate as a self-contained pass, validating ideation work and reporting results independently without altering the main workflow's Current Stage.

Can I validate ideation viability before moving to scope definition?

Yes, you can validate ideation viability before scope definition by running an isolated feasibility stage that assesses idea viability and reports results without advancing the main workflow.

How does guided grilling work during a feasibility stage run?

Guided grilling during a feasibility stage run supports question-and-answer handling when the stage needs user input, executing within the isolated feasibility pass without advancing the main workflow.

Does running a synthetic feasibility stage change my workflow's current stage?

No, running a synthetic feasibility stage does not change your workflow's current stage; it preserves the main workflow Current Stage by committing an isolated synthetic run record instead of advancing.