Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

this is fascinating. I would like to try this as a side project as well.

some other md files that describe different roles (planner, author, editor, lore keeper, plot consistency checker etc.)

- What are these meant to be exactly? are these sub agents in the workflow or am i completely misunderstanding?



"are these sub agents in the workflow"

The idea is that on any 'turn', the AI model should be doing only one of those tasks. That's true whether it's in the main thread (with all the past context) or has just been launched as a subagent.

You can see an example of this pattern here in Anthropic's skills repo: https://github.com/anthropics/skills/tree/main/skills/skill-... (the repo has four separate skill.md files: a main SKILLS.md and then three others for specialist roles)

Whether they're run as subagents (a separate AI chat session with clean context) is a separate decision, and it depends on whether the coding harness supports that. https://agentskills.io/client-implementation/adding-skills-s...

I'm still trying to figure out the subagent delegation stuff.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: