agent-native-architecture
用于设计 agent-first 应用、MCP tools、自主 agent loops 和 agent-native product surfaces。
基本信息
| 字段 | 内容 |
|---|---|
| Skill | agent-native-architecture |
| 类型 | internal-only |
| 研发链路位置 | Internal |
| 入口 | internal_only |
| Source | skills/agent-native-architecture/SKILL.md |
描述
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.
何时使用
- 设计 autonomous agents 或 MCP tools。
- 评估产品能力是否应该暴露给 agent。
- 构建需要 agents 在循环中达成结果的系统。
工作步骤
- 由上层 workflow、维护任务或专项场景触发。
- 读取当前任务的局部上下文和相关 source/runtime 文件。
- 完成单一内部能力,不把自身暴露成公开 spec-first 入口。
- 把结果返回给调用它的 workflow 或维护者。
输出
- 局部维护结果、辅助产物、验证证据或给上层 workflow 的结构化摘要。
- 是否写文件取决于调用场景和项目治理规则。
Agent 调度
- internal skill 通常不是 persona dispatch 容器。
- 如果它本身涉及审查、研究或浏览器验证,才按技能说明使用对应工具或 agent 能力。
边界
- 不替代具体产品需求定义。
- 不把 agent-native 当作给所有功能增加复杂抽象的理由。
