Orchestrate an evidence-backed seven-stage Roblox site growth pipeline from opportunity assessment through keyword research, source collection, site planning, SEO QA, freshness, and growth. Use when work needs staged artifacts and explicit handoffs rather than a one-click site generator.
npx skills add https://github.com/kennyzir/7deer_skills --skill roblox-site-architect
Coordinate research, planning, implementation, validation, and growth work for a Roblox-focused site. This Skill is a workflow orchestrator: it defines stage gates and deliverables, but it does not claim to generate or deploy a complete production site by itself.
The pipeline has seven ordered stages. Each stage writes one durable Markdown artifact under <project-root>/pipeline/ using the schema in references/pipeline-contracts.md. Read that contract before starting or resuming work.
Use a named supporting Skill only when it is available in the current environment and relevant to the request. If it is unavailable, either:
partial or blocked, record the missing capability and evidence gap, and stop at the affected gate.Never state that a Skill, tool, build, deployment, submission, or external action ran unless its actual result is available in the current work record.
complete: all exit criteria are met with cited evidence.partial: useful work exists, but named gaps remain. Proceed only when those gaps cannot invalidate the next decision.blocked: a required input, authorization, or capability is absent. Do not advance.When resuming, inspect existing artifacts in numeric order. Preserve prior evidence, note superseded conclusions, and update timestamps instead of silently rewriting history.
Establish these before Stage 01:
<project-root> if a target project already exists;Unknown inputs stay explicitly unknown. A game name alone does not authorize building, purchasing, publishing, or outreach.
Use scripts/init_pipeline.py to prepare the seven contract artifacts from the maintained pipeline templates. The initializer creates only <project-root>/pipeline/ and its seven Markdown files; it does not build a website or access the network.
Run a dry-run first from any working directory. Dry-run is the default and prints a JSON plan without creating files:
python3 /path/to/roblox-site-architect/scripts/init_pipeline.py \
--project-root /path/to/project \
--game "Canonical Roblox game name" \
--scope "Bounded research and delivery scope"
After reviewing the resolved targets, add --apply to create all seven files. The initializer validates every input, template, and target before writing; if any target artifact already exists, it fails without overwriting or creating the other artifacts. There is no force mode.
Initialize a project only once. To resume or repair an existing pipeline, inspect its artifacts in numeric order and continue from their recorded state; never rerun initialization over an existing artifact set.
Purpose: decide whether the game/site opportunity deserves further research.
Preferred supporting Skill: roblox-hit-evaluator when available.
Entry criteria
Work
Artifact: <project-root>/pipeline/01-opportunity-report.md.
Exit criteria
pursue, hold, or reject decision is stated with evidence and confidence limits.blocked stops the pipeline; reject ends it unless the user changes the objective.Purpose: turn the opportunity into a prioritized, non-duplicative search-demand map.
Preferred supporting Skills: site-keyword-research, keyword-competition-analysis, and google-trends-to-pages when available and relevant.
Entry criteria
complete, or its remaining gaps do not affect keyword discovery.Work
Artifact: <project-root>/pipeline/02-keyword-map.md.
Exit criteria
Purpose: assemble a source ledger that can support every factual page claim.
Preferred supporting Skills: roblox-game-data-scraper for supported public Trello collection, youtube-transcribe for supplied or accessible videos, and other relevant evidence Skills when available.
Entry criteria
Work
Artifact: <project-root>/pipeline/03-source-ledger.md.
Exit criteria
Purpose: convert validated demand and evidence into a scoped information architecture and local implementation.
Preferred supporting Skill: multi-game-codes-hub for its implemented codes-page generator when relevant; otherwise work directly in the target project with its existing framework and conventions.
This orchestrator does not include a complete starter project. Implement inside the confirmed target project, or use a separately available supporting Skill whose starter/output has been validated for that project.
Entry criteria
<project-root> and local change scope are confirmed before implementation.Work
Artifact: <project-root>/pipeline/04-site-plan.md.
Exit criteria
planned, implemented, verified, and deferred routes.Purpose: validate technical/content SEO and determine release readiness; deploy only with authorization.
Preferred supporting Skills: nextjs-seo-foundations, nextjs-seo-booster, and seo-auditor when applicable and available.
Entry criteria
Work
Artifact: <project-root>/pipeline/05-seo-audit.md.
Exit criteria
ready, not-ready, or released with evidence.released is used only when a real deployment result and reachable target are available.Purpose: record deployment state and define a maintainable evidence-refresh loop.
Preferred supporting Skills: seo-autopilot and auto-page-sync only when their implemented capabilities match the target project.
Entry criteria
Work
not deployed.Artifact: <project-root>/pipeline/06-deployment-report.md.
Exit criteria
not deployed.Purpose: prioritize measurable distribution and authority-building experiments after the site is ready.
Preferred supporting Skills: backlink-discovery, seo-link-strategy, and seo-backlink-submitter when available and relevant.
Entry criteria
Work
Artifact: <project-root>/pipeline/07-growth-backlog.md.
Exit criteria
For every artifact and page claim, label the epistemic state:
Never fill a missing value with a plausible genre default. Game codes, numeric stats, item values, dates, and redemption steps require source-level support. Community consensus must remain attributed as community evidence.
generated_at records when an artifact or page was produced. It is not a verification timestamp. Use observed_at for when a source was actually checked, and never convert generation time into a claim that content was verified or updated.
The following actions require the user's explicit authorization for the specific target and action:
Research, drafts, local files, and dry-run plans do not authorize those effects. Immediately before an authorized action, confirm that the target and payload still match the request. Record the actual result, failure, or uncertainty. Without a real result, use planned, prepared, attempted, or unknown—never deployed, sent, submitted, indexed, or completed.
blocked; state the missing input, why it matters, and the smallest user action needed.partial artifact may hand off only when its gaps cannot invalidate the next stage; copy those gaps forward.Historical case studies and earlier execution manuals are isolated under references/legacy/. They are not loaded by default, are not current instructions, and may contain stale product assumptions, unsupported metrics, or project-specific architecture. Read a legacy file only when the user explicitly asks for that historical case or when a specific retrospective is needed to explain a decision; validate every claim before reuse.
Take kennyzir/roblox-site-architect from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.