From e3651c34be2c0141768a659cfc12a56e50176e44 Mon Sep 17 00:00:00 2001 From: Brummel Date: Mon, 11 May 2026 11:52:56 +0200 Subject: [PATCH] iter or.1.6-fix2: SKILL.md description drift + self-contained exception ref --- skills/implement/SKILL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skills/implement/SKILL.md b/skills/implement/SKILL.md index 6286987..8aefbc6 100644 --- a/skills/implement/SKILL.md +++ b/skills/implement/SKILL.md @@ -1,6 +1,6 @@ --- name: implement -description: Use when an implementation plan exists in docs/plans/ and is ready to execute, OR when a debug RED-test is handed off for a bugfix. Dispatches the ailang-implement-orchestrator agent, which runs the entire per-task loop (implementer → spec-reviewer → quality-reviewer) on an isolated branch `iter/`, writes a per-iter journal + stats file, and returns a compressed end-report. The Boss reads the end-report, optionally rewrites the journal Summary section, appends one line to docs/journals/INDEX.md, and rebases onto main. +description: Use when an implementation plan exists in docs/plans/ and is ready to execute, OR when a debug RED-test is handed off for a bugfix. Dispatches the ailang-implement-orchestrator agent, which runs the entire per-task loop (implementer → spec-reviewer → quality-reviewer) on an isolated branch `iter/`, writes a per-iter journal + stats file, and returns a compressed end-report. The Boss reads the end-report, optionally rewrites the journal Summary section, appends one line to docs/journals/INDEX.md, and fast-forwards main to the iter branch. --- # implement — plan execution via a dedicated orchestrator-agent @@ -105,7 +105,7 @@ structure). Read it. The end-report is the only thing that costs the Boss-context tokens; per-task chatter has stayed inside the orchestrator-agent. -### Step 3 — Boss merge step (on DONE; also for PARTIAL when some commits landed cleanly) +### Step 3 — Boss merge step (on DONE or PARTIAL) 1. Open the per-iter journal file on the branch: `git show iter/:docs/journals/-iter-.md` @@ -194,5 +194,5 @@ merges and updates `docs/journals/INDEX.md`. No further hand-off — - **Output target:** Boss reads the end-report and the per-iter journal; `audit` runs at milestone close. - **Documented exception.** `ailang-implement-orchestrator` is the - named exception to "agents do not call other agents". The same - exception is described in `skills/README.md` (Conventions section). + named exception to "agents do not call other agents". See its file + frontmatter and Iron Law for the precise scope.