Wire the new SOP Phase 4 self-review skill into dev-department defaults
so every dev workspace (Dev Lead, Core Platform, Controlplane, App-Docs,
Infra, SDK + floaters + Triage Operator) picks it up automatically.
The plugin (v1.0.0,
git.moleculesai.app/molecule-ai/molecule-ai-plugin-molecule-skill-five-axis-review)
implements the structured Five-Axis self-review that replaces the
unstructured 'list 3 weakest spots' Phase 4 (canonical SOP doc:
internal/runbooks/dev-sop.md, opened in internal#84).
Per the org-template plugin resolution contract (PR #71, issue #68),
this UNIONs with per-workspace plugins lists. Workspaces can opt out
on a case-by-case basis with the standard '!molecule-skill-five-axis-review'
or '-molecule-skill-five-axis-review' prefix in their own plugins: list.
WHY
Five-Axis self-review on the !external resolver 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: cache validity gap, token persistence in .git/config, misleading
function name post-refactor. The structured pass on PR #107 caught all
three on first read.
Setting the skill 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.
REFS
internal#84 — canonical SOP doc with new Phase 4 wording
molecule-core PR #107 — hardening pass driven by the five-axis review
Plugin tag v1.0.0 sha 4835359
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>