mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-13 08:12:54 -07:00
f0a11c2c99
- Delete Backlog.md and all backlog/ task files - Remove Backlog.md MCP workflow instructions from AGENTS.md - Drop "backlog history" from change-verification shim compatibility note
983 B
983 B
Agent Plugins
Status: active Last verified: 2026-03-26 Owner: Kyle Yasuda Read when: packaging or migrating repo-local agent workflow skills into plugins
SubMiner Workflow Plugin
- Canonical plugin path:
plugins/subminer-workflow/ - Marketplace catalog:
.agents/plugins/marketplace.json - Canonical skill sources:
plugins/subminer-workflow/skills/subminer-scrum-master/plugins/subminer-workflow/skills/subminer-change-verification/
Migration Rule
- Plugin-owned skills are the source of truth.
.agents/skills/subminer-*remain only as compatibility shims.- Existing script entrypoints under
.agents/skills/subminer-change-verification/scripts/stay as wrappers so historical commands do not break.
Verification
- For plugin/docs-only changes, start with
bun run test:docs:kb. - Use the plugin-owned verifier when the change crosses from docs into scripts or workflow logic.