← back to Cli Printing Press
chore(skills): drop compound-engineering plugin and retro hand-off (#671)
a80cb5d4506cac9802e993aca67d8179cf300bc6 · 2026-05-07 02:06:20 -0700 · Trevin Chow
Remove the compound-engineering@every-marketplace plugin from
.claude/settings.json and the retro skill's Step 8 next-steps offer
(which invoked /compound-engineering:ce-plan or pitched per-WU planning).
Retro-runners are unlikely to act on a follow-up planning prompt, so the
ceremony adds noise without value; retros now end after Phase 6 Step 7.
Files touched
M .claude/settings.jsonM skills/printing-press-retro/SKILL.md
Diff
commit a80cb5d4506cac9802e993aca67d8179cf300bc6
Author: Trevin Chow <trevin@trevinchow.com>
Date: Thu May 7 02:06:20 2026 -0700
chore(skills): drop compound-engineering plugin and retro hand-off (#671)
Remove the compound-engineering@every-marketplace plugin from
.claude/settings.json and the retro skill's Step 8 next-steps offer
(which invoked /compound-engineering:ce-plan or pitched per-WU planning).
Retro-runners are unlikely to act on a follow-up planning prompt, so the
ceremony adds noise without value; retros now end after Phase 6 Step 7.
---
.claude/settings.json | 3 ---
skills/printing-press-retro/SKILL.md | 25 +------------------------
2 files changed, 1 insertion(+), 27 deletions(-)
diff --git a/.claude/settings.json b/.claude/settings.json
index 51a1f5f4..6e636edb 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -1,7 +1,4 @@
{
- "enabledPlugins": {
- "compound-engineering@every-marketplace": true
- },
"permissions": {
"deny": [
"Bash(git commit --no-verify:*)",
diff --git a/skills/printing-press-retro/SKILL.md b/skills/printing-press-retro/SKILL.md
index 190e061b..2f2e62b0 100644
--- a/skills/printing-press-retro/SKILL.md
+++ b/skills/printing-press-retro/SKILL.md
@@ -731,8 +731,7 @@ template gap that would help every future CLI *is* worth filing.
If filing is skipped, still save the retro locally (manuscript proofs +
`/tmp/printing-press/retro/`), present the findings to the user, then jump
-directly to Phase 6 Step 6 (present results — adjusted to show local-only paths)
-and Step 8 (offer next steps).
+directly to Phase 6 Step 6 (present results — adjusted to show local-only paths).
## Phase 6: Package, upload, and present
@@ -913,28 +912,6 @@ the issue-template fallback path.
Run artifact-packaging.md Step 7 to delete `$STAGING_DIR`.
-### Step 8: Offer next steps
-
-Use `AskUserQuestion`:
-
-**If `IN_REPO=true`:**
-
-> 1. **Plan work units** — invoke `/compound-engineering:ce-plan` to plan top-priority WUs
-> 2. **Plan a specific work unit** — pick one WU to plan
-> 3. **Done for now**
-
-If the user picks option 1 or 2, try to invoke `compound-engineering:ce-plan`. If
-it's not available, fall back to printing the prompt the user would run manually.
-
-**If `IN_REPO=false`:**
-
-> The Printing Press maintainers will review your findings.
->
-> 1. **Done**
-
-Do not offer to plan work units when `IN_REPO=false` — the user is not in the
-Printing Press repo and cannot act on the findings directly.
-
## Rules
- Prefer automatic fixes (templates, binary) over instructional fixes (skill).
← d4d10a8a fix(phase5): explain accepted marker levels (#647)
·
back to Cli Printing Press
·
fix(skills): repair publish generated-artifact flow (#672) d2eca305 →