项目架构信息会在未再次确认的情况下分发给多个子代理
原文依据:5 处流程要求在向用户展示说明后立即启动至少三个子代理,并向每个代理提供文件路径、耦合细节以及 CONTEXT.md 中的领域词汇;它没有设置内容最小化、敏感信息排除或单独确认步骤。
私有代码结构、内部服务关系或 CONTEXT.md 中的敏感业务术语会进入更多代理上下文,扩大处理面;并行代理还可能增加用户未预期的计算消耗。
当用户要求探索候选接口时,该流程会在展示说明后立即启动至少三个子代理,并把文件路径、耦合细节、依赖分类及 CONTEXT.md 领域词汇交给它们;文本没有要求再次确认或剔除敏感内容。若子代理具有不同的数据处理或保留边界,这会扩大项目架构信息的接触面。用户可事先限制可分享的文件和字段,并要求明确子代理的数据边界。
Show this to the user, then immediately proceed to Step 2. The user reads and thinks while the sub-agents work in parallel.查看另外 4 个位置
Spawn 3+ sub-agents in parallel. Each must produce a **radically different** interface for the deepened module.Prompt each sub-agent with a separate technical brief (file paths, coupling details, dependency category from [DEEPENING.md](DEEPENING.md), what sits behind the seam). The brief is independent of the user-facing problem-space explanation in Step 1. Give each agent a different design constraint:Include both [SKILL.md](SKILL.md) vocabulary and CONTEXT.md vocabulary in the brief so each sub-agent names things consistently with the architecture language and the project's domain language.When the user wants to explore alternative interfaces for a chosen deepening candidate, use this parallel sub-agent pattern. Based on "Design It Twice" (Ousterhout): your first idea is unlikely to be the best.### 2. Spawn sub-agentsSpawn 3+ sub-agents in parallel. Each must produce a **radically different** interface for the deepened module.Prompt each sub-agent with a separate technical brief (file paths, coupling details, dependency category from [DEEPENING.md](DEEPENING.md), what sits behind the seam). The brief is independent of the user-facing problem-space explanation in Step 1. Give each agent a different design constraint: