refactor: purge agent-deck/superpowers refs across active code, tasks, visualizations#35
Merged
Merged
Conversation
…th /devflow:* wrapper convention
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audit of every
superpowers/agent-deck/Agent Deck/ bare upstream-skill-name reference across the codebase, with three actions:/devflow:*wrapper convention + 5-layer architecture (agent-deck removed long ago, the visualizations still showed 6 layers with Agent Deck + Conductor nodes).Per user's
Recommendedoptions across all three buckets.Files changed (33 total)
Deletions (10 stale tasks + 3 agent-deck config files = 13 deletes)
config/agent-deck/— whole directory (README.md,config.toml.tmpl,tmux-notifications-fix.md)tasks/P0/ARCH-skills-mcp-sync.md— agent-deck MCP-pool tasktasks/P1/ARCH-update-actual-configs.md— agent-deck config.toml updatestasks/P1/ARCH-skills-registry-global-sources.md— agent-deck skills registrytasks/P1/ARCH-agent-spawning-consistency.md— entire premise was "everything goes through agent-deck add"tasks/P1/ARCH-devflow-work-entry-point.md— entire premise was agent-deck add launchingtasks/P1/ARCH-forgotten-items-previous-impl.md— agent-deck group/session wiringtasks/P1/ARCH-session-task-completion.md— agent-deck session cleanup logictasks/P3/SPIKE-dynamic-mcp-selection.md— agent-deck MCP pool explorationtasks/P4/POLISH-yadm-tracking.md— YADM-track agent-deck + superpowers configstasks/P4/POLISH-docker-sandbox-adr.md— Agent Deck Docker sandbox ADRUpdates (active code)
CLAUDE.md— pipeline + bullets →/devflow:*form; added wrapper convention notevisualizations/README.md— 6 → 5 layer, drop Agent Deck color/files; phase-handoff color addedvisualizations/workflows/development-workflow.md— full rewrite (8 sections): pipeline diagram now shows phase-handoff spawns +/devflow:*slash commands, tool-active table dropped Agent Deck/Conductor cols, dropped Conductor escalation notes, droppedagent-deck addalt entry pointvisualizations/architecture/devflow-ecosystem.md— full rewrite (5 sections): 6 → 5 layers, dropped Agent Deck + Conductor + Web UI nodes, added phase-handoff node, updated runtime architecture diagram + CLI commands tableconfig/bootstrap-snippet.sh—brew "agent-deck"removed, addedbrew "gh"+brew "glab"skills/update-visualizations/SKILL.md(+ mirrors) — droppedagent-deck-integration.mdmappingtasks/README.md— fully regenerated: 28 → 23 tickets, new dependency graph + execution orderUpdates (salvageable tasks)
tasks/P0/ARCH-visualization-update-hook.md— dropped agent-deck-integration file from proposed tree + dropped Agent Deck/Conductor from color palettetasks/P1/ARCH-detached-head-worktrees.md— example branch name updatedtasks/P1/ARCH-stop-hook-finish-feature-removal.md— agent-deck sessions → phase-handoff spawned sessionstasks/P1/ARCH-testing-foundation.md— pipeline mention →/devflow:*formtasks/P1/ARCH-testing-infrastructure.md— drop agent-deck from mock list, add gh/glabtasks/P3/SPIKE-telemetry-observability.md— drop agent-deck logging questions/refs, retain skill-policy spiketasks/P3/SPIKE-hooks-improvement-opportunities.md— agent-deck hook-handler question → Claude Code plugin-hook coordination questiontasks/P3/SPIKE-kanban-board-integration.md— agent-deck conductor notifications → OS-level notificationstasks/P4/POLISH-readme-improvement.md— drop Agent Deck Layer 2 from README diagram exampleOut of scope (kept intentionally)
docs/superpowers/— explicit user-requested exception; preserved untoucheddocs/plans/*— historical plan docs (time-capsule of past decisions); rewriting them obscures history; preserved untoucheddocs/plans/2026-05-20-...-design.md— local-only gitignored file; doesn't exist in this worktreetasks/done/*— historical record of completed work; preserved untouchedsuperpowers:refs indevflow-plugin/commands/{brainstorming,executing-plans,writing-plans}.md+ mirrors — describing what the wrapper wraps is correct + necessarylib/worktree.sh--agentdeprecation message — intentional; helps users who try the removed flagskills/registry.jsonwriting-plans description — accurately describes wrapper-extends-upstream relationshipAudit after this MR (excluded:
docs/, wrapper internals,tasks/done/,lib/worktree.shdeprecation,skills/registry.jsonwriting-plans wrapper desc)tasks/README.md:131skills/lock-tests/SKILL.mdAttribution + Phase 2-3 refs/devflow:executing-planswhich itself delegates to upstream)skills/phase-handoff/SKILL.md"Note on impl"/executing-plansslash-command auto-exposuredevflow-plugin/{commands,skills}/...devflow skills convertAll these are intentional or auto-generated. No remaining unwanted refs.
Test plan
devflow skills convertvalidates clean (✔ Validation passed)grep -RIln "agent-deck\|superpowers" ...returns only intentional refs (audit table above)🤖 Generated with Claude Code