Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-handover-docs-v2-into-docs-v2-dev-20260518.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

AI Features

The AI layer has two audiences: readers who consume AI-ready docs artifacts, and contributors or agents who use repo-native adapters, skills, and governance workflows. The ownerless standard applies to both: AI outputs must be generated from canonical sources, and AI agents must follow the same gates as humans.

Public AI Surfaces

SurfacePurposeCanonical sourceRepair or generation path
llms.txtAI-first root artifact for crawlers and assistant ingestion.docs.json, docs content, operations/scripts/generators/ai/llm/generate-llms-files.jsnode operations/scripts/generators/ai/llm/generate-llms-files.js --write
sitemap-ai.xmlAI-oriented sitemap for docs retrieval.docs.json, operations/scripts/generators/content/seo/generate-ai-sitemap.jslpd ai-sitemap --write
Mintlify AI assistantReader-facing assistant backed by published docs.Published Mintlify docs siteFix source pages and redeploy, not assistant answers directly.
Mintlify MCPExternal tool access to published docs.Mintlify project configurationValidate published docs and route coverage.

Agent Adapters

AgentRepo adapterRole
Codex.github/AGENTS.md, .codex/task-contract.yamlTask isolation, branch contracts, staged scope validation, no-stash safety.
Claude Code.claude/CLAUDE.md, .claude/skills/Project context, canonical skills, session workflows.
Cursor.cursor/rules/repo-governance.mdc, .cursor/rules/no-deletions.mdcGovernance and deletion guardrails.
Windsurf.windsurf/rules/repo-governance.mdGovernance and repo safety rules.
Augment.augment/rules/Governance, git safety, and deletion guardrails.
GitHub Copilot.github/copilot-instructions.mdInline coding guidance.
All adapters inherit the root baseline in AGENTS.md. Adapter-specific files should only add tool-specific behavior, not contradict root governance.

Skills and Agent Workflows

There are 34 local skills under ai-tools/ai-skills/. They fall into seven practical groups:
GroupSkillsPurpose
Session and processthread, pm, research, design, build, iterate, close, dispatch, agent-brief, diagnose, propagatePlan, research, design, execute, review, and close work with evidence.
Content and docsdocs-copy, page-authoring, content-pipeline-pass-a, content-pipeline-pass-b, content-pipeline-tab-mapProduce and review docs using the content pipeline.
Review and auditrepo-audit-orchestrator, docs-coverage-and-route-integrity-audit, docs-quality-and-freshness-audit, rubric-static-review, script-footprint-and-usage-auditFind structural, content, and governance issues.
Governance creationcreate-action, create-component, create-script, skill-docs, generated-mdx-banners-governanceScaffold governed artifacts with required metadata.
Component governancecomponent-layout-governance, create-componentKeep UI primitives aligned with the component framework.
Cleanupcleanup-quarantine-manager, script-footprint-and-usage-auditClassify, quarantine, and retire stale artifacts through approved paths.
Agent packagingcross-agent-packager, browser, product-thinking, style-and-language-homogenizer-en-gbPackage skills and support specialized execution.

AI Governance Contracts

ContractWhy it mattersValidation surface
Agent baseline freshnessAll AI adapters should reflect the same core repo rules.operations/scripts/validators/governance/compliance/check-agent-docs-freshness.js
Codex task isolationAI task branches must declare scope and avoid overlapping or hidden work..codex/task-contract.yaml, operations/scripts/validators/ai/codex/validate-locks.js
Skill registry paritySkills and generated agent packs should remain synchronized.ai-tools/registry/, operations/scripts/generators/governance/catalogs/generate-ai-skills-indexes.js
Public AI artifactsAI-facing root files must be generated and validated from current nav/content.lpd ai-sitemap --check, llms file validators

AI Pipeline Risks

RiskCurrent evidenceRequired fix
Skill count driftdocs-guide/features/ai-features.mdx previously documented 28 skills; live inventory has 34.Use generated skill indexes or cite live inventory rather than hand-maintained counts.
Old validator referencesSome guides still point at missing or renamed validator paths.Route AI-tool checks through current operations/scripts/generators/governance/catalogs/* and compliance validators.
Agent adapter duplicationMultiple adapters repeat governance rules.Keep root policy in AGENTS.md and make adapters thin, tool-specific extensions.
AI artifact driftllms.txt, sitemap-ai.xml, and docs indexes can become stale after nav or content moves.Regenerate in the same change as route/content movement and run staged validation.

Contributor Rules

  • Do not edit generated AI artifacts by hand.
  • Do not add a new skill without a SKILL.md, registry path, and validation story.
  • Do not treat AI-generated reports as source of truth unless their generator and source inputs are named.
  • Do not bypass branch or deletion rules for AI work.
  • docs-guide/tooling/ai-tools.mdx
  • docs-guide/policies/agent-governance-framework.mdx
  • docs-guide/policies/ownerless-governance.mdx
  • ai-tools/registry/ai-tools-inventory.md
Last modified on May 19, 2026