create_tacit_knowledge
Create a structured tacit knowledge record documenting the problem, approach, and outcome to preserve expertise and prevent context loss.
Instructions
Create a tacit knowledge document based on the Cursor-Cortex template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated keywords | |
| title | Yes | Concise descriptive title of the knowledge | |
| author | Yes | Name of knowledge contributor | |
| outcome | Yes | Describe the result of applying this knowledge | |
| approach | Yes | Explain the approach taken to solve the problem | |
| branchName | No | Branch name if relevant | |
| constraints | No | List any limitations or constraints that influenced the approach | |
| environment | No | Describe relevant environmental factors: system state, configurations, versions, etc. | |
| projectName | Yes | Project name | |
| problemStatement | Yes | Describe the problem or situation that required expertise | |
| relatedDocumentation | No | Links to related documentation, tickets, or resources |