Documentation Index
Fetch the complete documentation index at: https://docs.clawkitchen.ai/llms.txt
Use this file to discover all available pages before exploring further.
What Goals are
Goals are the durable intent layer in ClawKitchen. If tickets represent concrete work items moving through a workflow, goals represent the larger outcomes that should survive beyond any one ticket.Canonical storage root
Goals are stored as markdown files in the OpenClaw global workspace:~/.openclaw/workspace/notes/goals/
Each goal is a single file:
~/.openclaw/workspace/notes/goals/<id>.md
Why this matters
This is another strong example of the ClawKitchen model:- the UI helps you manage the data
- the data itself remains in durable, inspectable files
Frontmatter schema
Goals are markdown files with YAML frontmatter:Multi-team association
A goal that spans multiple teams is represented by one canonical goal file. Useteams: [...] to associate it with multiple teams. The UI supports filtering goals by team.
Good use cases for Goals
Use goals when something is:- bigger than one ticket
- likely to survive several implementation cycles
- shared across teams
- important enough to keep visible even when the active ticket list changes
