business-rule-documentation
About
This skill provides standardized templates for documenting business rules, domain concepts, and process flows. It helps developers create maintainable documentation with clear terminology and links to actual code implementations. Use it when documenting domain knowledge, business logic, requirements specifications, or building glossaries for stakeholder alignment.
Quick Install
Claude Code
Recommended/plugin add https://github.com/KubrickCode/ai-config-toolkitgit clone https://github.com/KubrickCode/ai-config-toolkit.git ~/.claude/skills/business-rule-documentationCopy and paste this command in Claude Code to install this skill
Documentation
Business Rule Documentation Guide
기본 원칙
- 간결하고 명확하게
- 실행 가능한 예시와 함께
- "왜"에 집중
비즈니스 로직 문서
파일: docs/domain/{도메인명}.md 또는 해당 모듈의 README.md
[도메인명]
개요
이 도메인이 다루는 비즈니스 영역 (1-2문장)
핵심 개념
[개념명]
정의: 명확한 정의
예시:
// 실제 사용 예시 코드
코드 위치: src/domain/concept.ts
비즈니스 규칙
[규칙명]
- 내용: 규칙 설명
- 이유: 왜 이 규칙이 필요한가
- 예외 (있다면): 예외 상황
- 코드 위치:
src/domain/rules.ts:45-67
프로세스 흐름 (복잡한 경우만)
[프로세스명]
- 단계 1 →
src/service/step1.ts - 단계 2 →
src/service/step2.ts - 단계 3 →
src/service/step3.ts
주의사항 (있다면)
- 흔히 실수하는 부분
- 변경 시 주의할 점
용어집 (필요한 경우만)
- 용어1: 정의
- 용어2: 정의
문서 관리
문서 위치
project-root/
├── docs/
│ ├── work/ # 작업 가이드라인 (작업 완료 후 삭제)
│ └── domain/ # 비즈니스 로직 문서 (지속 유지)
├── WORK_SUMMARY.md # 작업 보고서 (확인 후 즉시 삭제)
└── README.md
생명주기
- 작업 가이드라인: 작업 완료 후 삭제
- 작업 보고서: 확인 즉시 삭제
- 비즈니스 로직 문서: 코드와 함께 유지보수
GitHub Repository
Related Skills
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
llamaindex
MetaLlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.
canvas-design
MetaThe canvas-design skill generates original visual art in PNG and PDF formats for creating posters, designs, and other static artwork. It operates through a two-step process: first creating a design philosophy document, then visually expressing it on a canvas. The skill focuses on original compositions using form, color, and space while avoiding copyright infringement by never copying existing artists' work.
go-test
MetaThe go-test skill provides expertise in Go's standard testing package and best practices. It helps developers implement table-driven tests, subtests, benchmarks, and coverage strategies while following Go conventions. Use it when writing test files, creating mocks, detecting race conditions, or organizing integration tests in Go projects.
