Meta-Recursive Discovery
An agent should know what it doesn't know and where to find the answers.
The Discovery Loop
- Impediment Detection: Identifying when a task requires a skill not currently in the active context.
- Library Search: Using search tools to look for specialized skills in the root directory.
- Self-Correction: Updating the current approach based on the found skill's instructions.
Autonomous Improvement
- Template Usage: Using the
template-skillto create new temporary skills when a unique problem is solved, effectively growing the library's wisdom over time.
Best Practices
- Documentation Hygiene: Maintaining a clean index so discovery remains fast.
- Verification: Always cross-reference discovered skills with established best practices (e.g., ADRs).