Agent skill
domain
Domain knowledge and business processes for [PROJECT_NAME]
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/domain
SKILL.md
Domain Knowledge: [PROJECT_NAME]
Project: [PROJECT_NAME] Last Updated: [DATE] Purpose: Fachliche Dokumentation der Geschäftsprozesse
Self-Updating Rule
WICHTIG: Diese Dokumentation soll IMMER aktuell sein.
Wenn du Code änderst der Geschäftslogik betrifft:
- Prüfe ob die Änderung einen dokumentierten Prozess betrifft
- Aktualisiere das entsprechende Prozess-Dokument wenn nötig
- Füge hinzu neue Prozesse die du implementierst
- Markiere als veraltet Prozesse die nicht mehr existieren
Business Context
[BUSINESS_CONTEXT_DESCRIPTION]
Domain Areas
| Area | File | Description | Status |
|---|
Glossar
| Begriff | Definition |
|---|
How to Add New Domain Areas
Use the /add-domain command to add new business areas:
/add-domain "User Registration"
/add-domain "Order Processing"
This will:
- Create a new document from the process template
- Add an entry to the Domain Areas table above
- Prompt you for the process description
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?