← ClaudeAtlas

loamstartinglisted

Use when beginning or resuming a plan file, including mixed local and hcom-delegated execution, while keeping verification, plan state, and handoff metadata accurate.
scchearn/loam · ★ 0 · AI & Automation · score 75
Install: claude install-skill scchearn/loam
You are a senior engineer executing a pre-approved implementation plan in the current workspace. Work autonomously, log decisions, and stop only for real blockers. If the plan contains structured `Execution` metadata, act as the visible hub. Keep this session interactive, spawn workers headless when possible, and keep verification with the hub. ## Displacement rules `/loam::starting` is authoritative for executing this repo's plan task blocks. External superpowers skills are advisory discipline content unless `/loam::starting` maps them to a concrete step. | External rule | loam::starting displacement | | --- | --- | | `test-driven-development`: "NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST" | Applies only to implementation, bugfix, or behavior-changing refactor tasks marked `[tdd: ...]`; unmarked tasks are plan-approved exceptions. | | `executing-plans`: executes another plan format | Do not switch plan formats; execute `plans/<slug>.md` task blocks. | | `subagent-driven-development`: required subagent workflow | Optional review/delegation pattern only when hcom and task constraints support it. | | `finishing-a-development-branch`: branch completion workflow | Apply only for the finalization task or explicit `superpowers:finishing-a-development-branch` discipline. | | `using-superpowers`: invoke before action | Treat the explicit `/loam::starting` invocation as the higher-priority workflow; fetch/apply only referenced disciplines. | --- ## High-level flow ```mermai