lanes-plan
Propose tmux lane allocations for pending work. Status view + assignment plan + sequencing logic.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Propose tmux lane allocations for pending work. Status view + assignment plan + sequencing logic.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Pause and reset. Gather what's scattered, commit what's ready, prepare for what's next.
Bootstrap a multi-agent project. Define the meta-process, resolve every open question, close the circle.
One agent flies high. Holds strategic context, names the unnamed, never descends into implementation.
Every session has a beginning, middle, and end. Design for session boundaries instead of being surprised by them.
Manage a multi-agent tmux workspace. Status, allocation, prompt drafting, cleanup.
Show the current state of all tmux lanes. Fast, visual, no ceremony.
| name | lanes-plan |
| description | Propose tmux lane allocations for pending work. Status view + assignment plan + sequencing logic. |
Read the current workspace state and the work queue, then propose how to allocate lanes.
Run a lanes status view first (see lanes-status). You need to know what's available before you can plan.
Check for pending work items. Look at:
For straightforward allocations, a per-pane list:
Pane: 0 (left)
Assignment: Meta (us)
Work: Orchestration, review, decisions
────────────────────────────────────────
Pane: 1 (upper-right)
Assignment: Coding Agent A
Work: Auth middleware + tests (item 1)
────────────────────────────────────────
Pane: 2 (lower-right)
Assignment: Coding Agent B
Work: API handlers for items 2-4
For complex layouts with dependencies, a spatial view:
┌─────────────────────────────┬─────────────────────────────┐
│ │ │
│ META (me) │ AGENT A │
│ Upper Left │ Upper Right │
│ │ │
│ Coordination, reviews, │ Auth middleware + tests │
│ architecture decisions │ (item 1, the complex one) │
│ │ │
│ Always present. │ Long-lived. Spin up now, │
│ Light context. │ independent, no blockers. │
│ │ │
├─────────────────────────────┼─────────────────────────────┤
│ │ │
│ AGENT B │ FLEX │
│ Lower Left │ Lower Right │
│ │ │
│ API handlers for items │ Available for: │
│ 2-4 (same pattern) │ - Code reviews as PRs │
│ │ come in │
│ Depends on A's middleware │ - Ad hoc investigation │
│ landing first. │ │
│ │ Spin up when needed, │
│ │ idle otherwise. │
│ │ │
└─────────────────────────────┴─────────────────────────────┘
After the layout, explain the sequencing:
The operator makes the final call. This is a proposal, not an execution plan. Include: