Skip to content

v1.3.0 - Role-Based Workflow Agents and Explicit Fallback Control

Choose a tag to compare

@gpayer gpayer released this 08 Apr 09:28
· 36 commits to main since this release

Overview

This release introduces repo-local role agents and makes them first-class in superpowers-workflow.

Highlights

  • Added repo-local workflow agents:
    • planner
    • coder
    • reviewer
  • Updated superpowers-workflow to 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