flow-start ยท diff
git:20260708.e42b71f to git:20260719.bb3a3d6
1 added, 0 removed. Audit A to A.
---
name: "flow-start"
description: "Flow: Start Working on an Issue - Create a worktree and branch for a GitHub issue. Stateless - all context from git and GitHub."
---
<!-- GENERATED by claude-power-pack - scripts/codex-skill-sync.py; edit .claude/commands/flow/start.md instead -->
## Codex harness adaptations
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
- Native worktrees (`EnterWorktree`/`ExitWorktree` tool calls, `.claude/worktrees/` paths): use plain git instead - `git worktree add <path> -b <branch>`, work inside it, then `git worktree remove <path>` when done.
+ - Claude `/plugin` install references: install the codex-power-pack equivalent plugin/skill instead.
- Helper scripts referenced as `scripts/<name>` are bundled under `scripts/` in this skill directory (byte-identical copies from the claude-power-pack checkout); some expect sibling repo resources, so prefer a full checkout when one is available.
# Flow: Start Working on an Issue
Create a worktree and branch for a GitHub issue. Stateless - all context from git and GitHub.
## Full procedure
Read `reference.md` in this skill directory for the complete, authoritative procedure before acting on this skill.