agentsclimarketplace

Llm wiki team rollout

Skill po4yka/llm-wiki-skills/skills/llm-wiki-team-rollout

Plan and implement LLM-Wiki adoption for a team or company. Use for onboarding knowledge, bus factor, repo docs, decision records, PR-based agent writes, CODEOWNERS, permissions, governance, RACI/DACI, SLOs, review queues, team rituals, staffing, dashboards, security boundaries and operating models.From its SKILL.md

Install
npx -y skills add po4yka/llm-wiki-skills --skill llm-wiki-team-rollout

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 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 file declares

Copied from the file, not written here

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

9.2 KB, ~2.0k tokens by cl100k_base, as published. Nobody here has run it

LLM-Wiki Team Rollout

Goal

Introduce and operate LLM-Wiki in a team without creating an unreviewed official-looking slop layer or a hidden reliability burden.

Use references/docs/22-team-operating-model.md as the reference operating model for roles, RACI/DACI, governance, SLOs, rituals, staffing stages, dashboards, onboarding and GitOps controls.

When to use

  • A team is adopting LLM-Wiki for the first time and needs an operating model, not just tooling.
  • A pilot wiki is moving to early production and needs PR-based writes, CODEOWNERS and a review queue.
  • Leadership asks for RACI/DACI, SLOs or a rollout plan before expanding to more domains.
  • A team is deciding between read-only reports, PR-based writes, a draft wiki or direct writes.
  • An existing rollout needs a governance or maturity-stage review (e.g. moving toward regulated/24x7).

Starter templates

Use these local templates when available:

  • references/templates/team-operating-model.yaml
  • references/templates/team-raci-daci.yaml
  • references/templates/team-review-workflow.yaml
  • references/templates/team-slo-scorecard.yaml
  • references/templates/team-onboarding-checklist.md
  • references/templates/CODEOWNERS.llm-wiki

Copy only the templates that fit the rollout stage, then replace placeholder roles, owners, SLOs and review-state gates.

Inputs

  • Team size and workflows.
  • Repository/docs platform.
  • Existing docs, ADRs, onboarding material, issue/PR history, incident history and support channels.
  • Security, privacy and permission constraints.
  • Existing CODEOWNERS, branch protection and CI gates.
  • Preferred write model: read-only, PR-based, direct writes, separate draft wiki.
  • Current LLM-Wiki maturity: pilot, early production, business-critical, regulated/24x7.
  • Desired outcome: adoption plan, operating model, RACI, templates, repo changes or governance review.

Procedure

1. Identify the organizational problem

Classify the primary use case:

  • onboarding;
  • bus factor / departing experts;
  • agent context for coding workflows;
  • decision provenance;
  • incident/ops knowledge;
  • product/research knowledge;
  • customer/support knowledge;
  • cross-team handoff;
  • multi-domain knowledge governance;
  • public/internal publishing;
  • MCP/API/product interface support.

2. Choose maturity stage

StageWhat is trueSuggested posture
pilotone domain, limited users, manual review acceptable.one accountable pod, report-first metrics.
early productionrecurring ingest, CI evals, protected releases.PR-based writes, named owners, weekly reviews.
business-criticalmulti-domain, API/MCP surface, publishing/export.SLOs, incident playbooks, dedicated platform/security input.
regulated or 24x7strict approvals, strong auditability, real on-call.formal governance, support rotation, security sign-off.

3. Define operating model

Recommended default:

Product Owner + Technical Lead + Knowledge Engineer + Retrieval/Eval Engineer
+ shared Platform/SRE + shared Security + Domain Editors/SMEs + Publishing owner where needed

Use roles:

RoleOwns
Product Ownerscope, value, priority, KPI targets, rollout.
Technical Leadarchitecture, schema, API/MCP, technical decisions.
Knowledge Engineersource model, wiki structure, taxonomy, provenance, page QA.
Retrieval/Eval Engineerretrieval quality, eval datasets, scorecards, regressions.
Platform/SRECI/CD, observability, SLOs, runbooks, deployments, incidents.
Security Engineerthreat model, data boundaries, approval policy, red-team.
Domain Editor/SMEfactual acceptance and domain judgment.
Publishing/Docs Managerinformation architecture, releases, exports, training.

4. Choose write model

ModelUse whenRisk
read-only reportsearly pilot or low trustknowledge does not compound.
PR-based writesmost teamsreview queue required.
separate draft wikihigh automation or sensitive domainspromotion workflow needed.
direct writestiny trusted teams onlysilent corruption.

Default to PR/proposal-based writes for teams:

agent proposal -> branch/patch -> lint/eval/security checks -> CODEOWNERS/domain review -> merge -> index refresh

5. Define ownership and RACI

Map:

  • who owns each wiki domain/path;
  • who approves synthesis pages;
  • who owns taxonomy/schema changes;
  • who handles lint and eval failures;
  • who owns ingestion profiles;
  • who approves MCP/API/export changes;
  • who handles incident response;
  • which domains are sensitive or restricted;
  • what agents may read, propose and publish.

Use RACI for recurring execution and DACI for cross-team decisions.

Minimum RACI fields:

workflow: ""
responsible: []
accountable: ""
consulted: []
informed: []
required_checks: []
escalation: ""

6. Add governance layers

Ensure the rollout covers:

LayerMechanism
domain ownershippath owners, CODEOWNERS, SMEs.
technical ownershiparchitect, ADRs, schemas, MCP/OpenAPI contracts.
quality governanceevals, scorecards, lint, review backlog.
security governancethreat model, model policy, redaction, incident playbook.
publishing governanceexport profiles, manifests, release approvals.
operational governanceSLOs, runbooks, alerts, error budget policy.

7. Start with high-value domains

Good first domains:

  • onboarding map;
  • architecture overview;
  • ADR/decision history;
  • repo conventions;
  • incident postmortems;
  • product terminology;
  • recurring support questions;
  • policy/runbook pages with clear owners.

Avoid migrating everything at once.

8. Define metrics and SLOs

Track:

  • retrieval hit rate;
  • citation coverage;
  • unsupported-claim rate;
  • review backlog count;
  • median review age;
  • stale verified pages;
  • source/index freshness lag;
  • agent mistakes caused by missing context;
  • PR cycle time for documentation updates;
  • docs read/write ratio;
  • onboarding questions answered from the wiki;
  • public/agent export failures;
  • incident count and MTTR;
  • team toil percentage.

Example gates:

review_queue:
  median_age_days_max: 7
  high_risk_age_days_max: 3
retrieval:
  recall_at_10_min: 0.80
grounding:
  citation_coverage_min: 0.90
  material_unsupported_claims_max: 0
publishing:
  blocking_redaction_findings_max: 0
operations:
  index_freshness_hours_max: 24

9. Define operating rituals

Recommended cadence:

CadenceRitual
daily asyncingest/retrieval/security triage.
weeklyretrieval/eval review.
weeklyreview queue grooming.
weekly/biweeklyrelease/export review.
biweeklyarchitecture/security review.
monthlyteam health and toil review.
monthlyscorecard review.
quarterlyoperating model review.
per incidentincident command and postmortem.

10. Add GitOps controls

Recommend:

  • CODEOWNERS for wiki/, raw/manifests/, skills/, templates/, .github/, api/, mcp/, exports/profiles/, evals/;
  • branch protection or rulesets;
  • required PR reviews;
  • required checks by PR type;
  • protected environments for publishing/deployment;
  • minimal workflow permissions;
  • artifact manifests and scorecards.

11. Create rollout plan

Use phases:

  1. team charter, working agreements, owners, initial RACI;
  2. read-only inventory;
  3. draft wiki for one domain;
  4. PR-based updates and review states;
  5. weekly lint/eval/security review;
  6. onboarding/query usage;
  7. export/MCP/API only after gates exist;
  8. expand to more domains;
  9. operating scorecard and maturity review.

Output

## Team rollout recommendation

## Primary use case

## Maturity stage

## Proposed operating model

## Roles and RACI

## Proposed write model

## Ownership and review policy

## Initial domains

## Repository and GitOps controls

## SLOs, metrics and dashboards

## Rituals and cadences

## Onboarding plan

## Rollout phases

## Risks and mitigations

## Follow-up skills

Safety gates

  • Do not recommend direct writes for teams without a named reviewer and rollback path.
  • Do not index restricted material into broadly readable wiki pages.
  • Do not blur draft and verified knowledge.
  • Do not let lint/eval agents silently resolve truth conflicts.
  • Do not recommend public export, llms-full.txt, MCP/API or agent-bundle rollout before redaction, eval and approval gates exist.
  • Do not recommend 24x7 support without a sustainable on-call staffing plan.

What ships with it: 7 files

36.6 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.