Skip to content

Git worktree is not created sometime after brainstorming #574

@LikeSundayLikeRain

Description

@LikeSundayLikeRain

Describe the bug
Git worktree is not created sometime after brainstorming, and plan writing is trigger directly in current branch.;

To Reproduce
Steps to reproduce the behavior:
Don't really have a reproduce steps, but it happens occasionally

Expected behavior
Git worktree should happen after design is written and before plan writing.

Logs

● Let me write the design doc and commit it.

● Read 1 file (ctrl+o to expand)

● Write(docs/plans/2026-02-28-native-skill-passthrough-design.md)
  ⎿  Wrote 94 lines to docs/plans/2026-02-28-native-skill-passthrough-design.md

● Bash(git add docs/plans/2026-02-28-native-skill-passthrough-design.md && git commit -m "$(cat <<'EOF'
      docs: add native skill pass-through design…)
  ⎿  [main 442f44f] docs: add native skill pass-through design
      1 file changed, 94 insertions(+)
      create mode 100644 docs/plans/2026-02-28-native-skill-passthrough-design.md

● Design doc committed (442f44f). Now transitioning to implementation planning.

● Skill(superpowers:writing-plans)
  ⎿  Successfully loaded skill

Additional context
I'm using claude code

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions