Plan Marshall Plugin

Documentation domain manifest for plan-marshall workflow integration

cuioss Updated

File contents

Plan Marshall Plugin - Documentation Domain

Domain manifest skill providing documentation capabilities to plan-marshall workflows.

Purpose

Declares the documentation domain configuration including:

  • Domain identity (key: documentation)
  • Profile-based skill organization (core, 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

Detection

This domain is applicable when a doc/ directory exists in the project root, indicating AsciiDoc documentation.

Integration

This manifest is read 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-documents/skills/plan-marshall-plugin commit 33df620e71

Frequently asked questions

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