marshal

Orchestrate skills and project data into a single-session plan with file:line findings.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mferris77/SpringBoard --skill marshal-mferris77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marshal
Source: https://github.com/mferris77/SpringBoard/tree/main/vscode-citadel-harness/skills/marshal
Command: npx skills add https://github.com/mferris77/SpringBoard --skill marshal-mferris77

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Marshal turns vague or multi-step developer requests into a clear, bounded plan and executes it within a single session, removing the manual coordination of skills, context gathering, and reporting so engineers can get concrete results quickly.

Core Features & Use Cases

  • Meta-orchestration: Chains existing skills and tools to perform investigation, fixes, audits, and synthesis across a codebase.
  • Investigation-first workflows: Gathers repository context, reads conventions (e.g., CLAUDE.md), and identifies scope before acting.
  • Robust execution & reporting: Enforces agent timeouts, retries, and produces structured Marshal Reports with file:line findings and a HANDOFF summary.
  • Use Case: Assess the authentication module, identify security or UX gaps, apply fixes if feasible within the session, and produce a concise report with next steps.

Quick Start

Use the marshal skill to assess the authentication module and produce a structured Marshal Report.

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 code investigation and fixes across a repository?

Multi-step code investigation and fixes are automated by orchestrating skills and contextual project data into a single-session plan. This removes manual context gathering and reporting coordination to execute multi-step developer workflows quickly.

What is the best way to orchestrate cross-file analysis and audits in one session?

Orchestrating cross-file analysis and audits in one session requires chaining existing skills and tools to gather repository context. This approach reads project conventions, identifies scope, and produces structured findings with file:line citations.

Do I need specific repository access to run automated code review and audits?

Automated code review and audits require access to repository files and the ability to load sub-skills. This access allows the orchestrator to gather project context, enforce agent timeouts, and apply fixes within the session.

How does multi-step agent orchestration handle execution timeouts and retries?

Multi-step agent orchestration handles execution timeouts by enforcing agent limits with automatic retries. This robust execution model ensures workflows complete successfully and produce structured reports with a HANDOFF summary.

Can I use an orchestrator to assess an authentication module and apply fixes automatically?

You can use an orchestrator to assess an authentication module, identify security or UX gaps, and apply fixes if feasible. It then produces a concise Marshal Report with next steps and structured findings.

What are the limitations of single-session multi-step code fixes?

Single-session multi-step code fixes are limited to investigations and audits that can be bounded within one execution. Workflows requiring cross-session continuity must rely on the HANDOFF summary to resume work.