smux-compozy-pairing
Installation
SKILL.md
Smux Compozy Pairing
Procedures
Step 1: Validate inputs and build the launch plan
- Require a feature name that resolves to
.compozy/tasks/<feature-name>/. - Execute
eval "$(python3 .agents/skills/smux-compozy-pairing/scripts/render-session-plan.py --feature-name "<feature-name>" --repo-root "$PWD")"to load the emitted shell assignments into the current shell. - Confirm that
tmux,tmux-bridge,codex,claude, andcompozyare available inPATH. - Read
references/runtime-contract.mdbefore launching the worker TUIs. - Treat
"$CODEX_LAUNCH"and"$CLAUDE_LAUNCH"as authoritative. The helper already injects a Codex workflow overlay viadeveloper_instructionsand a Claude workflow overlay via--append-system-prompt-file. - Prefer the shell wrappers under
scripts/when you need a concrete command string:scripts/print-session-command.sh --feature-name "$FEATURE_NAME" --repo-root "$REPO_ROOT" --kind codex-launchscripts/print-session-command.sh --feature-name "$FEATURE_NAME" --repo-root "$REPO_ROOT" --kind claude-launchscripts/print-session-command.sh --feature-name "$FEATURE_NAME" --repo-root "$REPO_ROOT" --kind startscripts/run-codex-worker.sh --feature-name "$FEATURE_NAME" --repo-root "$REPO_ROOT"scripts/run-claude-worker.sh --feature-name "$FEATURE_NAME" --repo-root "$REPO_ROOT"scripts/run-compozy-start.sh --feature-name "$FEATURE_NAME" --repo-root "$REPO_ROOT"