Files
SubMiner/docs/workflow/agent-plugins.md
T
sudacode f0a11c2c99 chore: remove Backlog.md task system and backlog directory
- 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
2026-05-12 23:37:31 -07:00

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.