v1.3.0 - Role-Based Workflow Agents and Explicit Fallback Control
Overview
This release introduces repo-local role agents and makes them first-class in superpowers-workflow.
Highlights
- Added repo-local workflow agents:
plannercoderreviewer
- Updated
superpowers-workflowto dispatch those roles directly by phase. - Added explicit fallback control:
- if a preferred role agent is unavailable, the workflow now pauses and asks for user confirmation before any fallback.
- Added role-based model selection guidance without hardcoding vendor model mappings.
- Updated Codex install and usage docs to cover both skills and agents.
Included Changes
- New:
agents/planner.md - New:
agents/coder.md - New:
agents/reviewer.md - Updated:
skills/superpowers-workflow/SKILL.md - Updated:
.codex/INSTALL.md - Updated:
commands/execute-all.md - Updated:
README.md