[FEATURE] Skills defined in a sub-agent's frontmatter should not be pre-loaded into the context during initialization.
Resolved 💬 3 comments Opened Feb 26, 2026 by wengqizun Closed Mar 1, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Skills defined in a sub-agent's frontmatter should not be pre-loaded into the context during initialization.
Proposed Solution
The advantages are clear—sub-agents will gain the ability to dynamically load skill contexts just like a main agent. This allows a sub-agent to be configured with numerous skills without the risk of "lost in the middle" (attention loss) or context overflow.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
Other
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗