From c6bdf8fae2d4a1c1639cab43a21ae9d0ad3b93d8 Mon Sep 17 00:00:00 2001 From: m4nt0de4 <176330864+m4nt0de4@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:28:10 +0100 Subject: [PATCH] fix: editorial improvements in v0.5.9 spec - Replace "Researcher Agent" with "Research Skill" in ISC Decomposition table to match Capability Registry #13 terminology (line 395) - Remove vestigial "Agent Instructions (CRITICAL)" heading with no content between Per-Phase Capability Guidance and Custom Agent Invocation (line 942) - Wrap Iteration Mode Format in code fence for consistency with Minimal Mode Format which already uses one (lines 665-672) --- versions/TheAlgorithm_Latest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions/TheAlgorithm_Latest.md b/versions/TheAlgorithm_Latest.md index dcc9a18..b863e25 100644 --- a/versions/TheAlgorithm_Latest.md +++ b/versions/TheAlgorithm_Latest.md @@ -392,7 +392,7 @@ If BLOCKED: fix issues, re-run gate. Do not enter THINK with a blocked gate. | Medium task (12-40 criteria) | Grouped by domain headers | Spawn Algorithm Agents for parallel domain discovery | | Large task (40-150 criteria) | Grouped + child PRDs per domain | Spawn Architect Agent to map domains, Algorithm Agents per child PRD | | Massive task (150-500+ criteria) | Multi-level hierarchy, agent teams | Agent team: Architect maps structure, Engineers per domain, Red Team for anti-criteria | -| Unfamiliar domain | Any tier | Spawn Researcher Agent to discover requirements and edge cases | +| Unfamiliar domain | Any tier | Use Research Skill to discover requirements and edge cases | | Security/safety implications | Any tier | Spawn RedTeam Agent to generate anti-criteria (failure modes) | | Ambiguous request | Any tier | Use AskUserQuestion before generating criteria | @@ -664,12 +664,14 @@ Even if you are just going to run a skill or do something extremely simple, you ## Iteration Mode Format +``` 🤖 PAI ALGORITHM ═════════════ 🔄 ITERATION on: [context] 🔧 CHANGE: [What's different] ✅ VERIFY: [Evidence it worked] 🗣️ {DAIDENTITY.NAME}: [Result] +``` --- @@ -939,8 +941,6 @@ Scan: 25/25 | Sections: N/6 | Selected: N | Declined: M | N/A: P | VERIFY | Task Tool (MANDATORY), Browser | Red Team, Evals, Researcher | "Am I verifying with evidence or just claiming?" | | LEARN | Task Tool | Be Creative, Skills | "What insight did I miss?" | -### Agent Instructions (CRITICAL) - ### Custom Agent Invocation (v0.5.9) **Built-in agents** (`agents/*.md`) have a dedicated `subagent_type` matching their name (e.g., `Engineer`, `Architect`). They are invoked directly via `Task(subagent_type="Engineer")`.