Create a work card
project_card_createCreate a new canonical work card with a stable, concurrency-safe ID, minting a fresh record rather than searching for an existing one.
Instructions
Create one canonical Work card with a concurrency-safe stable ID. Search first: this mints a new record rather than finding an existing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Target completion date, YYYY-MM-DD. | |
| area | No | Part of the system this touches. Project-declared, so the accepted values vary; project_workspace reports them. | |
| axes | No | Declared classification axes as { axis: value }, e.g. { context: "treasury" }. Project-declared, so the accepted values vary; project_workspace reports them. | |
| body | No | Markdown body, written below the frontmatter. | |
| tags | No | Free-form tags for filtering. | |
| type | No | What kind of work this is. | |
| scope | No | Repository paths this work will change. Declared here, enforced when the card is claimed. | |
| start | No | Planned start date, YYYY-MM-DD. | |
| title | Yes | What the card is about, in one line. | |
| effort | No | Rough size: S, M or L. | |
| parent | No | ID of the parent card. The hierarchy is bounded by cards.maxHierarchyDepth. | |
| source | No | Where the work came from: an issue URL, a person, a meeting. | |
| status | No | Starting lifecycle status. | backlog |
| depends | No | IDs of cards that must close first. Blocks this card from being ranked as actionable. | |
| related | No | IDs of records worth reading alongside this one. | |
| priority | No | How urgent the work is. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | A canonical record with its body, revision and reference graph. |