business-knowledge-workflow

Capture business knowledge from iWiki and validate it against code.

2.5k|521|Updated May 29, 2019
One-click install
npx skills add https://github.com/TencentBlueKing/bk-ci --skill business-knowledge-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: business-knowledge-workflow
Source: https://github.com/TencentBlueKing/bk-ci/tree/main/ai/skills/business-knowledge-workflow
Command: npx skills add https://github.com/TencentBlueKing/bk-ci --skill business-knowledge-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured workflow to acquire business knowledge from external docs (like iWiki), validate it against code, and convert it into reusable Skill documentation.

Core Features & Use Cases

  • Document acquisition: Retrieve business knowledge from iWiki or similar doc systems and extract key background, terminology, and architecture concepts.
  • Code validation: Locate and cross-check relevant code to verify documentation against actual implementation.
  • Knowledge consolidation: Reorganize insights into a clear, modular Skill draft following the recommended structure.
  • Use Case: Onboard a new module by building a complete Skill that codifies the domain knowledge and code references for future contributors.

Quick Start

  • Step 1: Identify a target business module and collect initial external documents (iWiki, design docs).
  • Step 2: Locate core code references and perform cross-validation against the gathered materials.
  • Step 3: Draft a Skill document, structure it according to the skill-writer template, and attach any references or assets if needed.
  • Step 4: Review for clarity and completeness, then publish the Skill for reuse.

Frequently Asked Questions about business-knowledge-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I codify business knowledge into reusable Skill documentation?

To codify business knowledge into reusable Skill documentation, you retrieve external docs from systems like iWiki, cross-validate the details against actual source code, and reorganize the insights into a structured Skill draft. This ensures consistent, high-quality documentation for future contributors.

What is the best way to onboard a new team member to a complex business module?

The best way to onboard a new team member is to build a complete Skill document that captures domain knowledge and code references. By retrieving design docs and validating them against the implementation, you provide a consolidated, modular guide for new contributors.

How do I validate external documentation against actual code implementation?

You validate external documentation against code implementation by locating core code references after gathering initial design materials. Cross-checking the gathered architecture concepts with the actual source ensures the consolidated knowledge accurately reflects the system.

Can I use iWiki documents to generate structured architecture guides?

Yes, you can use iWiki documents to generate structured architecture guides. The workflow extracts key background and terminology from iWiki, validates these concepts against the codebase, and drafts a modular Skill document following a recommended template.

Do I need a specific template to consolidate business knowledge into a Skill?

Yes, you need a specific template to consolidate business knowledge into a Skill. The workflow enforces a structured process with stages and checks, utilizing a clear Skill template to ensure the final documentation is modular, complete, and reusable for onboarding.

Related Skills