32 skills + 3 agents — adds 6 deep analysis skills, 12 orchestration/dev-workflow skills, multi-platform support, and a code-reviewer agent.
Breaking Changes
- Removed
map-conditional-behavior— replaced byextract-tool-graph+map-feature-gates - Removed
synthesize-findings— replaced byreconstruct-system-intent
New Analysis Skills (6 added, 2 removed = net +4)
trace-data-flows— Track B Phase 2: data flow mapping across codebaseextract-tool-graph— Track B Phase 3: extract tool availability mapsmap-feature-gates— Track B Phase 3: conditional behavior and feature gatessimulate-behavior— Track B Phase 3: multi-scenario behavior testingreconstruct-system-intent— Track B Phase 4: synthesize system purposedetect-hidden-contracts— Special: find implicit APIs and undocumented contracts
Orchestration Skills (12 added — cloned from superpowers via git subtree)
brainstorming— Design-first approach before implementationwriting-plans— Spec to bite-sized task breakdownsubagent-driven-development— Fresh subagent per task with review betweenexecuting-plans— Batch execution with checkpointsdispatching-parallel-agents— Concurrent subagent dispatchtest-driven-development— RED-GREEN-REFACTOR cyclesystematic-debugging— Root cause investigation processverification-before-completion— Verify commands pass before finishingusing-git-worktrees— Isolated parallel workspace managementfinishing-a-development-branch— Merge/PR workflowrequesting-code-review— Dispatch code-reviewer agentreceiving-code-review— Process and apply review feedback
New Agent
code-reviewer— Production readiness code review (dispatched by requesting-code-review, subagent-driven-development)
Multi-Platform Support
- Platform capability matrix: Claude Code (full), OpenCode (degraded: no agents), Codex (degraded: no agents)
- PLATFORM-NOTES.md: single source of truth for tool substitution table
- session-start hook rewritten for capability probing + degraded mode fallback
- OpenCode plugin fixed (removed incorrect @mention)
- validate.sh: 193 structural checks for skills, agents, hooks, and plugin health
Bootstrap Skill Enhancement
using-codebase-analyzernow routes both analysis triggers AND development workflow triggers- Development keywords ("build", "plan", "debug", "test", "review") dispatch to orchestration skills
Infrastructure
- GitHub issue templates (bug report, skill request) and PR template
- Upstream sync script:
scripts/sync-upstream.shpulls superpowers via git subtree