lifecycle-audit

lifecycle-audit is a skill for Claude Code from ali-demirbas/claude-lifecycle. It costs 73 tokens per session (2,012 once invoked), scanned A, original, MIT.

A review of an existing set of lifecycle marketing journeys, such as welcome emails or cart reminders. It scores their coverage, conflicts, level of detail, fit with available data, and copy compliance without measuring live results.

In plain words
What is it for?
Use it to assess journeys described by a user, imported from a customer-management tool, or produced earlier, and to identify what cannot be judged from the available information.
Why use it?
It shows structural and planning problems in an automation portfolio when you do not want to rewrite the journeys yet.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the claude-lifecycle plugin — 11 skills, 4 agents, 1 hook shipped together

Good fit Use it to assess journeys described by a user, imported from a customer-management tool, or produced earlier, and to identify what cannot be judged from the available information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ali-demirbas/claude-lifecycle/lifecycle-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ali-demirbas/claude-lifecycle --skill lifecycle-audit
Clone the repo
git clone --depth 1 https://github.com/ali-demirbas/claude-lifecycle

Made for: Claude Code.

Or install claude-lifecycle, the plugin that ships this one along with the rest of its 11 skills, 4 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lifecycle-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/ali-demirbas/claude-lifecycle/lifecycle-audit.svg)](https://agentmods.dev/skills/ali-demirbas/claude-lifecycle/lifecycle-audit)
Your own site
<a href="https://agentmods.dev/skills/ali-demirbas/claude-lifecycle/lifecycle-audit"><img src="https://agentmods.dev/badge/skills/ali-demirbas/claude-lifecycle/lifecycle-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.02012
Opus 5 $0.00036 $0.01006
Sonnet 5 $0.00015 $0.00402
Haiku 4.5 $0.00007 $0.00201

Measured 7d ago against content hash e9364a107e6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

lifecycle-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/lifecycle-audit/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Lifecycle Audit — Portfolio Review

Score an existing set of journeys against the same rules the engine uses to generate them. Output: an Audit Report with per-journey findings and a portfolio-level verdict.

When NOT to use this

  • No journeys exist anywhere yet — nothing described, generated, or imported — there's nothing to score; that's a lifecycle-connectlifecycle-journeys conversation instead.
  • The user wants the findings acted on, not just diagnosed — this skill never rewrites journeys itself (see Never do below); generation is a separate, offered step via lifecycle-journeys.
  • Real performance or holdout data exists and the ask is whether a journey is actually working — that's lifecycle-results, which judges measured incremental outcomes; this skill judges structure and methodology without live results.

Inputs

Journeys as: prior engine output, user description ("we have a welcome email and a cart reminder"), or CRM exports/screenshots. Sparse descriptions are fine — audit what is known, list what could not be assessed. If available, also use the DQS + stage map; without them, stage-coverage and depth-vs-data-fit findings are marked "data-blind" — dimension 3 specifically cannot be judged without knowing what the data supports, so guessing "over-engineered" or "under-leveraged" from journey shape alone is a fabrication risk (CLAUDE.md rule 3), not a finding.

Audit dimensions (score each 0–5, with evidence)

# Dimension What is checked
1 Stage coverage Each lifecycle stage with events has ≥ 1 journey; blind spots named (uses playbook pattern_priorities as the expectation)
2 Priority fit Are the sector's P0 patterns running? A missing P0 (e.g. no abandoned-cart in e-commerce) is automatically a Critical finding
3 Depth-vs-data fit Journey complexity matches what the data supports: 10-step branched flows on thin data = over-engineered; 2-step flows on rich data = under-leveraged
4 Trigger & exit hygiene Event triggers vs blast schedules; success exits defined; re-entry policies exist
5 Frequency & conflict Aggregate worst-case messages/user/week vs caps in knowledge/compliance/consent-and-quiet-hours.md; overlapping triggers
6 Measurement Primary KPI + guardrail per journey; holdout existence; primary KPI defined as incremental lift vs holdout, not an attributed number (see knowledge/measurement.md)
7 Copy compliance (if copy provided) Spot-check against channel hard rules + lexicon banned lists
8 Portfolio currency Has the portfolio changed (journeys added/removed) since the last conflict review? A stale conflict review — cap math not covering the current journey set — is automatically a High finding

Read the full file on GitHub · 77 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 77 lines · 73 tokens per session scan A e9364a107e6b

Subscribe to this mod's changes

lifecycle-audit is a skill published in the GitHub repository ali-demirbas/claude-lifecycle (2 stars, last pushed 20d ago), licensed MIT. It adds 73 tokens to every session and 2,012 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

geo-optimization

Use when the user wants to improve their AI visibility (GEO score) across ChatGPT, Gemini, Perplexity, Claude, Grok, DeepSeek, Meta AI, and Copilot. Covers the full optimization playbook, what each sub-score rewards, fix prioritization, and discovery stack requirements.

studiomeyer-io/studiomeyer-marketplace · 66 tokens

crm-workflow

Use when the user is working with StudioMeyer CRM and you need to pick the right tool. Covers the Lead → Contact → Deal → Pipeline flow, daily CRM routine, and how to run import/export safely.

studiomeyer-io/studiomeyer-marketplace · 47 tokens

memory-import-guide

Use when the user wants to import conversation history from ChatGPT, Claude, Gemini, Microsoft Copilot, or Perplexity into StudioMeyer Memory. Covers export steps per platform, file formats, and how to run the import safely.

studiomeyer-io/studiomeyer-marketplace · 52 tokens

memory-workflow

Use when the user is working with StudioMeyer Memory and you need to pick the right tool. Covers when to use search vs entity tools vs learn vs decide, how to structure queries, and how to avoid duplicate writes.

studiomeyer-io/studiomeyer-marketplace · 49 tokens

persona-usage

Use when the user wants to pick the right Crew persona for a task, combine multiple personas, or understand how personas differ. Covers when to activate which role, how workflows chain them, and how to avoid persona misuse.

studiomeyer-io/studiomeyer-marketplace · 48 tokens

add-vacancy

Use whenever the user wants to ingest one or more job vacancies into Job Search HQ. Triggers: /add-vacancy, "add this vacancy", "add these jobs", pasting one or more job URLs, or pasting an aggregator/search URL and asking to expand it. Handles a single URL, a bulk list, or an aggregator page (DOU / Djinni /…

Miracle-Aligner/job-search-hq · 143 tokens