Skip to content

feat(skills): add conductor-bottom layout to taskMaestro#860

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/conductor-bottom-layout-803
Mar 22, 2026
Merged

feat(skills): add conductor-bottom layout to taskMaestro#860
JeremyDev87 merged 1 commit intomasterfrom
feat/conductor-bottom-layout-803

Conversation

@JeremyDev87
Copy link
Copy Markdown
Owner

Summary

  • Add conductor-bottom layout to taskMaestro: conductor pane at bottom 25%, workers in upper 75% grid
  • Add color differentiation: conductor (dark navy bg + orange border), worker error (red), worker complete (green)
  • Implement layout via swap-pane + break-pane + join-pane -fv with --resume session continuity
  • Add setup_conductor_layout() and set_worker_status() utility functions
  • Update wave_transition() from 6 to 7 steps with new layout step

Test plan

  • Verify conductor pane positioned at bottom 25% of tmux window
  • Verify workers arranged in tiled grid in upper 75%
  • Verify conductor has dark navy background (#1a1a2e) and orange border (#E67E22)
  • Verify set_worker_status error applies red border (#E74C3C)
  • Verify set_worker_status complete applies green border (#27AE60)
  • Verify layout works with 2, 4, and 7 worker panes
  • Verify Claude Code session continuity after pane swap via --resume
  • Verify prerequisite check section unchanged
  • Verify assign, watch, send, stop subcommands unchanged

Closes #803

- Add color constants for conductor and worker status differentiation
- Add setup_conductor_layout() using swap-pane + break-pane + join-pane
- Add set_worker_status() for error/complete border coloring
- Insert layout step (5/7) in wave_transition after launch_workers
- Support 2-7 worker panes with single-pane fallback

Closes #803
@JeremyDev87 JeremyDev87 added feat priority:should Should Have - 중요하지만 필수는 아님 skill New skill addition to .ai-rules/skills/ labels Mar 22, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 11:12am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 25d7ea6 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/conductor-bottom-layout-803 branch March 22, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:should Should Have - 중요하지만 필수는 아님 skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add conductor-bottom layout and color differentiation to taskMaestro

1 participant