This repository uses a spec-first pipeline: ADR → PRD → SDS → SEA™ → AST → IR → Manifest → Codegen → Determinism.
bash tools/doctor.shnx show projectsnx run workspace:checkSuccess:
python tools/sea_new_context.py inventoryspecs/inventory/inventory.adr.mdspecs/inventory/inventory.prd.mdspecs/inventory/inventory.sds.yamlspecs/inventory/inventory.seanx run specs-inventory:allRelated: Bounded Context Scaffolder, Create Nx Generator How-To
Resource for the commandFlow with:
@cqrs { "kind": "command" }@tx { "transactional": true }@idempotency {...}Then:
nx run specs-<ctx>:allRelated: Flow Annotation Linter
@cqrs { "kind": "query" }@read_model { "name": "<projection>" }Related: Knowledge Graph Query Skill
@cqrs { "kind": "event" }@outbox { "mode": "required" }Related: Case Management Skill
Use:
@replaces and @changes on Resource and FlowExpected:
Use CADSL to generate knowledge work artifacts (checklists, decision trees, kanban boards, mind maps, timelines).
Triggers:
Process:
Related: Cognitive Artifacts Builder Skill, Use Cognitive Artifacts How-To
Manage knowledge work using CMMN primitives (Cases, Stages, Tasks, Sentries, Milestones).
Triggers:
Process:
Related: Case Management Skill, Case Management SOP, Case Management Handbook
Use OpenTelemetry traces, metrics, and logs to debug production issues.
Triggers:
Process:
Related: Observability Debugging Skill, Debug with OTel How-To, Observability Handbook
Validate ConceptIds, discover relationships, explore ontology using SPARQL.
Triggers:
Process:
Related: Knowledge Graph Query Skill, Knowledge Graph SOP, DomainForge Handbook
Coordinate multiple specialist agents using Softmax Router pattern.
Triggers:
Process:
Related: Cognitive Architecture SOP, Cognitive Architecture Handbook
Build new AI agent skills as modular packages.
Triggers:
Process:
Related: Skill Creator Skill
Co-author specifications, reports, and documentation with AI assistance.
Triggers:
Process:
Related: Doc Coauthoring Skill, Document Operations Handbook
Read, write, and style Word, Excel, and PDF documents.
Triggers:
Process:
Related: DOCX Skill, XLSX Skill, Document Operations Handbook
Generate complete bounded context structure with ADR/PRD/SDS/SEA™ templates and Nx registration.
Related: Bounded Context Scaffolder
Build custom code generators for SEA-Forge™ using Nx generator framework.
Related: Create Nx Generator How-To, Nx Generator Standards
Extract and convert data across formats (JSON, CSV, HTML, XML) for processing.
Related: Convert Skill
Retrieve web pages and APIs for research and analysis.
Related: Fetch Skill
| Symptom | Cause | Solution |
|---|---|---|
| Flow lint fails | Missing/wrong annotations | Add @cqrs, @tx, @outbox with correct JSON structure |
| AST schema fails | DSL parser/schema mismatch | Update parser or SEA™ DSL spec |
| IR schema fails | AST→IR mapping bug | Fix compiler mapping in tools/sea_ast_to_ir.py |
| Manifest schema fails | IR→Manifest mapping bug | Fix compiler mapping in tools/sea_ir_to_manifest.py |
| Regen/determinism fails | Nondeterministic generator | Fix ordering, formatting, timestamps in generator templates |
| ConceptId validation fails | Missing concept in KG | Add concept to ontology or use alternative |
| CMMN sentry not firing | Entry criteria not met | Check sentry conditions and case state |
| OTel trace incomplete | Missing instrumentation | Add tracing to service endpoints |
If you feel tempted to patch generated code:
Exception: Integration adapters under libs/sea/adapters/** (Semantic Kernel, A2A Protocol) — these wrap third-party SDKs and must implement port interfaces from SDS.
| Skill | Location | Purpose |
|---|---|---|
| cognitive-artifacts-builder | .github/skills/cognitive-artifacts-builder/SKILL.md |
Generate CADSL artifacts |
| case-management | .github/skills/case-management/SKILL.md |
CMMN-based case orchestration |
| observability-debugging | .github/skills/observability-debugging/SKILL.md |
OpenTelemetry debugging workflows |
| knowledge-graph-query | .github/skills/knowledge-graph-query/SKILL.md |
SPARQL queries for Knowledge Graph |
| doc-coauthoring | .github/skills/doc-coauthoring/SKILL.md |
Collaborative document authoring |
| skill-creator | .github/skills/skill-creator/SKILL.md |
Create new AI agent skills |
| docx | .github/skills/docx/SKILL.md |
Word document operations |
| xlsx | .github/skills/xlsx/SKILL.md |
Excel spreadsheet operations |
| bounded-context-scaffolder | .github/skills/bounded-context-scaffolder/SKILL.md |
Generate bounded context structures |
| convert | .github/skills/convert/SKILL.md |
Data format conversion |
| fetch | .github/skills/fetch/SKILL.md |
Web content retrieval |