Bounded growth loop
Skill markoblogo/abvx-agent-skills/skills/bounded-growth-loop
Reviewable capability layer for coding agents. Portable skills, delivery gates, workflow patterns, and verification-first engineering.
npx -y skills add markoblogo/abvx-agent-skills --skill bounded-growth-loopAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Design a small recurring product, content, SEO, analytics, or go-to-market review loop with evidence checks, durable state, explicit stop rules, and approval-gated outputs. Use before scheduling recurring growth work or turning a repeated marketing task into an agent loop.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.0 KB, as published. Nobody here has run it
Bounded Growth Loop
Turn a proven recurring review into a safe, useful loop. The default output is a report or draft, never an unreviewed external action.
Use When
- a content freshness, SEO, funnel, partner, activation, or market-positioning review repeats on a cadence;
- a team wants a weekly or monthly operating rhythm without a full marketing runtime;
- a recurring agent task needs state, deduplication, evidence checks, and a clear human gate.
Loop Contract
Specify all of these before scheduling:
- cadence and trigger;
- action condition, distinct from the check itself;
- one intended outcome and bounded scope;
- source and product context inputs;
- self-check and evidence threshold;
- durable state, dedupe key, cooldown, and run log;
- proposal output location;
- stop, error, and escalation rules;
- approval boundary and rollback/discard path.
Workflow
- Read
docs/product-context.mdor the repo's equivalent. - Select one narrow loop; begin report-only or proposal-first.
- Match cadence to signal speed and sample size; do not create daily noise for slow signals.
- Define the condition that authorizes a recommendation or draft.
- Retain the report, evidence, and state outside ephemeral chat.
- Run a verifier before proposing action; distinguish tracking defects, seasonality, and real changes.
- Send external copy, publishing, scheduling, spend, pricing, outreach, or product mutations through explicit approval.
- Review whether the loop is still useful; pause it when it creates noise or no one acts on its output.
Default Levels
L1 report-only: reads and summarizes with no external mutation.L2 proposal-first: creates reviewable drafts or PRs behind a human gate.L3 governed: only after durable state, verifier evidence, budget limits, run log, rollback, and controlled settlement exist.
Guardrails
- Do not auto-publish, auto-send, shift ad spend, alter pricing, or contact people.
- Do not act on sparse, stale, personally identifiable, or unverified data.
- Do not treat a dashboard movement as causation; record alternative explanations.
- Keep the loop product-specific and delete it when it no longer earns its operating cost.
Pair With
product-contextfor approved product language and boundaries;loop-readiness-reviewfor readiness classification;bounded-evaluationfor the verifier;reversible-agent-taskandsocial-publishing-gatefor proposal and publication settlement.
Provenance
Adapted from coreyhaines31/marketingskills recurring-loop structure, aligned with ABVX proposal-first execution and loop-readiness gates rather than a marketing automation runtime.