rai artifact
Artifacts are structured documents produced during the story lifecycle (design, plan, implementation progress, review, retrospective). They are persisted and queried via MCP tools — there is no rai artifact CLI command.
MCP Tools¶
| Tool | Description |
|---|---|
raise_artifact_emit |
Validate and persist a structured story artifact |
raise_artifact_query |
Query artifacts by story and optionally by type |
See rai-workspace MCP Tools for full signatures.
Artifact Types¶
| Type | Produced by | Content |
|---|---|---|
design |
/rai-story-design |
Problem, value, approach, components, AC |
plan |
/rai-story-plan |
Task list with TDD verification criteria |
implement |
/rai-story-implement |
Implementation progress and decisions |
review |
/rai-story-review |
Retrospective findings and patterns |
retro |
/rai-story-close |
Final retrospective summary |
Artifacts are stored in SQLite (~/.rai/raise.db), isolated by project ID.