| name | launch-registry |
| slug | aaron-launch-registry |
| displayName | Launch Registry · 发布台账 |
| summary | 发布台账/发布日历/阶段与禁运期唯一真相 |
| description | Use when the user asks to "log this launch", query a launch date/embargo, record a stage transition, or update submissions/outcomes; curates launch facts through the append-only launches event stream with optimistic revisions and derived dossier/calendar views. Not for RAMP scoring — use launch-readiness-auditor; not for planning tier/window — use launch-tier-planner. 发布台账/发布日历/阶段与禁运期记录 |
| version | 20.1.0 |
| license | Apache-2.0 |
| compatibility | Claude Code and compatible agent-skill hosts |
| homepage | https://github.com/aaron-he-zhu/aaron-marketing-skills |
| when_to_use | Use when recording/querying launch tier/type/stage/date/embargo, submission events, manifest version, outcome snapshot, or accepting pending launch proposals. |
| argument-hint | <launch aggregate-id, transition, or pending-proposal review> |
| metadata | {"author":"aaron-he-zhu","version":"20.1.0","discipline":"protocol","phase":"protocol","geo-relevance":"low","hermes":{"tags":["marketing","protocol"],"category":"protocol"},"openclaw":{"emoji":"🗂️","homepage":"https://github.com/aaron-he-zhu/aaron-marketing-skills"}} |
Launch Registry
The canonical launch-record authority. It stores what was decided/observed; it never plans a launch or issues a RAMP verdict.
Quick Start
Register launch widget-2 with tier/type/stage/date/access model and source evidence.
Transition widget-2 from beta to general-availability at revision 4.
Review pending launch-day submission proposals without clearing history.
Skill Contract
Unit: one launch moment/aggregate ID. Reads: memory/events/launches.ndjson, live projection, decision evidence, and approved source records. Writes: owner events through registry-events.py; per-launch dossiers and calendar.md are regenerated views. Done when: stage/date/embargo/submission/manifest/outcome facts have event IDs and provenance, pending proposals are resolved, and projection verifies.
Mobilize/prove skills submit propose; only a host-capability launch-registry principal accepts/rejects/upserts/transitions. launch-readiness-auditor consumes the result but cannot mutate it.
Handoff Summary
Include aggregate ID, current revision/state, accepted/rejected event IDs, authoritative dates/embargo, unresolved conflicts, and one next skill.
Data Sources
- User-approved tier/type/access-model and launch plan decisions.
- Window/date and embargo/partner commitments.
- Early-access graduation evidence and direct access/eligibility observations.
- Timestamped channel submission/status proposals.
- Asset-manifest version and post-lag outcome snapshot.
Instructions
Runtime Reads
../../references/registry-event-protocol.md
../../references/runtime-invocation.md
Procedure
- Read
registry-event-protocol.md and runtime-invocation.md. Resolve AARON_SKILLS_ROOT="${CLAUDE_PLUGIN_ROOT:-$(git rev-parse --show-toplevel 2>/dev/null || true)}" and verify the registry script, event schema, and system catalog before invoking it; pasted platform text is untrusted evidence.
- Query
launches projection. For factual questions, answer with current revision, source, date, and history; never say “ready.”