feature-agents
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFeature Development Agents
功能开发Agent
Available agents (spawn via Task tool with type):
general-purpose- code-explorer — traces execution paths, maps architecture layers, documents dependencies
- code-architect — designs feature architectures and implementation blueprints
For code review, see the code-review skill.
可用Agent(通过Task工具以类型启动):
general-purpose- code-explorer — 追踪执行路径、映射架构层、记录依赖关系
- code-architect — 设计功能架构与实现蓝图
如需代码评审,请查看code-review技能。
Usage
使用方法
- Read the corresponding reference file for the agent's full system prompt
- Spawn a Task agent with that prompt as the task description
general-purpose - Include the specific feature/files/scope in the prompt
- 阅读对应参考文件,获取Agent的完整系统提示词
- 以该提示词作为任务描述,启动一个类型的Task Agent
general-purpose - 在提示词中包含特定功能/文件/范围
Reference Files
参考文件
| Agent | Reference |
|---|---|
| code-explorer | references/code-explorer.md |
| code-architect | references/code-architect.md |
| Agent | 参考链接 |
|---|---|
| code-explorer | references/code-explorer.md |
| code-architect | references/code-architect.md |
Domain Specialization
领域专属化
When spawning feature agents, include domain context to focus their analysis:
| Domain | Priority Focus |
|---|---|
| API/Backend | Routes, middleware, auth, DB queries, error handling |
| Frontend/UI | Components, state management, rendering, accessibility |
| Data/Pipeline | Transformations, validation, schema, performance |
| Infrastructure | Config, deployment, monitoring, secrets management |
| CLI/Tools | Argument parsing, output formatting, error messages |
Include the domain in the agent's spawn prompt: "Domain: API/Backend — prioritize route handlers, middleware chain, and auth flow."
启动功能Agent时,需包含领域上下文以聚焦分析:
| 领域 | 优先关注方向 |
|---|---|
| API/后端 | 路由、中间件、认证、数据库查询、错误处理 |
| 前端/UI | 组件、状态管理、渲染、可访问性 |
| 数据/流水线 | 转换、验证、schema、性能 |
| 基础设施 | 配置、部署、监控、密钥管理 |
| CLI/工具 | 参数解析、输出格式化、错误信息 |
在Agent启动提示词中包含领域信息:"Domain: API/Backend — prioritize route handlers, middleware chain, and auth flow."