CCE User Guide

Context and Cognitive Engineering for prompts, context packs, memory, profiles, test suites, token analysis, regressions, and A/B tests.

Who This Guide Is For

Where To Go

Page Use It For
/cce CCE dashboard.
/cce/builder Build context and prompt assets.
/cce/playground Test prompts and context.
/cce/context-packs Manage reusable context packs.
/cce/memory Manage memory assets.
/cce/templates Prompt and context templates.
/cce/test-suites Regression and quality test suites.
/cce/prompt-comparisons Compare prompt versions.
/cce/ab-tests Run A/B tests.
/cce/tokens Analyze token usage.

Core Concepts

Concept Meaning
Context pack A reusable set of instructions, facts, examples, and constraints.
Profile A target persona, behavior, domain, or operating mode.
Prompt comparison A side-by-side test of prompt/context variants.
Regression A previously passing scenario that fails after a change.
Token budget The size and cost constraint for prompt, context, and response.

Common Workflows

Create a production prompt asset

  1. Create or select a template.
  2. Attach context packs and profile.
  3. Test in the playground.
  4. Run prompt comparisons.
  5. Run test suites.
  6. Review token budget.
  7. Publish only after regression checks pass.

Investigate regressions

  1. Open Regressions.
  2. Find the failing scenario.
  3. Compare the last passing and current context.
  4. Use Context Diff to identify changes.
  5. Patch prompt or context pack.
  6. Rerun the test suite.

Best Practices