From e23cbf6bf0ea0c48d3c6007437153cd9d5a7eb6e Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Fri, 8 May 2026 06:08:31 -0700 Subject: [PATCH] feat(defaults): add molecule-skill-five-axis-review plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- dev-department.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-department.yaml b/dev-department.yaml index 4d6c2e7..c5a7287 100644 --- a/dev-department.yaml +++ b/dev-department.yaml @@ -41,6 +41,7 @@ defaults: - molecule-session-context # auto-load cron learnings + PR/issue counts on SessionStart - molecule-skill-cron-learnings # per-tick learning JSONL (pairs with session-context) - molecule-skill-update-docs # keep architecture / README / edit-history aligned + - molecule-skill-five-axis-review # SOP Phase 4 — structured five-axis self-review before PR # Audit-summary routing — Auditors fan out findings to the listed roles. # Roles are by display name (Dev Lead, Backend Engineer, ...) not by -- 2.45.2