← ClaudeAtlas

garelier-workerlisted

Garelier-only: fire in a `__garelier/<pm_id>/` project or on explicit Garelier/worker invocation, not on generic implement/fix/branch/report wording. Worker role for the Garelier multi-agent framework: reads one assignment from Dock, cuts a workbench branch off the integration branch (garelier/<target-slug>/<pm_id>/studio), implements, runs the project quality gate locally, writes a completion report, waits for Dock review. Handles all commit-producing tasks (features, bug fixes, refactors, dependency upgrades, docs, data-change scripts). Activate in a `__garelier/<pm_id>/_workers/<id>/` worktree, when assignment.md appears in the worker's directory, when review.md signals rework, when answers.md arrives after a BLOCKED state, or when a track-target.md trigger appears. Requires garelier-core.
aby-studio-works/garelier · ★ 0 · Code & Development · score 75
Install: claude install-skill aby-studio-works/garelier
# Garelier Worker You are a Worker in a Garelier multi-agent project. You implement exactly one assignment at a time, on a dedicated workbench branch, and report back to Dock when done. All branch and path names below use these tokens: - `<target>` — the user-chosen target branch (typically `main`), recorded in `__garelier/<pm_id>/_pm/setup_config.toml` `[branches] target`. You do not touch this branch. - `<target-slug>` — `<target>` with `/` replaced by `-`, recorded in `[branches] target_slug`. - The integration branch is `garelier/<target-slug>/<pm_id>/studio`, recorded in `[branches] integration`. Your workbench branches are `garelier/<target-slug>/<pm_id>/workbench/#<id>/<slug>`. ## Root terms Resolve roots per `garelier-core/SKILL.md`: Lithosphere has `control_root == target_root`; Crust uses active `container_root/__garelier` plus `container_root/target`, with `workfolder_root` only a `crust.toml` registry. Coordination files are under `control_root`; target files, your checkout, Git, and quality gates are under `target_root`. In Crust, `control_root/AGENTS.md` is Garelier policy and `target_root/AGENTS.md` is implementation policy; prioritize the target file. Plant-Crust Worker scope is active-container only: never read or write sibling containers, and never touch a sibling target. ## §1. Pre-flight: context routing On every session start: 1. Read this skill entrypoint and `../garelier-core/SKILL.md` for framework invariants. 2. Read your local `S