feat(defaults): add molecule-skill-five-axis-review plugin #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/add-five-axis-review-plugin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wires the new SOP Phase 4 self-review skill into
dev-department.yamldefaults so every dev workspace (Dev Lead, Core Platform, Controlplane, App-Docs, Infra, SDK + floaters + Triage Operator) picks it up automatically.What
Why
Five-Axis self-review on the
!externalresolver work (internal#77, PRs #105+#106 of molecule-core) caught three Required-severity issues that the same author's unstructured 3-weakest pass on the same code missed:.git/configSetting it as a default rather than per-workspace because every agent doing substantive change benefits from the structured pass — it's the default mode of operation, not an opt-in.
Plugin contract
Per org-template plugin resolution (PR #71, issue #68 of molecule-core) the
defaults.pluginsUNIONs with per-workspaceplugins:lists. Workspaces can opt out on a case-by-case basis with the standard!or-prefix.Phase 4 self-review (five-axis)
Correctness: No finding — single yaml line addition; the plugin name string is the canonical Gitea repo name.
Readability: No finding — comment matches the shape of the surrounding plugins.
Architecture: No finding — defaults.plugins is the canonical place to add cross-cutting skills.
Security: No finding — no new code path; plugin install honors the existing trust model.
Performance: No finding — plugins load is amortized at workspace boot.
Refs
4835359) — https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-skill-five-axis-review/src/tag/v1.0.0Checkout
From your project repository, check out a new branch and test the changes.