BU

business-knowledge-workflow

A structured method to understand complex business logic and convert it into documentation or code assets.

Install

mkdir -p .claude/skills/business-knowledge-workflow && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3013" && unzip -o skill.zip -d .claude/skills/business-knowledge-workflow && rm skill.zip

Installs to .claude/skills/business-knowledge-workflow

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

获取陌生业务知识并沉淀为 BK-CI skill 或架构文档时使用,例如阅读 iWiki、结合代码交叉验证、提炼模块边界和重写知识文档。当用户要先理解业务再写文档时优先使用。
87 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Understand unfamiliar business modules
  • Acquire background knowledge from iWiki or other documentation systems
  • Cross-verify documentation descriptions with actual code
  • Distill knowledge into a skill or architectural document
  • Refine module boundaries, key objects, and main workflows
  • Identify common pitfalls for future development and troubleshooting

How it works

This skill guides users through discovering and pre-screening documents, cross-verifying information with code, and then distilling the validated knowledge into a structured format.

Inputs & outputs

You give it
unfamiliar business module or existing documentation
You get back
BK-CI skill, architectural document, or module description

When to use business-knowledge-workflow

  • Document a complex or unfamiliar business module
  • Verify business logic documentation against actual code
  • Convert internal business knowledge into a formal skill

About this skill

业务知识工作流

适用场景

  • 需要快速理解一个陌生业务模块
  • 需要从 iWiki 或其他文档系统获取背景知识
  • 需要把文档描述和实际代码做交叉验证
  • 需要把知识沉淀成 skill、架构文档或模块说明

不适用场景

  • 已经明确知道该修改哪段代码,只是去实现
  • 只是压缩已有 skill,不需要重新获取业务知识
  • 只是补普通说明,不需要形成复用知识资产

快速指导

  1. 这个 skill 关注的是“先理解,再验证,最后沉淀”,不是直接改代码。
  2. 业务知识获取通常分三段:
    • 文档发现与初筛:reference/1-document-discovery.md
    • 代码交叉验证:reference/2-code-cross-check.md
    • 沉淀为 skill / 架构文档:reference/3-skill-distillation.md
  3. 文档内容默认不可信到可以直接复述,必须经过代码或运行链路验证。
  4. 沉淀时优先写模块边界、关键对象、主链路和常见坑,而不是复制百科说明。
  5. 如果最后产物是 skill,再联动看 skill-writer

高信号规则

  • 业务文档和代码实现经常不完全一致
  • 好的业务知识文档应该能回答“这模块解决什么问题、主链路是什么、改动时先看哪里”
  • 沉淀结果要优先服务后续开发和排障,而不是保留原始资料堆积

关键陷阱

  • 只读文档,不做代码核验
  • 把外部资料原样搬运进 skill
  • 输出结构没有边界感,导致后续继续膨胀

延伸阅读

  • 文档发现与初筛:reference/1-document-discovery.md
  • 代码交叉验证:reference/2-code-cross-check.md
  • 沉淀为 skill / 架构文档:reference/3-skill-distillation.md
  • 如果你要写 skill:再看 skill-writer

When not to use it

  • When the specific code modification is already known
  • When only compressing an existing skill without new knowledge acquisition
  • When adding general descriptions that do not form reusable knowledge assets

Limitations

  • Does not directly modify code
  • Requires cross-verification with code or runtime paths
  • Output structure must define boundaries to prevent expansion

How it compares

This workflow prioritizes understanding and verification before documentation, unlike directly modifying code or simply summarizing existing information.

Compared to similar skills

business-knowledge-workflow side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
business-knowledge-workflow (this skill)13moNo flagsIntermediate
search-company-knowledge25moNo flagsBeginner
confluence-deep-reader15moNo flagsBeginner
knowledge-base16moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

More by TencentBlueKing

View all by TencentBlueKing

project-module-architecture

TencentBlueKing

Project 项目管理模块架构指南,涵盖项目 CRUD、成员管理、项目配置、标签管理、项目迁移。当用户开发项目管理功能、处理项目成员、配置项目属性或实现项目相关逻辑时使用。

612

artifactory-module-architecture

TencentBlueKing

Artifactory 制品库模块架构指南,涵盖制品上传下载、存储后端适配、制品元数据、清理策略、权限控制。当用户开发制品库功能、处理制品存储、配置清理策略或实现制品管理时使用。

419

microservice-infrastructure

TencentBlueKing

微服务基础设施指南,涵盖条件配置、事件驱动架构、服务间通信、国际化与日志等微服务架构的核心基础设施。当用户实现服务间调用、配置多环境、实现异步通信、处理国际化或规范日志输出时使用。

411

frontend-vue-development

TencentBlueKing

前端 Vue 开发规范,涵盖 Vue 2/3 组件开发、Vuex 状态管理、路由配置、组件通信、样式规范、国际化。当用户进行前端开发、编写 Vue 组件、处理状态管理或实现页面交互时使用。

38

unit-testing

TencentBlueKing

单元测试编写指南,涵盖 JUnit5/MockK 使用、测试命名规范、Mock 技巧、测试覆盖率要求、TDD 实践。当用户编写单元测试、Mock 依赖、提高测试覆盖率或进行测试驱动开发时使用。

319

worker-module-architecture

TencentBlueKing

Worker 构建执行器模块架构指南,涵盖插件执行引擎、任务分发、日志上报、制品上传、Worker 生命周期。当用户开发 Worker 功能、实现插件执行、处理任务分发或优化执行器性能时使用。

37

You might also like

search-company-knowledge

atlassian

Search across company knowledge bases (Confluence, Jira, internal docs) to find and explain internal concepts, processes, and technical details. When Claude needs to: (1) Find or search for information about systems, terminology, processes, deployment, authentication, infrastructure, architecture, or technical concepts, (2) Search internal documentation, knowledge base, company docs, or our docs, (3) Explain what something is, how it works, or look up information, or (4) Synthesize information from multiple sources. Searches in parallel and provides cited answers.

211

confluence-deep-reader

krafton-ai

Read a Confluence page and recursively explore its child pages up to 3 levels deep. Use when users want to comprehensively read a Confluence page tree, understand hierarchical documentation, or analyze content across parent and child pages.

16

knowledge-base

incidentfox

Search runbooks, documentation, and knowledge base articles from Confluence. Use when looking for incident response procedures, service documentation, post-mortems, or troubleshooting guides.

12

c4-architecture-documentation

Hack23

Document system architecture using C4 model with context, container, component views and Mermaid diagrams

00

arc42-documentation

MikBin

arc42 architecture documentation template and guidance

00

adr

landphieran

Record an Architecture Decision Record (ADR). Produces an immutable docs/architecture/ADR-[NNN]-[title].md capturing the context, options considered, decision made, and consequences. Use when making any significant technical decision about architecture, technology choice, or design pattern.

00

Search skills

Search the agent skills registry