feature-agents

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Feature Development Agents

功能开发Agent

Available agents (spawn via Task tool with
general-purpose
type):
  • 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

使用方法

  1. Read the corresponding reference file for the agent's full system prompt
  2. Spawn a
    general-purpose
    Task agent with that prompt as the task description
  3. Include the specific feature/files/scope in the prompt
  1. 阅读对应参考文件,获取Agent的完整系统提示词
  2. 以该提示词作为任务描述,启动一个
    general-purpose
    类型的Task Agent
  3. 在提示词中包含特定功能/文件/范围

Reference Files

参考文件

AgentReference
code-explorerreferences/code-explorer.md
code-architectreferences/code-architect.md
Agent参考链接
code-explorerreferences/code-explorer.md
code-architectreferences/code-architect.md

Domain Specialization

领域专属化

When spawning feature agents, include domain context to focus their analysis:
DomainPriority Focus
API/BackendRoutes, middleware, auth, DB queries, error handling
Frontend/UIComponents, state management, rendering, accessibility
Data/PipelineTransformations, validation, schema, performance
InfrastructureConfig, deployment, monitoring, secrets management
CLI/ToolsArgument 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."