amadeus-functional-design

Run the AI-DLC functional-design stage in isolation without advancing the main workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you execute the AI-DLC functional-design stage by itself when you need construction-phase work without moving the main lifecycle forward.

Core Features & Use Cases

  • Isolated Stage Execution: Runs functional-design as a single-stage workflow so you can test, validate, or complete that stage independently.
  • Conductor-Guided Orchestration: Uses the engine to emit a stage directive and then follows the described run behavior instead of manually advancing workflow state.
  • Safe Single-Stage Reporting: Commits only a synthetic stage record for the isolated run, leaving the main workflow Current Stage untouched.
  • Use Case: A team wants to complete functional-design for a feature branch while preserving the parent AI-DLC process, so they run this Skill to handle only that stage and stop.

Quick Start

Ask the AI to run the functional-design stage in isolation for the current AI-DLC workspace and report completion without advancing the main workflow.

Frequently Asked Questions about amadeus-functional-design

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

FAQPage Schema
How do I run functional-design without advancing the main workflow?

To run functional-design without advancing the main workflow, execute the stage in isolation using a conductor-driven run that emits a single directive and commits only a synthetic stage record, preserving the main workflow's Current Stage.

What is an isolated functional-design stage in workflow orchestration?

An isolated functional-design stage is a single-stage construction-phase execution that allows you to test, validate, or complete functional design independently while logging STAGE_STARTED and STAGE_COMPLETED events without moving the parent lifecycle forward.

How do I execute a single-stage functional-design run with grilling interactions?

You execute a single-stage functional-design run by invoking orchestration through next and report commands, which support grilling interactions and ensure the conductor-driven run commits a synthetic stage record without altering the main workflow state.

Does isolated functional-design execution modify the main workflow Current Stage?

No, isolated functional-design execution does not modify the main workflow Current Stage. It commits only a synthetic stage record for the isolated run, ensuring the parent AI-DLC process remains untouched and unchanged.

When do I need to run a single-stage construction-phase workflow independently?

You need to run a single-stage construction-phase workflow independently when a team requires functional-design work on a feature branch while preserving the parent AI-DLC process, allowing safe testing and validation without advancing the main lifecycle.