Plan Marshall Plugin

Plugin development domain manifest for plan-marshall workflow integration

cuioss Updated

File contents

Plan Marshall Plugin - Plugin Development Domain

Domain manifest skill providing plugin development capabilities to plan-marshall workflows.

Purpose

Declares the plan-marshall-plugin-dev domain configuration including:

  • Domain identity (key: plan-marshall-plugin-dev)
  • Workflow extensions (outline, triage)
  • Profile-based skill organization (core, implementation, testing, quality)

Configuration

All configuration is in extension.py which implements the Extension API:

  • get_skill_domains() - Domain metadata with profiles
  • provides_triage() - Triage skill reference or None
  • provides_outline() - Outline skill reference or None

Integration

This extension is discovered by:

  • skill-domains get-available - Lists available domains
  • skill-domains configure - Applies domain configuration to marshal.json
  • marshall-steward wizard - Domain selection during project setup

cuioss/cui-llm-rules/tree/main/marketplace/bundles/pm-plugin-development/skills/plan-marshall-plugin commit 75c7418e8a

Frequently asked questions

npx skillmds@latest add cuioss/plan-marshall-plugin-5