Generate and use CADSL-based cognitive artifacts (checklists, decision trees, kanban boards, mind maps, timelines) to support knowledge work in SEA-Forge™.
Determine if a cognitive artifact would help:
Ask: “Would visualizing this help?”
| Situation | Suggested Artifact |
|---|---|
| Multiple tasks to track | Checklist |
| Choosing between options | Decision Tree |
| Workflow with stages | Kanban Board |
| Exploring concept relationships | Mind Map |
| Planning over time | Timeline |
Use the cognitive-artifacts-builder skill:
1
"Create a checklist for our production deployment process"
AI agent will generate CADSL YAML definition with:
Iterate on the artifact:
1
2
3
"Add a critical priority flag to the database backup task"
"Link this to the sea:QualityGate concept"
"Add a progress bar"
Link artifact to CMMN case:
1
2
3
4
5
case:
id: "case-2026-001"
artifacts:
- type: "Checklist"
artifactId: "checklist-001"
Artifact usage is tracked via OpenTelemetry:
1
"Create a checklist for deploying the CADSL renderer to production"
Result: Checklist with pre-deploy, deploy, and post-deploy sections, each with specific tasks linked to relevant concepts.
1
"Create a decision tree for choosing the right bounded context structure"
Result: Decision tree guiding through questions about business capabilities, domain logic, and infrastructure concerns.
1
"Create a kanban board for the current sprint with columns for Backlog, In Progress, Review, and Done"
Result: Kanban board with WIP limits, drag-and-drop enabled, task cards with assignees and tags.
semanticRefs linking to Knowledge Graph concepts