marshall-steward

Plan planning project setup by guiding executor creation and marshal.json initialization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Planning system projects often require manual, repetitive configuration steps. The Marshall Steward Skill streamlines onboarding by guiding executor generation, marshal.json initialization, and initial build-system checks.

Core Features & Use Cases

  • Interactive Wizard mode for first-run project configuration (executor generation, marshal.json init, build detection, and skill-domain setup).
  • Menu-mode for ongoing maintenance (regenerate executor, health checks, and configuration edits).
  • Reference-driven execution: loads flows from references and executes as defined.

Quick Start

Start the wizard with /marshall-steward to bootstrap a new planning project and follow the prompts to configure executors, marshal.json, and domains.

Frequently Asked Questions about marshall-steward

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

FAQPage Schema
How do I automate planning project setup and initialize marshal.json?

You can automate planning project setup by running an interactive wizard that guides executor generation, marshal.json initialization, and baseline build-system discovery. The wizard provides structured error handling and safe defaults to streamline onboarding.

What is the best way to configure executors for a planning system architecture?

The best way to configure executors is using a reference-driven workflow that applies safe defaults during generation. It loads wizard-flow references on demand to ensure your planning system architecture is initialized correctly without manual repetitive steps.

Can I run health checks and maintenance on an existing marshal.json configuration?

Yes, you can run health checks and maintain an existing marshal.json configuration using menu-mode. This maintenance workflow supports regenerating executors, editing configurations, and loading appropriate references as directed for ongoing project upkeep.

Does the project setup wizard support baseline build-system discovery?

Yes, the project setup wizard supports baseline build-system discovery during the first-run flow. It automatically detects your build system while initializing marshal.json and setting up skill-domains, applying structured error handling throughout the process.

Why does manual configuration fail when initializing planning system projects?

Manual configuration of planning system projects often fails due to repetitive, error-prone steps required for executor generation and build detection. Automating this with a reference-driven wizard ensures consistent marshal.json initialization and safe defaults.

Do I need specific dependencies to bootstrap a planning project with a wizard?

No specific dependencies are required to bootstrap a planning project. The setup wizard operates independently using internal scripts and references to guide executor creation, marshal.json initialization, and build-system checks from a clean environment.