Agent skill
plan-marshall-plugin
Documentation domain manifest for plan-marshall workflow integration
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/plan-marshall-plugin
SKILL.md
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
Capabilities
Domain capabilities for ${domain} placeholder resolution:
"capabilities": {
"triage": "pm-documents:ext-triage-docs"
}
Only triage capability is provided. Verification steps requiring quality-gate or build-verify are skipped for this domain.
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?