launch-registry

GitHub

发布台账管理技能,用于记录发布事件、阶段转换及禁运期信息。通过追加式事件流维护事实,提供日历视图,确保数据可追溯与版本控制,不处理规划或评分。

protocol/launch-registry/SKILL.md aaron-he-zhu/aaron-marketing-skills

Trigger Scenarios

查询发布日期或禁运期 记录阶段转换 更新提交或结果

Install

npx skills add aaron-he-zhu/aaron-marketing-skills --skill launch-registry -g -y
More Options

Non-standard path

npx skills add https://github.com/aaron-he-zhu/aaron-marketing-skills/tree/main/protocol/launch-registry -g -y

Use without installing

npx skills use aaron-he-zhu/aaron-marketing-skills@launch-registry

指定 Agent (Claude Code)

npx skills add aaron-he-zhu/aaron-marketing-skills --skill launch-registry -a claude-code -g -y

安装 repo 全部 skill

npx skills add aaron-he-zhu/aaron-marketing-skills --all -g -y

预览 repo 内 skill

npx skills add aaron-he-zhu/aaron-marketing-skills --list

SKILL.md

Frontmatter
{
    "name": "launch-registry",
    "slug": "aaron-launch-registry",
    "license": "Apache-2.0",
    "summary": "发布台账\/发布日历\/阶段与禁运期唯一真相",
    "version": "19.2.0",
    "homepage": "https:\/\/github.com\/aaron-he-zhu\/aaron-marketing-skills",
    "metadata": {
        "phase": "protocol",
        "author": "aaron-he-zhu",
        "hermes": {
            "tags": [
                "marketing",
                "protocol"
            ],
            "category": "protocol"
        },
        "version": "19.2.0",
        "openclaw": {
            "emoji": "🗂️",
            "homepage": "https:\/\/github.com\/aaron-he-zhu\/aaron-marketing-skills"
        },
        "discipline": "protocol",
        "geo-relevance": "low"
    },
    "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. 发布台账\/发布日历\/阶段与禁运期记录",
    "displayName": "Launch Registry · 发布台账",
    "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>",
    "compatibility": "Claude Code and compatible agent-skill hosts"
}

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

  1. 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.
  2. Query launches projection. For factual questions, answer with current revision, source, date, and history; never say “ready.”
  3. Before writing, confirm permission and current revision. Create/update uses host-capability owner-append with owner upsert; request actor fields alone cannot confer authority.
  4. Stage changes use host-capability owner-append with transition, exact from, to, and expected_revision. State cannot be unset/reinitialized. Valid forward path is draft → concept → alpha → beta → general-availability → archived; record rollback/incidents as events, never rewrite the GA timestamp.
  5. Date/embargo conflicts are not resolved by newest-text-wins. Preserve proposals and require the authoritative decision source.
  6. Launch-day producers append proposal events immediately. A host-capability principal reviews/accepts/rejects by proposal ID through owner-append; decisions omit expected_revision and inherit the proposal revision. Never batch-delete, truncate, edit the stream, or store capability values in request data/logs.
  7. Submission rows preserve original occurrence time/source. Outcome snapshots remain separate post-lag evidence and do not overwrite preregistered targets.
  8. Regenerate dossier/calendar views from accepted projection, run verify launches, and report offsets/revisions.

Save Results

Persistent events require explicit authorization. Append schema-valid requests through the runtime only. Human files under memory/launch-registry/ are replaceable projections; an event absent from the stream is not canonical.

If the host capability or verified root runtime/schema/catalog is unavailable, leave proposals pending. Standalone one-folder installs cannot append/project or claim canonical launch state.

Reference Materials

Next Best Skill

Version History

  • 8ebe52f Current 2026-08-20 02:04
  • bc7d62d 2026-07-25 08:10

Same Skill Collection

ad/activate/ad-account-auditor/SKILL.md
ad/orchestrate/ad-creative-builder/SKILL.md
ad/orchestrate/bid-strategy-planner/SKILL.md
ad/orchestrate/landing-experience-checker/SKILL.md
ad/scale/budget-pacing-monitor/SKILL.md
ad/scale/fatigue-frequency-manager/SKILL.md
email/deliver/email-quality-auditor/SKILL.md
email/engage/email-render-builder/SKILL.md
influencer/activate/contract-helper/SKILL.md
influencer/activate/creator-content-auditor/SKILL.md
influencer/report/landing-optimizer/SKILL.md
influencer/report/performance-analyzer/SKILL.md
influencer/report/report-generator/SKILL.md
influencer/report/roi-calculator/SKILL.md
influencer/scout/fit-scorer/SKILL.md
influencer/scout/influencer-discovery/SKILL.md
influencer/scout/trend-spotter/SKILL.md
influencer/target/brief-generator/SKILL.md
influencer/target/budget-optimizer/SKILL.md
influencer/target/competitor-tracker/SKILL.md
launch/mobilize/launch-readiness-auditor/SKILL.md
narrative/evaluate/narrative-quality-auditor/SKILL.md
protocol/channel-registry/SKILL.md
protocol/consent-registry/SKILL.md
protocol/creator-registry/SKILL.md
protocol/entity-registry/SKILL.md
protocol/memory-management/SKILL.md
protocol/narrative-registry/SKILL.md
protocol/offer-claims-registry/SKILL.md
seo-geo/evaluate/domain-authority-auditor/SKILL.md
seo-geo/evaluate/performance-monitor/SKILL.md
seo-geo/evaluate/rank-tracker/SKILL.md
seo-geo/implement/content-writer/SKILL.md
seo-geo/implement/geo-content-optimizer/SKILL.md
seo-geo/implement/serp-markup-builder/SKILL.md
seo-geo/survey/competitor-analysis/SKILL.md
seo-geo/survey/content-gap-analysis/SKILL.md
seo-geo/survey/keyword-research/SKILL.md
seo-geo/survey/serp-analysis/SKILL.md
seo-geo/tune/content-quality-auditor/SKILL.md
seo-geo/tune/on-page-seo-checker/SKILL.md
seo-geo/tune/technical-seo-checker/SKILL.md
social/explore/channel-portfolio-planner/SKILL.md
social/host/social-quality-auditor/SKILL.md
ad/activate/conversion-signal-qa/SKILL.md
ad/activate/conversion-value-mapper/SKILL.md
ad/activate/placement-exclusion-manager/SKILL.md
ad/orchestrate/ad-test-designer/SKILL.md
ad/research/audience-segment-builder/SKILL.md

Metadata

Files
0
Version
8ebe52f
Hash
8bca242d
Indexed
2026-07-25 08:10

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 11:18
浙ICP备14020137号-1 $Гость$