一键导入
artifact-management
Structured artifact trail for feature implementations — plans, implementations, reviews, and decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured artifact trail for feature implementations — plans, implementations, reviews, and decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Tool-agnostic search — query construction, tool selection, source trust hierarchy.
Auto-continue through todos with idle detection and safety gates. Use for multi-step orchestration.
Level 2 — Pantheon-native context compression with priority scoring, semantic summarization, downstream-aware compression, budget allocation, and cross-references
Automated visual review pipeline — Playwright screenshots, self-analysis, fix loop, escalation. Used by Aphrodite for UI verification.
Multi-agent orchestration with model routing, category delegation, and sprint management. Use for coordinating Pantheon agents.
MCP security hardening — credential leakage prevention, input sanitization, and tool access control. Use for reviewing agent MCP configurations.
| name | artifact-management |
| description | Structured artifact trail for feature implementations — plans, implementations, reviews, and decisions. |
| context | fork |
| globs | [] |
| alwaysApply | false |
Structured artifact trail system for documenting feature implementations. Defines what, where, and how agents produce phase outputs.
All ephemeral artifacts live in .pantheon/memory-bank/.tmp/ — gitignored and wiped on sprint close.
.pantheon/memory-bank/
├── .tmp/ ← GITIGNORED — ephemeral artifacts
│ ├── PLAN-<feature>.md
│ ├── IMPL-phase1-hermes.md
│ ├── IMPL-phase1-aphrodite.md
│ └── REVIEW-<feature>.md
├── _notes/ ← COMMITTED — permanent ADRs
│ └── ADR-<topic>.md
├── 01-active-context.md
└── 02-progress-log.md
| Prefix | Location | Ephemeral? | Produced by |
|---|---|---|---|
PLAN- | .tmp/ | ✅ | Athena |
IMPL- | .tmp/ | ✅ | Hermes/Aphrodite/Demeter |
REVIEW- | .tmp/ | ✅ | Themis |
DISC- | .tmp/ | ✅ | Apollo |
ADR- | _notes/ | ❌ Permanent | Any → Mnemosyne |
| Situation | Agent | Artifact |
|---|---|---|
| Planning | Athena | PLAN-<feature>.md |
| Implementation | Worker | IMPL-phase<N>-<agent>.md |
| Review | Themis | REVIEW-<feature>.md |
| Discovery | Apollo | DISC-<topic>.md |
| Decision | Any → Mnemosyne | ADR-<topic>.md |
Zeus does NOT generate artifacts. He orchestrates agents that generate them.
# PLAN-<feature>
**Date:** YYYY-MM-DD **Status:** Awaiting Approval
## Goal
[One sentence]
## Phases
1. Phase 1 — @hermes
2. Phase 2 — @aphrodite
## Risks
- [Risk]
# IMPL-<phase>-<agent>
**Date:** YYYY-MM-DD **Status:** Awaiting Themis Review
## What Was Implemented
- [file] — [what changed]
## Tests
- ✅ X tests / Coverage: Y%
# REVIEW-<feature>
**Status:** APPROVED | NEEDS_REVISION | FAILED
## Verdict
[APPROVED | NEEDS_REVISION | FAILED]
## Issues
- CRITICAL: X / HIGH: Y / MEDIUM: Z
.tmp/PLAN-<feature>.md and approves.tmp/REVIEW-<feature>.md and validates focus items@mnemosyne Close sprint # Wipes entire .tmp/
@mnemosyne Clean tmp # Wipes .tmp/ without closing sprint
@mnemosyne List artifacts # Check what's in .tmp/