cc-sdd-new-agent

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

为 cc-sdd 项目提供标准化上手流程,适合维护者与集成者参考。

这个 Skill 做什么

指导将新 agent 依据 cc-sdd SOP 完整接入与评估的流程。

按 docs/cc-sdd/sop-new-agent.md 的 SOP 完整接入并评估新 agent,适合上线新 agent、增加子 agent 能力或把现有 agent 迁移到 skills 模板时使用。流程强调先出计划并按模板产出研究、实现与验证材料,保证交付可复用且合规。

▸ 展开 SKILL.md 英文原文

Add or extend coding-agent support in cc-sdd by executing the SOP in docs/cc-sdd/sop-new-agent.md end-to-end. Use when introducing a new agent, adding a subagent-capable variant, or evaluating migration of an existing supported agent to skills-based templates.

Skill 开发管理Agent 集成SOP项目接入通用
3.6k
Stars
274
Forks
40
仓库内 Skill
+49
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/.agents/skills/cc-sdd-new-agent/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/.agents/skills/cc-sdd-new-agent/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# CC-SDD New Agent Integration

## Goal

Add a production-ready agent integration to `tools/cc-sdd` with complete research, implementation, and verification artifacts.
Use the existing SOP and templates in this repository instead of inventing a new process.

## Default Operation Mode

Use `plan-first` as the default:
- First deliverable: `docs/cc-sdd/plans/agent-plan-{agent-id}.md`
- Second deliverable (after plan approval): implementation changes in `tools/cc-sdd/...`

Do not skip the plan document unless the user explicitly requests direct implementation.

## Collect Inputs First

Collect the minimum inputs before editing files:
- Target agent display name and agent id (kebab-case)
- Offic
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有