Agent skill · Security

launch-readiness-auditor

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分阶段评估/发布前放行

aaron-he-zhugithub.com/aaron-he-zhuGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add aaron-he-zhu/aaron-marketing-skills --skill launch-readiness-auditor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 19.1.0
Allowed tools: WebFetch
Requires: Claude Code and compatible agent-skill hosts
Path: launch/mobilize/launch-readiness-auditor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,508
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ```text 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 | Prefer

What's inside
Steps it walks through
  1. When This Must Trigger
  2. Quick Start
  3. Skill Contract
  4. Data Sources
  5. Instructions
  6. Runtime Reads
  7. Runtime and Setup
  8. Profile Procedure
  9. §2 RAMP Worked Examples
  10. §3 RAMP Guardrails
  11. §5 RAMP Translation
  12. Report and Verdict
  13. Validation Checkpoints
  14. Persistence
Ships with 1 file
  • references/auditor-runtime.md
More from aaron-marketing-skills
All skills →
About this skill
What does the launch-readiness-auditor skill do?

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分阶段评估/发布前放行

How do I install it?

Run `npx skills add aaron-he-zhu/aaron-marketing-skills --skill launch-readiness-auditor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From aaron-he-zhu/aaron-marketing-skills, a repository with 2,508 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going