artifact-io

Organize multi-agent workflow artifacts into a CHANGE-ID-based directory structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/j-mckerracher/agent-research --skill artifact-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-io
Source: https://github.com/j-mckerracher/agent-research/tree/main/dated-agents/4-6-2026/.claude/skills/artifact-io
Command: npx skills add https://github.com/j-mckerracher/agent-research --skill artifact-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Artifact I/O conventions and directory structure standardize how agents read and write workflow artifacts, reducing ambiguity and errors when coordinating multi-step runs.

Core Features & Use Cases

  • Artifact root convention and {CHANGE-ID}-based paths to keep all artifacts organized under a predictable tree.
  • Standard directory structure (intake, planning, execution, qa, summary, logs) with clear purposes for each folder.
  • Role-based read/write permissions to enforce safe access across stages and agents.
  • CHANGE-ID templating to construct artifact paths consistently across runs.

Quick Start

Create the standard artifact directory tree under your chosen artifact root using the CHANGE-ID, then reference those paths in your workflow prompts and scripts.

Frequently Asked Questions about artifact-io

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize multi-agent artifact I/O and directory structure?

Standardize multi-agent artifact I/O by applying a CHANGE-ID-based directory structure with fixed folders for intake, planning, execution, qa, summary, and logs. This organizes artifacts under a predictable tree and reduces ambiguity when agents read and write files.

What read/write permission model works best for coordinating multi-agent workflow artifacts?

A role-based read/write permission model works best for multi-agent workflow artifacts. It enforces safe access across workflow stages, ensuring agents only read or produce artifacts that match their designated execution, qa, or planning roles.

How do I use a CHANGE-ID to organize workflow artifacts across multiple agents?

Use the CHANGE-ID as a templating variable to construct artifact root paths. This keeps all artifacts organized under a predictable tree, allowing multiple agents to consistently reference the same directory structure across different runs.

What is the standard directory structure for multi-agent workflow artifacts?

The standard directory structure for multi-agent workflow artifacts uses six folders: intake, planning, execution, qa, summary, and logs. Each folder has a clear purpose, separating artifacts by their workflow stage.

Do I need specific dependencies to implement artifact root conventions for multi-agent workflows?

No specific dependencies are required to implement artifact root conventions. You create the standard directory tree under your chosen artifact root using the CHANGE-ID, then reference those paths directly in your workflow prompts and scripts.

Why do multi-agent workflows need standardized artifact paths and directory conventions?

Multi-agent workflows need standardized artifact paths to reduce ambiguity and errors when coordinating multi-step runs. Without directory conventions, agents risk reading incorrect files or overwriting outputs, which disrupts the workflow.