From 7681e8ac256ef2d6b7c91ee30e595c0ecc9d7fa5 Mon Sep 17 00:00:00 2001 From: Avi Fenesh Date: Wed, 15 Apr 2026 11:53:58 +0300 Subject: [PATCH 1/2] docs: clarify /simplify is third-party and conditional in prepare-delivery Earlier removed 'simplify' from the prepare-delivery description per gemini's request because it isn't a real first-party plugin. But the prepare-delivery skill DOES invoke /simplify when available - it's a third-party plugin we run opportunistically. Restore mention with clearer 'when the user has it installed' framing. --- src/data/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/plugins.json b/src/data/plugins.json index fc0d366..91d8195 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -156,7 +156,7 @@ }, { "name": "prepare-delivery", - "description": "Pre-ship quality gates: deslop, agnix, enhance, review loop, delivery validation, and docs sync. Runs all checks but does not create PRs or push.", + "description": "Pre-ship quality gates: deslop, agnix, enhance, review loop, delivery validation, docs sync, and /simplify when the user has it installed. Runs all checks but does not create PRs or push.", "category": "workflow", "agents": 3, "skills": 4, From fc3595c0e59c4bbc18b4da420aea033fac280a9b Mon Sep 17 00:00:00 2001 From: Avi Fenesh Date: Wed, 15 Apr 2026 12:01:33 +0300 Subject: [PATCH 2/2] review: use plugin name 'sync-docs' for consistency --- src/data/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/plugins.json b/src/data/plugins.json index 91d8195..7351ba0 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -156,7 +156,7 @@ }, { "name": "prepare-delivery", - "description": "Pre-ship quality gates: deslop, agnix, enhance, review loop, delivery validation, docs sync, and /simplify when the user has it installed. Runs all checks but does not create PRs or push.", + "description": "Pre-ship quality gates: deslop, agnix, enhance, review loop, delivery validation, sync-docs, and /simplify when the user has it installed. Runs all checks but does not create PRs or push.", "category": "workflow", "agents": 3, "skills": 4,