# Lvergro Claude Code Orquesta Parallel

> Lvergro Claude Code Orquesta Parallel

- Skill: `tomevault-io/lvergro-claude-code-orquesta-parallel` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/lvergro-claude-code-orquesta-parallel`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/lvergro-claude-code-orquesta-parallel/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/lvergro-claude-code-orquesta-parallel

---


# /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:
```bash
# Terminal 1
/parallel

# Terminal 2
/parallel
```

Each session picks different tasks from the same wave automatically.

## locks.md Format
```markdown
# Active Locks
- 1a: LOCKED at 2026-02-07T14:30Z
- 1b: LOCKED at 2026-02-07T14:31Z
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/lvergro) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

