marshal

Orchestrate multi-step tasks by chaining skills with context and safety checks.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/special-place-administrator/citadel_codex --skill marshal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marshal
Source: https://github.com/special-place-administrator/citadel_codex/tree/main/skills/marshal
Command: npx skills add https://github.com/special-place-administrator/citadel_codex --skill marshal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Choreograph multi-step tasks by chaining skills and context, enabling a single-session driver to convert direction into concrete actions without constant handholding.

Core Features & Use Cases

  • Autonomous, end-to-end skill orchestration that connects the right tools and data.
  • Context gathering from codebases, docs, and memory to inform decisions.
  • Safe, user-invoked operation with clear phases and minimal prompts.
  • Suitable for complex workflows that span multiple skills but require no campaign persistence.

Quick Start

Provide a direction to Marshal, for example 'marshal audit the authentication flow', and it will plan and execute a best-fit chain of skills.

Frequently Asked Questions about marshal

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

FAQPage Schema
How do I automate multi-step AI workflows in a single session?

Cross-skill coordination orchestrates multiple tools by chaining skills and context to execute complex processes. It works by planning a best-fit sequence of actions that gathers codebase and docs context to inform autonomous decisions within one session.

What is the best way to orchestrate multi-skill tasks without manual intervention?

Multi-skill orchestration applies a phased approach—understand, plan chain, execute, report, and learn—to convert direction into concrete actions without constant handholding. It includes timeout controls, error handling, and safety checks for safe operation.

Can I use cross-skill coordination to analyze my codebase and docs context together?

Yes, you can chain skills to analyze codebase and docs context together within a single session. The orchestration gathers information from these sources to inform decisions and execute a best-fit chain of actions to produce actionable results.

How do I start automating a complex workflow with a single command?

To start automating a complex workflow, provide a high-level direction such as an audit request. The orchestration engine will understand the goal, plan the skill chain, execute the steps, and report the results autonomously within a single session.

Does single-session skill chaining persist workflow context across multiple campaigns?

No, single-session skill chaining does not persist workflow context across multiple campaigns. It applies to scenarios that require cross-skill coordination and single-session execution, making it suitable for complex workflows that require no campaign persistence.