Repository Agent Additions
Place additive prompt fragments here to append repository-specific instructions to an existing agent.
- Use
.nomadworks/agent-additions/<agent>.mdto add instructions to a bundled or custom repo agent. - The matching base agent must exist in the plugin bundle or
.nomadworks/agents/. README.mdis ignored by agent discovery.
Include Types Available In Additions
Agent additions can use the same include resolution as bundled agents and custom agents:
<include:plugin:...>for plugin-owned shared guidance<include:policy:...>for repository-overridable policy files with bundled defaults<include:repo:...>for explicit files under.nomadworks/
Common Plugin Includes
plugin:Agents_Common.mdplugin:docs/core/agent_orchestration.mdplugin:docs/core/communication_guidelines.mdplugin:docs/core/discussion_agent_guidelines.mdplugin:docs/core/role_contracts.mdplugin:docs/core/task_model.mdplugin:docs/core/codemap_conventions.md
Available Policy Includes
policy:development-guidelines.mdpolicy:testing-guidelines.mdpolicy:documentation-guidelines.mdpolicy:git-commit-messaging.mdpolicy:product-guidelines.mdpolicy:ui-ux-guidelines.md