n8n workflows are complex; one cannot expect to generate a perfect Goal in one go. The Skill uses a four-layer interview mechanism to ensure full requirement alignment:
First Layer: Goals & Delivery
Clarify what problem the workflow solves and what results to finally deliver.
Second Layer: Node Links
Sort out the complete input→processing→output links and determine the responsibility of each node.
Third Layer: Specific Service Confirmation
Clarify specific technical selections like table services, AI models, API access methods, etc.
Fourth Layer: Red Line Definition
Clarify absolute boundaries that cannot be touched, such as production databases, sensitive credentials, etc.
This four-layer interview ensures that users and Agents have a common understanding of requirements before writing code.