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 profilesprovides_triage()- Triage skill reference or Noneprovides_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 domainsskill-domains configure- Applies domain configuration to marshal.jsonmarshall-stewardwizard - Domain selection during project setup