Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

business-feature-docs业务功能文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

186

周安装

8

GitHub Stars

6

下载量

65
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:business-feature-docs(业务功能文档)
来源仓库:https://github.com/duc01226/easyplatform
仓库路径:skills/business-feature-docs
安装命令:
npx skills add https://github.com/duc01226/easyplatform --skill business-feature-docs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/duc01226/easyplatform --skill business-feature-docs

简介

遵循 GOLD STANDARD 模板生成完整业务功能文档。

  • 必须读取共享的 26 章节结构模板和 BDD/Gherkin 场景规范。
  • 包含反幻觉协议以确保输出内容的准确性与置信度控制。
  • 适用于产品需求文档、功能规格说明书等正式交付物编写。
  • 输出需符合示例文档的质量标准与格式要求。business-feature-docs 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

EasyPlatform Business Feature Documentation

Generate comprehensive business feature documentation following the GOLD STANDARD template.

⚠️ MUST READ References

IMPORTANT: You MUST read these reference files for complete protocol. Do NOT skip.

  • ⚠️ MUST READ .claude/skills/shared/business-docs-26-sections.md — 26-section template structure
  • ⚠️ MUST READ .claude/skills/shared/bdd-gherkin-templates.md — BDD/Gherkin scenario templates
  • ⚠️ MUST READ .claude/skills/shared/anti-hallucination-protocol.md — validation checkpoints, confidence levels
  • ⚠️ MUST READ docs/features/README.ExampleFeature1.md — gold standard example
  • ⚠️ MUST READ docs/templates/detailed-feature-docs-template.md — full template
  • ⚠️ MUST READ docs/templates/detailed-feature-docs-template.ai.md — AI companion template

[CRITICAL] MANDATORY CODE EVIDENCE RULE

EVERY test case MUST have verifiable code evidence. This is non-negotiable.

Evidence Format

**Evidence**: `{RelativeFilePath}:{LineNumber}` or `{RelativeFilePath}:{StartLine}-{EndLine}`

Valid vs Invalid Evidence

ValidInvalid
ErrorMessage.cs:83{FilePath}:{LineRange} (template)
Handler.cs:42-52SomeFile.cs (no line)
interviews.service.ts:115-118"Based on CQRS pattern" (vague)

Phase 1: Module Detection & Context Gathering

Step 1.1: Identify Target Module

  1. User explicitly specifies module name
  2. Feature name/domain implies module
  3. Search codebase for feature-related entities/commands

Step 1.2: Read Existing Documentation

1. Read docs/BUSINESS-FEATURES.md (master index)
2. Read docs/business-features/{Module}/INDEX.md (if exists)
3. Read docs/business-features/{Module}/README.md (if exists)
4. Identify what already exists vs what needs creation/update

Step 1.3: Codebase Analysis

Gather evidence from source code:

  • Entities: src/Backend/*.Domain/Entities/
  • Commands: src/Backend/*.Application/UseCaseCommands/
  • Queries: src/Backend/*.Application/UseCaseQueries/
  • Controllers: src/Backend/*.Api/Controllers/
  • Frontend: src/Frontend/apps/ or src/Frontend/libs/apps-domains/

Phase 2: Documentation Generation

⚠️ MUST READ .claude/skills/shared/business-docs-26-sections.md for the full 26-section structure, format templates, and quality checklist.

Key requirements:

  • All 26 mandatory sections in correct order
  • Quick Navigation by Role table
  • FR-{MOD}-XX format for business requirements
  • TC-{MOD}-XXX format with GIVEN/WHEN/THEN for test cases
  • Evidence with {FilePath}:{LineRange} format

Phase 2.5: AI Companion Generation

Output: docs/business-features/{Module}/detailed-features/README.{Feature}.ai.md

10 sections (~300 lines): Context, File Locations, Domain Model, API Contracts, Business Rules, Patterns, Integration, Security, Test Scenarios, Quick Reference.

Compression rules: Tables over prose, paths over descriptions, signatures over examples, decisions over explanations.

Phase 3: Master Index Update

After creating/updating module docs, update docs/BUSINESS-FEATURES.md:

  1. Read current content
  2. Verify module is listed
  3. Add link if missing

Anti-Hallucination Protocol

  • Every feature claim MUST have code reference with file path and line numbers
  • Read actual source files before documenting
  • Never assume behavior without code evidence
  • Checkpoint: "Have I read the actual code? Are my references accurate?"

Quality Checklist

  • All 26 mandatory sections present in correct order
  • Quick Navigation by Role included
  • Test cases use TC-{MOD}-XXX with GIVEN/WHEN/THEN
  • All code references verified with actual files
  • Master index (BUSINESS-FEATURES.md) updated
  • AI companion file created (<= 300 lines)

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.33%
按下载量换算19

Antigravity

21.91%
按下载量换算14

windsurf

19.41%
按下载量换算13

Codex

11.9%
按下载量换算8

OpenCode

7.12%
按下载量换算5

Gemini CLI

3.01%
按下载量换算2

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills