stage7-deployment-scenario

Generate deployment scenario documents and QA sets from pipeline outputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/channel-io/sop-agent --skill stage7-deployment-scenario
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stage7-deployment-scenario
Source: https://github.com/channel-io/sop-agent/tree/main/.claude/skills/stage7-deployment-scenario
Command: npx skills add https://github.com/channel-io/sop-agent --skill stage7-deployment-scenario

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stage 7 automates the creation of client-facing deployment scenarios and QA sets by reusing and reorganizing outputs from earlier stages, eliminating duplicate manual work.

Core Features & Use Cases

  • Generate client-ready deployment scenarios and QA sets for stakeholder reviews.
  • Map consultation categories to resolution methods (RAG/Task) and deployment steps, and produce visualizations of flows.
  • Optional Notion publishing to centralize deployment docs.

Quick Start

Provide the required deployment inputs and run the stage7 deployment generator to produce the deployment QA set and flow visuals.

Frequently Asked Questions about stage7-deployment-scenario

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

FAQPage Schema
How do I generate client-ready deployment scenarios and QA sets?

To generate deployment scenarios and QA sets, provide cross-analysis data, FAQs, SOPs, and task definitions as inputs. The system maps consultation categories to resolution methods and outputs visual flowcharts and HTML/Markdown QA documents.

How do I map consultation categories to resolution methods and deployment steps?

Mapping consultation categories to resolution methods requires cross-analysis data and task definitions. The system processes these inputs to assign RAG or Task resolution methods and generates corresponding deployment flowcharts and test queries.

Can I publish deployment scenario documents and QA sets directly to Notion?

Notion publishing is supported as an optional feature to centralize deployment documentation. You can output the generated HTML and Markdown deliverables directly into your Notion workspace for stakeholder access.

What inputs are required to produce deployment flowcharts and HTML deliverables?

Required inputs include pipeline outputs from Stages 1-6, specifically cross-analysis data, FAQs, SOPs, and task definitions. The system uses these to generate deployment_flow.html and deployment_qa_set outputs.

Does the deployment scenario generator output both HTML and Markdown files?

The generator outputs both HTML and Markdown files, specifically deployment_qa_set.html, deployment_qa_set.md, and deployment_flow.html. These formats ensure compatibility for client-facing reviews and system integration.