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 profilesprovides_triage()- Triage skill reference or Noneprovides_outline()- Outline skill reference or None
Integration
This extension is discovered by:
skill-domains get-available- Lists available domainsskill-domains configure- Applies domain configuration to marshal.jsonmarshall-stewardwizard - Domain selection during project setup