-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working