-
Notifications
You must be signed in to change notification settings - Fork 51
Description
🤔 Context
I've been exploring how Claude Code's sub-agents could integrate with Simone to enhance its capabilities. Early exploration work is available on the explore/sub-agents branch, including:
- Research documentation:
mcp-server/docs/SUB-AGENT-KNOWLEDGE.md - Usage analysis:
mcp-server/src/templates/prompts/sub-agent-analysis.md
🎯 The Challenge
I've tried sub-agents over the last weekend and days, and they are for sure nice and offer some good opportunities, but I'm not sure if there's a way to integrate them in a very generic way into Simone and still have them be useful.
The problem I'm seeing is that with sub-agents having an empty context to begin with (which is of course part of the concept), you also need to give them project-related context. This could be inserting Simone's constitution or other documents, but then the question is - how useful is that? There's a big danger of quickly wasting tokens again, and with new limitations coming in on Anthropic's side, it's questionable if this is the right approach.
💭 What I'm Looking For
I don't just want to move on and implement some of those generic "front-end developer", "back-end developer", "code reviewer" sub-agents that are out there already and everyone can pick easily.
I really wonder: What would be a useful sub-agent in a Simone context that will really help you run your projects?
🗣️ Let's Discuss!
I'm happy to hear any input on:
- What specific sub-agents would genuinely add value to your workflow with Simone?
- How do you envision sub-agents fitting into task management?
- Any creative ideas for sub-agents that aren't just the generic ones?
Feel free to share your thoughts!