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