Skip to content

AI Context

JoinedWorkz can be used together with modern AI tools such as ChatGPT, Codex, Cline or Cursor.

To enable effective AI-assisted development, JoinedWorkz provides a structured concept called:

AI Context


What is AI Context?

AI Context is a structured set of documentation files that describe:

  • the JoinedWorkz framework (core concepts, architecture, rules)
  • a specific project (architecture, usage, constraints)

These files allow AI tools to:

  • understand JoinedWorkz correctly
  • distinguish between framework and project behavior
  • avoid incorrect assumptions
  • provide more accurate suggestions

Why is this important?

Without context, AI tools:

  • misinterpret generated code
  • suggest invalid changes
  • do not understand model-driven development

With AI Context:

  • AI behaves like a knowledgeable team member
  • changes are suggested in the correct layer (model vs code)
  • development becomes faster and safer

How to use AI Context

Typical workflow:

  1. provide JoinedWorkz core context
  2. provide project-specific context
  3. optionally provide source code

Then use AI tools to:

  • understand architecture
  • analyze generation
  • implement changes
  • debug issues

AI Context Repository

The official JoinedWorkz AI Context repository is available here:

👉 https://gitlab.com/joinedworkz/joinedworkz-ai-context/

It contains:

  • core context pack (framework knowledge)
  • project context templates
  • example project
  • usage guides for ChatGPT, Codex and Cline

Use AI Context when:

  • onboarding new developers
  • analyzing existing projects
  • debugging generation or build issues
  • planning changes
  • working with AI-assisted coding tools

Important Rule

Always distinguish between:

  • model (CMN)
  • generated code
  • manual code

AI Context helps enforce this separation.