implement-feature

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

把产品规格直接转为可执行实现并委派给 Dev agent,适合加速特性交付。

▸ 风险提示

会修改代码库并需写权限,可能产生未审代码变更

这个 Skill 做什么

根据规格自动设计架构并生成实现代码与测试。

拿到已确认的需求规格书后,它会把产品需求翻成架构设计、实现代码和自动化测试,产出可交付的功能实现。适用于功能规格已批准、需要把需求落成可运行代码和测试套件的场景。特别之处在于能覆盖从架构设计到代码与测试的完整交付,并把具体实现工作委托给 Forja(Dev)Agent 协同完成。

▸ 展开 SKILL.md 英文原文

Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.

开发编程特性实现代码生成测试通用
3.2k
Stars
441
Forks
40
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/implement-feature/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agent-triforce/skills/implement-feature/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Implement Feature

Implements a feature from its specification using the Forja (Dev) agent.

## When to Use This Skill

- A feature spec has been approved and is ready for implementation
- You need architecture design, code, and tests for a defined feature
- Translating product requirements into working software

## What This Skill Does

1. Runs the SIGN IN checklist and verifies the spec handoff
2. Designs architecture (creates ADR if needed)
3. Defines interfaces/contracts, then implements in `src/`
4. Writes tests in `tests/` (unit + integration)
5. Runs the Implementation Complete checklist (TIME OUT 1)
6. Runs the Pre-Delivery checklist (TIME OUT 2)
7. Prepares structured handoff to Q
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有