Skip to main content

Context System

Project context files that skills read to understand your environment, team, and constraints.


What Is It?

The context/ directory contains files that tell skills about your project. Skills read these before generating output so results match your tech stack, team structure, and integration tools.


File Location

Plugin ships templates in context/ (plugin-relative). Fill them in for your project.


Context Files

FilePurposeSkills That Read It
jaan-to/context/config.mdEnabled roles, available skills, trust settings, defaultsAll skills
jaan-to/context/boundaries.mdSafe write paths, denied locations, enforcement rulesAll skills (write operations)
jaan-to/context/tech.mdLanguages, frameworks, infrastructure, tools, constraintspm-prd-write, skill-create
jaan-to/context/team.mdTeam structure, roles, communication channelspm-prd-write
jaan-to/context/integrations.mdExternal tools, APIs, third-party servicesdata-gtm-datalayer, pm-prd-write

How to Configure

  1. Open the context file you want to customize (e.g., jaan-to/context/tech.md)
  2. Replace {placeholder} values with your project details
  3. Delete the example section at the bottom
  4. Skills automatically read updated files on next invocation

Examples

Tech stack (jaan-to/context/tech.md):

| Layer | Technology | Version |
|-------|------------|---------|
| Backend | Python | 3.11 |
| Frontend | TypeScript | 5.0 |

Boundaries (jaan-to/context/boundaries.md):

| Path | Purpose |
|------|---------|
| jaan-to/ | All jaan.to generated outputs |
| jaan-to/outputs/ | Skill outputs |