State lifecycle update for issue and bugfix workflows.
- Added pre-worktree pending state with
.issue-flow/pending.jsonfor issue-flow. - Added optional
.bugfix-flow/pending.jsonfor bugfix-flow clarification before worktree creation. - Made pick skills create the initial formal
state=pickedandmodefiles in target worktrees. - Clarified pending ownership, cleanup, and mode-detection precedence across workflow docs.
- Added coverage for pending files not being treated as formal state.
- Added skill-loading checks for pending-state contracts and pick-owned initial state.
Initial release.
- State machine orchestrator with 10 workflow skills
- Manual and auto execution modes
- Superpowers integration for brainstorming, planning, worktrees, and execution
- SessionStart hook for skill awareness injection
- State transition guard hook (PreToolUse)
- Code review agent definition
- Multi-platform support: Claude Code and Codex
issue-flow— Main orchestratorissue-brainstorm— Requirements → design specissue-create— Design spec → GitHub Issueissue-pick— Issue → worktree + branchissue-research— Codebase research before planningissue-plan— Issue → implementation planissue-implement— Plan → code changesissue-verify— Test + lint + reviewissue-commit— Smart git commitsissue-pr— Pull Request creationissue-finish— Cleanup