keystone_new_prompt
Scaffold a markdown prompt file that specifies a reasoning task for an agent to read and perform. Used by inferential sensors to drive reasoning.
Instructions
Scaffold a prompt markdown under .keystone/harness/prompts/<name>.md.
Used by inferential sensors — the agent reads the prompt and
performs the reasoning task it describes. Most projects scaffold
inferential sensors via keystone_new_sensor(mode="inferential")
which stamps the matching prompt automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| name | Yes | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||