feature-development — ai-assisted-development feature-development, template-is-all-you-need, community, ai-assisted-development, ide skills, claude-skills, copilot, memory-bank, project-template, python, Claude Code

v1.0.0

关于此技能

非常适合需要结构化特征开发工作流的AI代理,特别是与Claude Skills集成的代理。 AI-assisted development project template with Claude Skills, Memory Bank, and Constitution-Bylaw system

# 核心主题

u9401066 u9401066
[1]
[0]
更新于: 3/13/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
38
Canonical Locale
zh
Detected Body Locale
zh

非常适合需要结构化特征开发工作流的AI代理,特别是与Claude Skills集成的代理。 AI-assisted development project template with Claude Skills, Memory Bank, and Constitution-Bylaw system

核心价值

赋予代理使用Memory Bank和Constitution-Bylaw系统进行全面内容分析的能力,从而简化功能开发的规划到部署过程,使用类似FD: [功能名稱]的协议。

适用 Agent 类型

非常适合需要结构化特征开发工作流的AI代理,特别是与Claude Skills集成的代理。

赋予的主要能力 · feature-development

使用多个Skills自动化功能开发工作流
使用Constitution-Bylaw系统生成项目模板
使用Memory Bank分析调试功能实现

! 使用限制与门槛

  • 需要Claude Skills集成
  • 需要Memory Bank和Constitution-Bylaw系统访问
  • 需要特定的触发条件,如'新功能開發'或'FD: [功能名稱]'

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

feature-development 是什么?

非常适合需要结构化特征开发工作流的AI代理,特别是与Claude Skills集成的代理。 AI-assisted development project template with Claude Skills, Memory Bank, and Constitution-Bylaw system

如何安装 feature-development?

运行命令:npx killer-skills add u9401066/template-is-all-you-need/feature-development。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

feature-development 适用于哪些场景?

典型场景包括:使用多个Skills自动化功能开发工作流、使用Constitution-Bylaw系统生成项目模板、使用Memory Bank分析调试功能实现。

feature-development 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

feature-development 有哪些限制?

需要Claude Skills集成;需要Memory Bank和Constitution-Bylaw系统访问;需要特定的触发条件,如'新功能開發'或'FD: [功能名稱]'。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add u9401066/template-is-all-you-need/feature-development。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    feature-development 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

feature-development

安装 feature-development,这是一款面向AI agent workflows and automation的 AI Agent Skill。支持 Claude Code、Cursor、Windsurf,一键安装。

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

功能開發工作流

描述

完整的功能開發流程,從規劃到部署,編排多個 Skills 協同工作。

觸發條件

  • 「新功能開發」「implement feature」「建立新功能」
  • 「FD: [功能名稱]」

📋 工作流程

┌─────────────────────────────────────────────────────────────┐
│              Feature Development Workflow                    │
├─────────────────────────────────────────────────────────────┤
│  Phase 1: 📐 規劃 (Planning)                                 │
│  ├─ 需求分析與確認                                           │
│  ├─ 識別影響範圍                                             │
│  └─ 更新 Memory Bank (activeContext)                        │
├─────────────────────────────────────────────────────────────┤
│  Phase 2: 🏗️ 架構 (Architecture)                            │
│  ├─ [ddd-architect] 生成 DDD 結構                           │
│  ├─ 建立介面定義                                             │
│  └─ 更新架構文檔                                             │
├─────────────────────────────────────────────────────────────┤
│  Phase 3: 🧪 測試先行 (TDD)                                  │
│  ├─ [test-generator] 生成測試框架                            │
│  ├─ 撰寫失敗的測試案例                                       │
│  └─ 定義驗收標準                                             │
├─────────────────────────────────────────────────────────────┤
│  Phase 4: 💻 實作 (Implementation)                          │
│  ├─ 實作 Domain 層                                          │
│  ├─ 實作 Application 層                                     │
│  ├─ 實作 Infrastructure 層                                  │
│  └─ 實作 Presentation 層                                    │
├─────────────────────────────────────────────────────────────┤
│  Phase 5: ✅ 驗證 (Verification)                            │
│  ├─ 執行測試套件                                             │
│  ├─ [code-reviewer] 程式碼審查                              │
│  ├─ [security-reviewer] 安全檢查                            │
│  └─ 靜態分析 (mypy, ruff, vulture)                          │
├─────────────────────────────────────────────────────────────┤
│  Phase 6: 📦 提交 (Commit)                                  │
│  ├─ [memory-updater] 更新 Memory Bank                       │
│  ├─ [git-precommit] 執行提交前檢查                          │
│  └─ 提交變更                                                │
└─────────────────────────────────────────────────────────────┘

🚀 使用範例

基本用法

「新功能:用戶認證模組」

AI 執行:
1. 📐 確認需求:登入、註冊、密碼重設
2. 🏗️ 生成 DDD 結構 (Domain/Application/Infrastructure)
3. 🧪 生成測試框架
4. 💻 引導逐步實作
5. ✅ 執行驗證
6. 📦 準備提交

帶參數用法

「FD: Order 管理 --frontend React --backend Python」

AI 執行:
1. 生成後端 Python DDD 結構
2. 生成前端 React DDD 結構
3. 建立 API 契約
4. 生成前後端測試

📊 輸出格式

markdown
1## 🚀 功能開發報告 2 3### 功能: 用戶認證模組 4 5#### Phase 1: 規劃 ✅ 6- 需求: 登入、註冊、密碼重設 7- 影響範圍: 5 個新檔案 8 9#### Phase 2: 架構 ✅ 10- 建立 Domain/Entities/User.py 11- 建立 Application/UseCases/AuthenticateUser.py 12- 建立 Infrastructure/Repositories/UserRepository.py 13 14#### Phase 3: 測試 ✅ 15- 單元測試: 12 個 16- 整合測試: 5 個 17 18#### Phase 4: 實作 🚧 19- [x] Domain 層 20- [x] Application 層 21- [ ] Infrastructure 層 22- [ ] Presentation 層 23 24#### Phase 5: 驗證 ⏳ 25- 等待實作完成 26 27#### Phase 6: 提交 ⏳ 28- 等待驗證通過 29 30### 下一步 31實作 Infrastructure 層的 UserRepository

⚙️ 配置選項

參數說明預設值
--frontend前端框架 (React/Vue/none)none
--backend後端語言 (Python/Go/Rust)Python
--skip-tests跳過測試生成false
--quick快速模式(跳過審查)false

相关技能

寻找 feature-development 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具