Resources: the product's own templates
Every file on this page is the actual artifact the enterprise-skills package ships, copied verbatim. The notes on each card say what reads it and when.
Governance strictness profiles
enterprise-skills initThe profile table the activation planner reads when it classifies a project. Each profile sets its required and optional skills and per-feature strictness under governance_features. Useful as a reference for tuning your own project's profile in .project-ai/.
Download governance-profiles.yamlModel Autopilot plan template
enterprise-skills autopilot onThe step-by-step plan file the autopilot reads every turn when enabled. Each step pins a required model, a scope the agent may work in, and the handoff prompt for the next step; you change models in your IDE's picker yourself, and enterprise-skills autopilot ides prints the labels for your IDE.
Download MODEL_AUTOPILOT.yamlCanonical rules registry
enterprise-skills initThe rule definitions the CLI renders into each editor's native format (.cursor/rules, Copilot instructions, CLAUDE.md and the rest). Each rule lists its rendering targets under adapter_rendering; the model-autopilot entry carries the full eight-IDE map.
Download canonical-rules.yamlThese files are also in every npm install of enterprise-skills, under the package's templates directory. The downloads exist so you can read them before installing anything.