From a5008f73fd4a97b5530c6a6967d69622f1c5b4f2 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 5 Jul 2026 13:37:29 -0400 Subject: [PATCH] conductor(track): superpowers review decisions.md filled (25 entries: 3 HIGH + 5 MEDIUM + 17 LOW) --- .../superpowers_review_20260619/decisions.md | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/conductor/tracks/superpowers_review_20260619/decisions.md b/conductor/tracks/superpowers_review_20260619/decisions.md index 2f5605e2..10a3bb80 100644 --- a/conductor/tracks/superpowers_review_20260619/decisions.md +++ b/conductor/tracks/superpowers_review_20260619/decisions.md @@ -4,4 +4,28 @@ | # | Priority | Skill | Change | Destination file | Effort | Evidence | |---|---|---|---|---|---|---| -| | \ No newline at end of file +| 1 | HIGH | brainstorming | Add "spec-first is mandatory for any creative work" prompt to Session Start Checklist (item 13) | `conductor/workflow.md` §"Session Start Checklist" | S | §2.4 + §2.5 | +| 2 | HIGH | writing-skills | Add pressure-scenario testing for each MMA skill (5 skills) | `.agents/skills/mma-*/SKILL.md` (per skill) + new `scripts/test_mma_skills.py` | L | §14.4 + §15 cluster summary | +| 3 | HIGH | Dual-Convention | Adopt conductor convention everywhere; migrate/deprecate 41 superpowers-plugin files in `docs/superpowers/` | `docs/superpowers/` → `conductor/tracks//` migration | XL | §16.1 | +| 4 | MEDIUM | brainstorming | Add "multiple-choice preferred" guidance to spec template | new section in `conductor/tracks//spec.md` template | S | §2.4 + §2.5 | +| 5 | MEDIUM | verification-before-completion | Add "verification ritual" anti-rationalization table to `conductor/workflow.md` §"Task Workflow" step 9 | `conductor/workflow.md` §"Task Workflow" step 9 | S | §5.4 + §5.5 | +| 6 | MEDIUM | systematic-debugging | Add explicit "Question Architecture" rule to AGENTS.md §"Process Anti-Patterns" | `AGENTS.md` §"Process Anti-Patterns" | S | §6.4 + §6.5 | +| 7 | MEDIUM | subagent-driven-development | Consider a tier-4b "code quality reviewer" subagent for the second-stage review | `.agents/skills/mma-tier4b-quality-reviewer/SKILL.md` (new) | M | §7.4 + §7.5 | +| 8 | MEDIUM | writing-skills | Rewrite MMA skill descriptions to be trigger-focused ("Use when X") rather than persona-flavored | `.agents/skills/mma-*/SKILL.md` (5 skills) | S | §14.4 + §15.2 | +| 9 | LOW | executing-plans | Codify a "finishing-a-development-branch" check in `conductor/workflow.md` after Phase 10 | `conductor/workflow.md` new section | S | §8.5 | +| 10 | LOW | finishing-a-development-branch | Document the ARCH-DIFF explicitly in `conductor/workflow.md` §"Task Workflow" step 9 | `conductor/workflow.md` §"Task Workflow" step 9 | S | §12.5 | +| 11 | LOW | using-git-worktrees | No action needed (master-direct is intentional) | n/a | n/a | §13.5 | +| 12 | LOW | dispatching-parallel-agents | Document Meta-Tooling sequential-dispatch vs Application parallel-dispatch as deliberate design choice | `conductor/workflow.md` §"Conductor Token Firewalling" + `.agents/skills/mma-orchestrator/SKILL.md` | S | §9.5 | +| 13 | LOW | receiving-code-review | Add explicit "no performative agreement / no thanks" rule to AGENTS.md or new "Communication Conventions" section | `AGENTS.md` or new `conductor/code_styleguides/communication.md` | S | §10.5 | +| 14 | LOW | writing-skills | Compress MMA skills to meet token-budget targets | `.agents/skills/mma-*/SKILL.md` (5 skills) | S | §14.4 + §14.5 | +| 15 | LOW | executing-plans | Consider master-vs-worktree question in deferred rebuild | deferred rebuild scope | M | §8.5 | +| 16 | LOW | subagent-driven-development | Codify "if subagent asks questions, answer clearly" rule as tier-2 orchestrator prompt template | `.agents/skills/mma-tier2-tech-lead/SKILL.md` | S | §7.5 | +| 17 | LOW | subagent-driven-development | Consider parallel-session execution for highly independent tracks | deferred rebuild scope | M | §7.5 | +| 18 | LOW | mma-orchestrator | Update `gemini` references to OpenCode Task tool; fix typos in anti-patterns section | `.agents/skills/mma-orchestrator/SKILL.md` | S | §15.1 | +| 19 | LOW | mma-tier1-orchestrator | Rewrite description to be trigger-focused; expand Limitations | `.agents/skills/mma-tier1-orchestrator/SKILL.md` | S | §15.2 | +| 20 | LOW | mma-tier2-tech-lead | Update Meta-Level Sanity Check commands to use `scripts/run_tests_batched.py` | `.agents/skills/mma-tier2-tech-lead/SKILL.md` | S | §15.3 | +| 21 | LOW | mma-tier3-worker | Add reference to OpenCode Task tool's `failure_count` escalation; add Pre-Delegation Checkpoint reference | `.agents/skills/mma-tier3-worker/SKILL.md` | S | §15.4 | +| 22 | LOW | mma-tier4-qa | Add "DO NOT make success claims" rule; reference audit scripts | `.agents/skills/mma-tier4-qa/SKILL.md` | S | §15.5 | +| 23 | LOW | Dual-Convention | Cleanup legacy `.opencode/` and `.gemini/` directories (mark as legacy or remove) | `.opencode/` + `.gemini/` cleanup | S | §16.2 first bullet | +| 24 | LOW | Dual-Convention | Re-run audit scripts to verify paths post `module_taxonomy_refactor_20260627`; fix stale references | `scripts/audit_*` | M | §16.2 audit script drift bullet | +| 25 | LOW | Dual-Convention | Add `docs/guide_workspace_profiles.md` cross-reference (if not already exists) | `docs/guide_workspace_profiles.md` (new) | S | §16.2 workspace profile bullet | \ No newline at end of file