ATLAS/TAXONOMY SHEET X / 9 TYPES

Blueprint Taxonomy

Every component published through metafactory is a blueprint. Nine types describe what a blueprint is, organized across two dimensions. The execution stack builds upward, each layer composing from below. Shaping artifacts apply horizontally, guiding behaviour at any level. A bundle packages any combination into a cohesive whole.

THE TWO-DIMENSIONAL TYPE MODEL
// execution stack — vertical, each layer composes from below
tool skill process agent graph
// shaping artifacts — horizontal, applied at any level
prompt · rules · playbook (guide behaviour, don't execute)
// packaging — groups any of the above
bundle (curates any types into one package)
EXECUTION STACK
Vertical composability. Each layer composes from the layers below it.

tool

Atomic capability

A single executable that does one thing well. Deterministic input/output, no AI judgment involved. Tools are the building blocks that everything else composes from.

A hand tool: a wrench, a saw, a level.

CLI utilitiesformatterslintersbuild toolsAPI clients

skill

Capability + judgment

A tool plus AI judgment. Skills observe, decide, and adapt. They declare workflows and activation triggers, routing between strategies based on context.

A trained craftsperson who knows when and how to use the tools.

code-review (multi-lens PR analysis)specflow (spec-driven development)pii (detection + pseudonymization)

process

Orchestrated workflow

A directed acyclic graph (DAG) of executable steps: deterministic nodes, agentic nodes, and human gates wired together. Processes do the work automatically. Each node declares its dependencies and runs in isolation.

An assembly line where each station does its job and parts flow to the next.

PR review pipelinerelease workflowCI/CD pipelinecontent publishing flow

agent

Autonomous executor with memory

A process plus autonomy and persistent memory. Agents observe, decide, and act in loops. They run processes, use skills, and remember context across sessions.

A team member with judgment, memory, and the ability to work independently.

PAI assistantsautonomous reviewerscommunity guidesmonitoring agents

graph

Multi-agent coordination

Multiple agents running multiple processes through shared state under governance rules. A graph decides which agent runs which process when, and how they communicate. The highest level of the execution stack.

A company: departments, roles, communication channels, and governance.

dev-pipeline (6 processes + 2 agents + SOPs)team configurationsorganizational blueprints
SHAPING ARTIFACTS
Applied horizontally at any level of the execution stack. They guide behaviour without executing.

prompt

Context + framing

Structured instructions that shape how an AI model approaches a task. Prompts define perspective, constraints, and output expectations without executing anything. They can be applied to any level of the execution stack.

A design brief: it shapes the work without doing the work.

CLAUDE.md instructionssystem promptsstructured explanation templates

rules

Constraints + gates

Declarative boundaries that govern what can and cannot happen. Rules don't do work; they prevent wrong work. Applied across projects, teams, or pipelines at any level of the stack.

Building codes: they don't design the building, they ensure it's safe.

SOPslabel standardsversioning conventionsagent behavioural constraints

playbook

Ordered procedural guide

A structured step-by-step procedure with ordered steps, optional gates, and decision points. Playbooks teach; they don't execute. They may reference tools and skills but don't compose them into an automated pipeline.

A recipe: it tells you what to do, step by step. You do the cooking.

incident response proceduresonboarding checklistscode review workflows
PACKAGING
Groups any combination of types into a single publishable unit.

bundle

Curated collection of blueprints

Multiple blueprints of different types, packaged together because they belong together. A bundle groups skills, tools, processes, and documentation into a cohesive whole. Use this when a single type doesn't capture what your blueprint contains.

A roll of blueprints tied together, carried to the drafting floor because they're all part of the same project.

AI-Assisted Architecture (7 skills + process + TOGAF docs)Strata (CLI + graph DB + embeddings + server)