create_artifact
Create reusable guidance artifacts to capture patterns, constraints, templates, and learnings for task execution improvement.
Instructions
Create a new artifact to capture reusable guidance.
Create immediately when you discover a pattern, constraint, mistake, or useful template. If similar guidance might already exist, call search_artifacts() first; prefer update_artifact() over near-duplicates.
Constraints:
English only
summary <= 200 chars
content <= 4000 chars
No PII, no task-instance specifics; focus on WHAT/WHY
Types: practice (guidelines), rule (constraints), prompt (templates), result (generalizable learnings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_context_id | Yes | ID of the task context this artifact belongs to | |
| artifact_type | Yes | Type of artifact: 'practice', 'rule', 'prompt', 'result' | |
| summary | Yes | Summary of the artifact - max 200 chars, English only | |
| content | Yes | Full content of the artifact - max 4000 chars, English only |