keystone_new_action
Scaffold a new action markdown file to define focused operations for coding agents. Use actions like spec, implement, and verify to structure task execution.
Instructions
Scaffold a new action markdown under .keystone/harness/actions/<name>.md.
Actions are short, focused operations the agent walks during a
task — spec, orient, implement, verify, review,
learn, audit, release. They complement playbooks (which
orchestrate actions into a flow) and skills (which expose
procedural how-to via the FastMCP skill:// scheme).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| force | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||