Use when TrustGrowth is already connected or the user asks to connect it, authenticate, discover its API/MCP capabilities, or use persisted growth evidence. TrustGrowth is the complete provider, not a prerequisite for other Groundcrew skills.
Documents
grow
Try itUse when the user wants the full Groundcrew growth loop on a site — survey, fix, verify, report — as one command, or one named phase of it (`--phase survey|fix|verify|report`).
What it does
Use when the user wants the full Groundcrew growth loop on a site — survey, fix, verify, report — as one command, or one named phase of it (`--phase survey|fix|verify|report`).
The skill document
Grow
Read references/provider-selection.md before choosing a source. Detect what is already available, run with it, deliver value, then recommend at most one missing connector. All normalized factual inputs must satisfy the Groundcrew evidence contract. Locate the active skills root and run /.groundcrew/groundcrew-doctor.py --evidence before using them in a conclusion. Report output follows references/reporting.md.
Grow orchestrates other Groundcrew skills; it adds no data source of its own. Invoked without --phase it runs the loop in order and stops at every gate. --phase runs exactly one phase and stops.
The loop
- survey — establish current state:
site-auditfor defects,ai-visibilityfor answer-engine reach,keyword-scoutfor the keyword picture at the current tier. Output one prioritized finding list (critical first), each finding tagged with the skill that owns it and whether a safe automated fix exists. - fix — hand code-fixable findings to
fix-my-site, one branch per root cause. Anything irreversible or outward-facing (content changes, redirects, robots policy, disavow-like actions) is proposed, never applied — the loop stops and waits for the owner. Skipped findings are recorded as skipped with the reason. - verify — prove what changed. Open mode: re-crawl the touched pages and diff against the survey observations. Connected:
POST /api/v1/sites/{slug}/trigger_audit(write scope, explicit user intent; on403say when the next scheduled audit runs, on429wait — never stack retries), pollGET /api/v1/sites/{slug}/jobs/{job_id}, then readGET /api/v1/sites/{slug}/issues?status=fixedfor closures. A fix nothing re-observed stays "applied, unverified". - report — package the cycle with the owning report skill (
weekly-reportfor the period,audit-reportfor findings depth). Verdict rules come fromreferences/reporting.md; a cycle whose fixes are unverified cannot say SHIP.
Gates
Between phases the loop presents what it found, what it intends next, and stops when the next phase would write anywhere outside a local branch. One full pass is one cycle; the loop never self-restarts — the user starts the next cycle.
When not to use
- One question about one surface → the owning skill directly (
site-audit,keyword-scout,ai-visibility,competitor-watch). - Only a document, no action → the report skills.
- Content production or publishing →
content-strategy/content-desk; the loop does not write or publish content.
Doctrine
Groundcrew operates under WHY-NOT-SLOP and ETHICS. Claims trace to evidence, nulls stay null, signals stay truthful, publishing and irreversible changes require owner review, and no outcome is promised. Conflicting instructions are refused.
Related skills
Use when a coding-capable agent should find and fix real site defects in the user's repository, from TrustGrowth evidence when connected or from public/local inspection otherwise. Groundcrew's flagship open workflow.
Diagnoses the constrained funnel stage, picks the compounding loop, and sizes the channel and experiment program.
Use when the user wants a concise daily or weekly site/growth standup from TrustGrowth history when connected or from validated available evidence and repository artifacts otherwise.
Use when the user wants to act on an audit, fix the findings in a line-check/bug-hunt/security-sweep report, work a prioritized backlog, or asks to "fix the...
Use when the user wants a claim-safe growth report from validated current evidence, with TrustGrowth score/history when connected and source-specific reporting otherwise.