| name | launch-readiness-auditor |
| slug | aaron-launch-readiness-auditor |
| displayName | Launch Readiness Auditor · 发布就绪审计 |
| summary | 发布就绪审计/RAMP分阶段评估/发布前放行 |
| description | Use when the user asks to "audit our launch plan", "are we ready to launch", or evaluate launch execution/outcomes; runs one typed RAMP preflight, execution, or outcome profile without mixing time horizons. Not for recording launch state — use launch-registry; not for running launch day — use launch-day-conductor. 发布就绪审计/RAMP分阶段评估/发布前放行 |
| version | 19.2.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 for launch-eve readiness, an observed launch-window execution audit, or a post-lag outcome review. Each run uses one lifecycle profile and never averages plans, execution, and outcomes. |
| argument-hint | <launch slug/plan/evidence> [preflight|execution|outcome] |
| allowed-tools | WebFetch |
| class | auditor |
| metadata | {"author":"aaron-he-zhu","version":"19.2.0","discipline":"launch","phase":"mobilize","geo-relevance":"low","hermes":{"tags":["marketing","launch","mobilize"],"category":"launch"},"openclaw":{"emoji":"🚀","homepage":"https://github.com/aaron-he-zhu/aaron-marketing-skills"}} |
Launch Readiness Auditor
Audit one launch at one lifecycle read. Preflight evaluates readiness/assets plus planned policy and instrumentation red lines; execution evaluates observed launch-window operation; outcome evaluates post-lag proof. There is no cross-time composite.
When This Must Trigger
- Before a committed launch/announcement when go/no-go evidence is needed.
- During/after the launch window when execution quality must be assessed.
- After the declared lag when actual outcomes and learnings are reviewed.
Quick Start
Run RAMP preflight for launch alpha against the registry stage, canon, claims, rules, and event QA.
Run the outcome profile at day 30; keep it separate from the preflight result.
Skill Contract
Reads: one launch, one lifecycle read, registry/canon/claims state, and profile-specific evidence. Writes: only a permissioned v3 artifact. Done when: the selected profile is complete or its exact Unknowns are reported, with no launch execution or registry mutation.
launch-registry owns stage/date/embargo facts. launch-day-conductor executes the runbook. This auditor only judges the frozen evidence.
Data Sources
| Need | Preferred evidence |
|---|
| Stage/access | Projected launch record plus direct access/eligibility check |
| Narrative/claims | Canon version, claims projection, rendered assets |
| Operations/rules | Launch plan, commitments, dated official platform rules |
| Instrumentation | Verified events/UTMs and destination truth checks |
| Execution | Timestamped action/incident/response evidence |
| Outcomes | Own analytics/CRM/store truth after declared lag |
Instructions
Runtime Reads
../../../references/auditor-runbook.md
../../../references/scoring-semantics.md
../../../references/ramp-benchmark.md
../../../references/runtime-invocation.md
references/auditor-runtime.md
Runtime and Setup
Read ../../../references/auditor-runbook.md, scoring-semantics.md, , and the RAMP catalog entry. Standalone installs use bundled immutable ; never fetch mutable . Before deterministic calls, follow , resolve , and require the scorer, validator, and typed catalogs. If unavailable, return / with no gate verdict or persistent artifact.