/ashlr-tier
Three-phase tiered delegation — explore (haiku) → implement (sonnet) → integration-check (haiku). Routes each phase to the right model tier automatically.
Run a task through three model tiers in sequence, each phase feeding the next.
Usage
How it works
| Phase | Agent | Model tier | Role |
|---|---|---|---|
| 1 — Discovery | ashlr:ashlr:explore | haiku | Map relevant files, understand current state, surface risks |
| 2 — Implementation | ashlr:ashlr:code | sonnet | Implement the change using Phase 1 findings |
| 3 — Integration check | ashlr:ashlr:plan | haiku | Verify the implementation is consistent, surfaces integration risks |
Examples
Steps
-
If
$ARGUMENTSis empty, print usage and stop. -
Phase 1 — Discovery (spawn
ashlr:ashlr:explore):Prompt:
Wait for completion. Capture output as
<phase1_output>. -
Phase 2 — Implementation (spawn
ashlr:ashlr:code):Prompt:
Wait for completion. Capture output as
<phase2_output>. -
Phase 3 — Integration check (spawn
ashlr:ashlr:plan):Prompt:
Wait for completion. Capture output as
<phase3_output>. -
Print final report: