nw-agent-creation-workflow

仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

分阶段、可落地的质量门控,适合团队化构建 agent 流程采纳。

这个 Skill 做什么

从需求到验证的五阶段 agent 构建流程与质量门控。

把做 agent 的流程变成五个清晰阶段:ANALYZE→DESIGN→CREATE→VALIDATE→REFINE,适合从需求到上线的全过程管理。每个阶段都有输入输出和质量门控,鼓励先做最小可行体、再根据失败迭代。特别强调可验证和可改进,能减少返工和遗漏需求。

▸ 展开 SKILL.md 英文原文

Detailed 5-phase workflow for creating agents - from requirements analysis through validation and iterative refinement

Skill 开发管理工作流构建验证通用
585
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-agent-creation-workflow/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-agent-creation-workflow/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Agent Creation Workflow

## Overview

Create agents through 5 phases: ANALYZE -> DESIGN -> CREATE -> VALIDATE -> REFINE. Each phase has clear inputs, outputs, and quality gates. Follow "start minimal, add based on failure."

## Phase 1: ANALYZE

**Goal**: Understand requirements and determine agent architecture.

**Inputs**: User requirements, use case description, existing codebase context.

**Steps**:
1. Identify single clear responsibility
2. Determine new agent or modification of existing
3. Check overlap with existing agents (avoid duplication)
4. Classify agent type:
   - **Specialist**: Single-domain expert (most common)
   - **Reviewer**: Validates outputs from another agent (Refle
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有