Pair with another Claude session for coordinated work
Sets up coordination between two Claude sessions for collaborative work.
/plugin marketplace add SpeakToJade/nclaude/plugin install speaktojade-nclaude@SpeakToJade/nclaudeSet up coordination with another Claude session. This tells you which project to sync with.
If arguments provided, parse them:
--interval N: check every N tasks (default: 3)Execute this to register the pairing:
nclaude send "${NCLAUDE_ID:-claude}" "PAIRED: Ready to coordinate" --dir "$1"
Then output this coordination context for yourself:
$1Coordination Protocol:
Check messages (/ncheck --dir $1) after every 2-3 significant actions
Send updates when you:
/nsend "DONE: <what>" --dir $1/nsend "STARTING: <what>" --dir $1/nsend "NEED: <question>" --dir $1 --type TASK/nsend "BLOCKED: <issue>" --dir $1 --type URGENTBefore editing shared files, claim them:
/nsend "CLAIMING: path/to/file" --dir $1 --type URGENT/nsend "RELEASED: path/to/file" --dir $1SYN-ACK for task division:
/nsend "SYN: I'll do X, you do Y. ACK?" --dir $1 --type TASKQuick commands:
/ncheck --dir $1/nsend "message" --dir $1/nstatus --dir $1Remind the user: "I'm now paired with $1. I'll check for messages periodically and send updates on my progress."