Lvergro Claude Code Orquesta Parallel

Lvergro Claude Code Orquesta Parallel

tomevault-io 5b2c92f 2 files · 1.8 KB Updated

File contents

/parallel — Multi-Session Execution

Read .claude/models.yml for model routing.

Flow

  1. Read project-state.md
  2. Identify current wave (first wave with pending [ ] tasks)
  3. Read .claude/memory/locks.md
  4. Stale lock check: Any lock older than 30 minutes is expired — remove it and treat the task as unlocked.
  5. For each unlocked task in the wave:
    • Write lock: - [task_id]: LOCKED at [timestamp] in locks.md
    • Use builder agent (model: sonnet): implement + test
    • If PASS → mark [x] in project-state.md, remove lock
    • If FAIL → remove lock, report error

Usage

Open 2-3 Claude Code terminals:

# Terminal 1
/parallel

# Terminal 2
/parallel

Each session picks different tasks from the same wave automatically.

locks.md Format

# Active Locks
- 1a: LOCKED at 2026-02-07T14:30Z
- 1b: LOCKED at 2026-02-07T14:31Z

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/lvergro--claude-code-orquesta--parallel commit 5b2c92f209

Frequently asked questions

npx skillmds@latest add tomevault-io/lvergro-claude-code-orquesta-parallel