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.
npx agentmods add skills/unbergant/bergant-workflow/lifecyclenpx skills add UnBergant/bergant-workflow --skill lifecyclegit clone --depth 1 https://github.com/UnBergant/bergant-workflowWrote 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.
[](https://agentmods.dev/skills/unbergant/bergant-workflow/lifecycle)<a href="https://agentmods.dev/skills/unbergant/bergant-workflow/lifecycle"><img src="https://agentmods.dev/badge/skills/unbergant/bergant-workflow/lifecycle.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00038 | $0.02285 |
| Opus 5 | $0.00019 | $0.01143 |
| Sonnet 5 | $0.00008 | $0.00457 |
| Haiku 4.5 | $0.00004 | $0.00229 |
Grade A, and why
lifecycle 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lifecycle Orchestrator
Runs one slice to a merged PR. It does not need project-init to have run: on a project
with no plan documents the scope comes from what the user described at start, and SCOPE is
the gate that pins it down. Use project-init only when what to build has not been decided.
Routing
status (or no arguments): execute INLINE — read .lifecycle-state.json and display the status table directly. Do NOT launch an agent. See "Status display" section below.
This skill's directory (its reference files live here) — resolved at runtime: !echo ${CLAUDE_SKILL_DIR}
The plugin's scripts directory — resolved at runtime: !echo ${CLAUDE_PLUGIN_ROOT}/scripts
Both paths must be substituted into the agent prompt as literal absolute paths. Reference
files are read as raw bytes: a ${CLAUDE_PLUGIN_ROOT} written inside steps.md arrives at the
model unexpanded and runs as bash "/scripts/detect-project.sh", which does not exist.
skip-compact: execute INLINE. Do NOT launch an agent — the compact gate blocks agent
launches, and this command exists to lift that block, so routing it through an agent means the
only way out of the gate is itself gated.
Write the state with jq through Bash, which is the one tool the compact gate does not match:
jq '.awaitingCompact = false
| .compactSkippedAt = (now | todate)
| .compactSkippedBefore = (.currentStep // "unknown")' .lifecycle-state.json > .lifecycle-state.json.tmp \
&& mv .lifecycle-state.json.tmp .lifecycle-state.json
This is the single exception to the "always write state with the Write tool" rule below, and it
exists only because Write is gated too. Run it only when the user asked for it in so many
words. Then tell them the gate is lifted and which step it was lifted before.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- today Changed · +55 lines 09e75da9c6f1
- 5d ago First seen · 88 lines · 38 tokens per session scan A c6e3faa8c6d6
lifecycle is a skill published in the GitHub repository UnBergant/bergant-workflow (5 stars, last pushed 4d ago), licensed MIT. It adds 38 tokens to every session and 2,285 once invoked, about $0.0002 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.
Other skills, from other repositories
planflow
Draft a plan and get it approved as an editable flowchart in the user's browser before executing. Use when the user asks to plan a task with PlanFlow, or wants to review, edit, or approve a plan before any code changes are made.
chief-revenue-officer
Owns the revenue engine end to end: sales, monetization, pricing, customer success, retention, and partnerships. Use this for pricing and packaging decisions, sales strategy and coverage, forecast and pipeline health, churn and expansion, partner and channel strategy, or when marketing-sourced demand is not…
chief-strategy-officer
Owns where the business plays and how it wins over a multi-year horizon — portfolio choices, corporate development, strategic partnerships, and planning under uncertainty. Use this for a decision about which markets or businesses to be in, whether to build, buy, or partner, how to allocate capital across business…
financial-statement-analysis
Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…
youtube-producer
Plans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video or channel underperforms. Use this for video ideas, packaging, scripting, a retention teardown, or channel strategy — including when someone describes a…
interface-craft
Raises the visual and interaction quality of an interface — layout, hierarchy, type, spacing, density, and the details that separate a considered product from a generic one. Use this when a screen works but looks unfinished or default, when a layout feels crowded or arbitrary, when a page has no clear focal point, or…