# Architecture Artifacts

> Produce architecture artifacts and a provenance-bound Task Contract Seed before Kernel execution.

- Skill: `munlucky/architecture-artifacts` (Agent Skill)
- Install (CLI): `npx skillmds@latest add munlucky/architecture-artifacts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/munlucky/architecture-artifacts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: munlucky (https://skillmd.com/u/munlucky)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/munlucky/architecture-artifacts

---


# Architecture Artifacts

## Goal
Generate rigorous architecture artifacts (ASR, domain models, options, tradeoffs, C4 diagrams, ADRs) and an advisory Task Contract Seed before Kernel implementation starts.

## Context
- **Command**: `node scripts/kernel/standalone/architecture-artifacts.mjs [options]`
- **Namespace**: Stored under project agreement packages (`.moon-relay-kernel/docs/agreements/...`).

## Autonomy & Priorities
- **Seed Only**: Emits a provenance-bound `TASK_CONTRACT_SEED`; has zero implementation, proof, review, or completion authority.
- **Evidence-Grounded**: Ground architectural tradeoffs in verified codebase realities, not speculative abstractions.

## Definition of Done
- Complete architecture package generated with clear component boundaries, ADRs, and Task Contract Seed.

## Verification
- Validate generated ADRs and architecture schema using `node scripts/architecture-artifact-validate.mjs`.

