amadeus-nfr-design

Execute the AI-DLC nfr-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-nfr-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amadeus-nfr-design
Source: https://github.com/amadeus-dlc/amadeus/tree/main/.agents/skills/amadeus-nfr-design
Command: npx skills add https://github.com/amadeus-dlc/amadeus --skill amadeus-nfr-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use this Skill when you need to run the nfr-design stage by itself instead of advancing the full AI-DLC workflow. It isolates a single construction-phase task, keeps the main workflow state untouched, and lets you complete the stage with the same orchestration rules used in the larger lifecycle.

Core Features & Use Cases

  • Standalone stage execution: Runs nfr-design as a single-stage AI-DLC session, so you can test or complete the stage without moving the primary workflow forward.
  • Controlled interaction flow: Follows the engine-emitted directive exactly, including the conductor-led run and the correct handling of user questions through the grilling bridge when needed.
  • Safe completion reporting: Commits only a synthetic stage record for the isolated run, which is useful for validating construction-phase work, rehearsing stage behavior, or completing a focused review.

Quick Start

Use the amadeus nfr-design Skill to execute the nfr-design stage in isolation and report completion without changing the main workflow.

Frequently Asked Questions about amadeus-nfr-design

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

FAQPage Schema
What is isolated nfr-design stage execution in AI-DLC?

Isolated nfr-design stage execution runs the construction-phase task as a single-stage AI-DLC session. It processes the standalone directive and grilling interactions without advancing the primary workflow state.

How do I run nfr-design without affecting the main workflow?

You run nfr-design without affecting the main workflow by using an isolated stage runner. The orchestrator fetches the emitted stage directive, executes it exactly, and commits a synthetic-id result pair.

Can I test a single construction-phase stage independently of the full lifecycle?

Yes, you can test a single construction-phase stage independently. The isolated execution mode lets you rehearse stage behavior and validate work while keeping the main workflow untouched.

Does the standalone nfr-design stage support guided grilling interactions?

Yes, the standalone nfr-design stage supports guided grilling interactions. The conductor-led run handles user questions through the grilling bridge exactly as delivered in the engine-emitted directive.

What happens to workflow state during an isolated stage run?

The workflow state remains untouched during an isolated stage run. Only a synthetic stage record for the isolated run is committed, ensuring the main workflow does not advance.

When should I not use an isolated nfr-design runner?

You should not use an isolated nfr-design runner when you need to advance the primary workflow. It is strictly for single-stage work, testing, rehearsing behavior, or completing focused reviews.