Fable as a skill thread - lets gather our knowledge together and refine
I published a small open-source repo for a workflow I’ve been using to coordinate coding agents on larger codebases: github.com/sherlockholmesyes/fable-agent-orchestration The basic idea is simple: Don’t hand-code every change yourself, but also don’t let agents free-run and trust their summaries. Instead, act as the conductor: Split the work into narrow slices. Launch build agents in isolated git worktrees. Require each agent to open a PR, not merge it. Validate each PR with two separate critics: -
评论
?
参与讨论