workflow-outline-change-type

Route change-type instructions to domain-specific or generic sub-skills for outline workflows.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill workflow-outline-change-type
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-outline-change-type
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/workflow-outline-change-type
Command: npx skills add https://github.com/cuioss/plan-marshall --skill workflow-outline-change-type

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the creation of solution outlines by evaluating change_type and domain, routing to domain-specific or generic sub-skills as needed.

Core Features & Use Cases

  • Routes to domain-specific or generic sub-skills based on detected change_type and domain configuration.
  • Loads a domain skill when available to tailor the outline workflow.
  • Provides a unified framework for discovery, analysis, and deliverable creation across change types.

Quick Start

Provide a plan_id and change_type to initiate outline generation and routing

Frequently Asked Questions about workflow-outline-change-type

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

FAQPage Schema
How do I automate routing change-type outlines to domain-specific workflows?

Automating change-type outline routing involves evaluating the change_type and domain configuration, then directing the instructions to either domain-specific or generic sub-skills to generate the required deliverables.

What is domain routing for change-type workflows?

Domain routing for change-type workflows is a mechanism that detects the change_type and domain availability, loading a domain skill when present to tailor the outline workflow and generate specific deliverables.

How do I generate a solution outline based on a detected change_type?

Generating a solution outline requires providing a plan_id and change_type to initiate the workflow, which then resolves domain availability, loads appropriate domain skills, and creates the final deliverables.

Can I use generic sub-skills when a domain-specific skill is not available?

Yes, when a domain-specific skill is not available, the workflow automatically routes the change-type instructions to generic sub-skills to ensure the outline generation and deliverable creation process completes.

Does the outline change workflow support loading context before selecting instructions?

Yes, the outline change workflow satisfies requirements for identifying change_type, loading context, selecting appropriate instructions, executing them, and verifying that the final deliverables are generated correctly.

What are the limitations of routing change-type outlines using domain availability?

The routing mechanism relies on the presence of a plan_id and change_type, and if a domain-specific skill is missing, it defaults to generic sub-skills, which may not tailor the outline as precisely to the domain context.