Skip to content

feat: Forbid delegating render steps to subagents - #40

Open
hisenb3rg wants to merge 4 commits into
devfrom
feat/render-spec-no-delegation
Open

feat: Forbid delegating render steps to subagents#40
hisenb3rg wants to merge 4 commits into
devfrom
feat/render-spec-no-delegation

Conversation

@hisenb3rg

Copy link
Copy Markdown
Collaborator

Summary

  • Add a no-delegation rule at the top of render-spec/SKILL.md: every step must be done by the main agent, never handed to a subagent, Agent/Task tool or workflow.
  • Repeat the rule at the head of Step 4 (Rendering), where failing runs chose to delegate module rendering.

Why

Failing runs delegated Step 4 module rendering to subagents, which lose the skill context and produce broken output. All work must stay in the main conversation.

🤖 Generated with Claude Code

hisenb3rg and others added 4 commits September 5, 2026 20:36
Add explicit no-delegation instructions to render-spec SKILL.md: once at
the top of the skill and again at the head of Step 4, where failing runs
chose to hand modules off to subagents.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Without it the delegation ban just moves the escape hatch from
"delegate" to "ask". Fixes 505-hycu2.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hisenb3rg
hisenb3rg force-pushed the feat/render-spec-no-delegation branch from 930a8e0 to 119fb38 Compare September 6, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant