workflow-common

Provide a deprecated compatibility layer for Legion Ascended workflows.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/9thLevelSoftware/legion-ascended --skill workflow-common
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-common
Source: https://github.com/9thLevelSoftware/legion-ascended/tree/main/skills/workflow-common
Command: npx skills add https://github.com/9thLevelSoftware/legion-ascended --skill workflow-common

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires legion-ascended, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a deprecated compatibility layer for older Legion Ascended workflows, allowing users to transition smoothly to the new canonical workflow-common-core Skill.

Core Features & Use Cases

  • Compatibility Shim: Enables legacy command execution by referencing the workflow-common-core Skill.
  • CLI Detection and Adapter Loading: Detects and loads the appropriate AI CLI adapter for command execution.
  • State File Locations: Defines the standard locations for project state files, including planning, execution, and review artifacts.
  • Settings Resolution Protocol: Allows configuration of Legion commands via settings.json.
  • Agent Personality Paths: Defines the structure for agent personality files and their resolution protocol.
  • Plan File Convention: Standardizes the naming and structure of plan files for phase execution.
  • Wave Execution Pattern: Describes the pattern for executing plans in parallel waves.
  • Agent Coordination Conventions: Defines the conventions for agent spawning, coordination, and result collection.
  • State Update Pattern: Outlines the process for updating the project state file after significant operations.
  • Cost Profile Convention: Describes the cost profiles for different types of agent operations.
  • Skill Loading Protocol: Details the metadata and content loading stages for Legion skills.
  • Error Handling Pattern: Defines the process for handling errors during agent execution.
  • Auto-Remediation Pattern: Outlines the auto-remediation flow for environment issues encountered by agents.
  • Output Redirection Convention: Standardizes the redirection of verbose command output to temp files.
  • Division Constants: Lists the available divisions and associated agent personalities.

Quick Start

Run the following command to start a new project using the workflow-common Skill:

legion start --name "My Project" --summary "What this project is trying to accomplish" --owner dasbl

Frequently Asked Questions about workflow-common

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

FAQPage Schema
How do I maintain legacy AI-assisted software development workflows after a platform update?

This compatibility layer maintains deprecated Legion Ascended workflows by referencing the canonical workflow-common-core Skill for CLI detection and adapter loading, allowing older commands to execute while you transition.

How does agent coordination work during parallel wave execution?

Parallel wave execution coordinates agents through defined conventions for agent spawning, coordination, and result collection, ensuring parallel tasks are executed and aggregated efficiently within the workflow.

Do I need the Legion Ascended platform to use these compatibility scripts?

Yes, you need the Legion Ascended platform and compatible AI CLI adapters to use these scripts, because the compatibility layer relies on the platform to detect adapters and resolve settings.

What is the standard location for project planning and execution state files?

The standard locations for project state files are defined by the compatibility layer to store planning, execution, and review artifacts, ensuring consistent state tracking across workflow phases.

How do I handle environment issues encountered by agents during execution?

You handle environment issues using the defined auto-remediation pattern and error handling process, which outline the flow for detecting, managing, and recovering from agent execution failures.

Can I configure Legion commands using a settings file?

Yes, you can configure Legion commands via the settings resolution protocol using a settings.json file, allowing you to customize agent personalities, division constants, and command execution behavior.