@openplanr/protocol 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +82 -0
  3. package/lib/dashboard/closed-json-contract.mjs +141 -0
  4. package/lib/dashboard/generated/operate-experience-surface-schema-data.mjs +67 -0
  5. package/lib/dashboard/generated/operate-review-schema-data.mjs +35 -0
  6. package/lib/dashboard/generated/operate-schema-token-codec.mjs +127 -0
  7. package/lib/dashboard/operate-experience-audit-display-contract.d.mts +196 -0
  8. package/lib/dashboard/operate-experience-audit-display-contract.mjs +700 -0
  9. package/lib/dashboard/operate-experience-display-contract.d.mts +572 -0
  10. package/lib/dashboard/operate-experience-display-contract.mjs +1007 -0
  11. package/lib/dashboard/operate-experience-surface-contract.d.mts +157 -0
  12. package/lib/dashboard/operate-experience-surface-contract.mjs +91 -0
  13. package/lib/dashboard/operate-review-contract.d.mts +34 -0
  14. package/lib/dashboard/operate-review-contract.mjs +175 -0
  15. package/lib/dashboard/operate-review-display-workspace-contract.d.mts +54 -0
  16. package/lib/dashboard/operate-review-display-workspace-contract.mjs +258 -0
  17. package/lib/dashboard/operate-review-payload-safety.d.mts +7 -0
  18. package/lib/dashboard/operate-review-payload-safety.mjs +42 -0
  19. package/lib/dashboard/operate-review-workspace-projection-v2.d.mts +218 -0
  20. package/lib/protocol/index.d.ts +2638 -0
  21. package/package.json +115 -0
  22. package/registries/commands.json +1952 -0
  23. package/registries/diagram-grammars.json +2407 -0
  24. package/registries/diagram-semantic-patterns.json +111 -0
  25. package/registries/output-paths.json +40 -0
  26. package/registries/outputs.json +864 -0
  27. package/registries/roles.json +661 -0
  28. package/registries/rules.json +261 -0
  29. package/registries/skill-host-profiles.json +247 -0
  30. package/registries/skill-modules.json +1112 -0
  31. package/registries/skill-routing.json +389 -0
  32. package/registries/skills.json +1545 -0
  33. package/registries/task-kinds.json +220 -0
  34. package/registry/adapters.json +110 -0
  35. package/registry/artifact-theme.json +60 -0
  36. package/registry/evaluation-graders.json +303 -0
  37. package/registry/evaluation-host-profiles.json +131 -0
  38. package/registry/frozen-commands.json +15 -0
  39. package/registry/landing-operations.json +20 -0
  40. package/registry/landing-workflows.json +70 -0
  41. package/registry/live-evidence-providers.json +1 -0
  42. package/registry/operate-v2-contracts.json +5965 -0
  43. package/registry/professional-skills.json +115 -0
  44. package/registry/roles.json +14 -0
  45. package/registry/ship-review-specialists.json +42 -0
  46. package/schemas/v1.0.0/design-approved.schema.json +35 -0
  47. package/schemas/v1.0.0/design-feedback.schema.json +169 -0
  48. package/schemas/v1.0.0/design-manifest.schema.json +90 -0
  49. package/schemas/v1.0.0/design-session.schema.json +73 -0
  50. package/schemas/v1.0.0/graph.schema.json +100 -0
  51. package/schemas/v1.0.0/pipeline-shipped.schema.json +154 -0
  52. package/schemas/v1.0.0/run-manifest.schema.json +81 -0
  53. package/schemas/v1.0.0/spec.schema.json +120 -0
  54. package/schemas/v1.0.0/stack.schema.json +184 -0
  55. package/schemas/v1.0.0/story.schema.json +95 -0
  56. package/schemas/v1.0.0/task.schema.json +171 -0
  57. package/schemas/v1.0.0/taste-profile.schema.json +96 -0
  58. package/schemas/v1.1.0/adapter-registry.schema.json +72 -0
  59. package/schemas/v1.1.0/artifact-envelope.schema.json +142 -0
  60. package/schemas/v1.1.0/artifact-paste.schema.json +49 -0
  61. package/schemas/v1.1.0/artifact-review.schema.json +97 -0
  62. package/schemas/v1.1.0/artifact-room-descriptor.schema.json +39 -0
  63. package/schemas/v1.1.0/artifact-room-event.schema.json +184 -0
  64. package/schemas/v1.1.0/artifact-room-signed-event.schema.json +58 -0
  65. package/schemas/v1.1.0/artifact-theme.schema.json +139 -0
  66. package/schemas/v1.1.0/browser-qa-gate.schema.json +21 -0
  67. package/schemas/v1.1.0/browser-qa-result.schema.json +24 -0
  68. package/schemas/v1.1.0/browser-qa-session.schema.json +12 -0
  69. package/schemas/v1.1.0/ecosystem-manifest.schema.json +46 -0
  70. package/schemas/v1.1.0/investigation-diagnosis.schema.json +12 -0
  71. package/schemas/v1.1.0/investigation-event.schema.json +15 -0
  72. package/schemas/v1.1.0/investigation-experiment.schema.json +17 -0
  73. package/schemas/v1.1.0/investigation-fix.schema.json +11 -0
  74. package/schemas/v1.1.0/investigation-hypothesis.schema.json +6 -0
  75. package/schemas/v1.1.0/investigation-observation.schema.json +10 -0
  76. package/schemas/v1.1.0/investigation-receipt.schema.json +7 -0
  77. package/schemas/v1.1.0/investigation-record.schema.json +7 -0
  78. package/schemas/v1.1.0/investigation-request.schema.json +34 -0
  79. package/schemas/v1.1.0/planning-review-event.schema.json +64 -0
  80. package/schemas/v1.1.0/planning-review-receipt.schema.json +19 -0
  81. package/schemas/v1.1.0/planning-review-record.schema.json +176 -0
  82. package/schemas/v1.1.0/planning-review-state.schema.json +19 -0
  83. package/schemas/v1.1.0/professional-skills.schema.json +105 -0
  84. package/schemas/v1.1.0/professional-specification.schema.json +111 -0
  85. package/schemas/v1.1.0/provenance-event.schema.json +82 -0
  86. package/schemas/v1.1.0/role-registry.schema.json +28 -0
  87. package/schemas/v1.1.0/runtime-lock.schema.json +39 -0
  88. package/schemas/v1.1.0/ship-closure.schema.json +353 -0
  89. package/schemas/v1.1.0/ship-review-specialist-registry.schema.json +29 -0
  90. package/schemas/v1.1.0/ship-risk-classification.schema.json +48 -0
  91. package/schemas/v1.1.0/specialist-review-result.schema.json +19 -0
  92. package/schemas/v1.10.0/design-review-bundle.schema.json +584 -0
  93. package/schemas/v1.10.0/design-review-context.schema.json +191 -0
  94. package/schemas/v1.10.0/design-review-handoff.schema.json +407 -0
  95. package/schemas/v1.10.0/design-review-metadata-payload.schema.json +106 -0
  96. package/schemas/v1.11.0/design-review-metadata-payload.schema.json +107 -0
  97. package/schemas/v1.12.0/enterprise-access-context.schema.json +217 -0
  98. package/schemas/v1.12.0/enterprise-agent-handoff.schema.json +508 -0
  99. package/schemas/v1.12.0/enterprise-artifact-revision.schema.json +87 -0
  100. package/schemas/v1.12.0/enterprise-change-proposal.schema.json +359 -0
  101. package/schemas/v1.12.0/enterprise-evidence-reference.schema.json +147 -0
  102. package/schemas/v1.12.0/enterprise-review-thread.schema.json +278 -0
  103. package/schemas/v1.12.0/enterprise-sync-state.schema.json +169 -0
  104. package/schemas/v1.2.0/adapter-registry.schema.json +83 -0
  105. package/schemas/v1.2.0/dashboard-bootstrap.schema.json +219 -0
  106. package/schemas/v1.2.0/ecosystem-release-operation.schema.json +90 -0
  107. package/schemas/v1.2.0/ecosystem-saga.schema.json +54 -0
  108. package/schemas/v1.2.0/evidence-diagnostic.schema.json +77 -0
  109. package/schemas/v1.2.0/guided-answer-envelope.schema.json +73 -0
  110. package/schemas/v1.2.0/guided-confirmation.schema.json +128 -0
  111. package/schemas/v1.2.0/guided-question.schema.json +242 -0
  112. package/schemas/v1.2.0/guided-questionnaire.schema.json +278 -0
  113. package/schemas/v1.2.0/guided-session.schema.json +141 -0
  114. package/schemas/v1.2.0/landing-confirmation.schema.json +17 -0
  115. package/schemas/v1.2.0/landing-event.schema.json +12 -0
  116. package/schemas/v1.2.0/landing-operation-registry.schema.json +16 -0
  117. package/schemas/v1.2.0/landing-phase-receipt.schema.json +19 -0
  118. package/schemas/v1.2.0/landing-plan.schema.json +36 -0
  119. package/schemas/v1.2.0/landing-receipt.schema.json +12 -0
  120. package/schemas/v1.2.0/landing-workflow-catalog.schema.json +143 -0
  121. package/schemas/v1.2.0/operate-action-display-workspace.schema.json +119 -0
  122. package/schemas/v1.2.0/operate-cycle-display-workspace.schema.json +109 -0
  123. package/schemas/v1.2.0/operate-executive-board-display-surface.schema.json +72 -0
  124. package/schemas/v1.2.0/operate-experience-audit-display-surface.schema.json +328 -0
  125. package/schemas/v1.2.0/operate-experience-display-surface.schema.json +46 -0
  126. package/schemas/v1.2.0/operate-experience-surface.schema.json +590 -0
  127. package/schemas/v1.2.0/operate-recovery-display-surface.schema.json +85 -0
  128. package/schemas/v1.2.0/structured-action.schema.json +91 -0
  129. package/schemas/v1.3.0/adapter-registry.schema.json +84 -0
  130. package/schemas/v1.3.0/ecosystem-manifest.schema.json +120 -0
  131. package/schemas/v1.3.0/release-compatibility-claim.schema.json +46 -0
  132. package/schemas/v1.3.0/release-ledger-receipt.schema.json +45 -0
  133. package/schemas/v1.3.0/release-ledger.schema.json +60 -0
  134. package/schemas/v1.4.0/adapter-registry.schema.json +62 -0
  135. package/schemas/v1.4.0/evaluation-aggregate-report.schema.json +166 -0
  136. package/schemas/v1.4.0/evaluation-budget.schema.json +49 -0
  137. package/schemas/v1.4.0/evaluation-corpus.schema.json +93 -0
  138. package/schemas/v1.4.0/evaluation-fixture.schema.json +64 -0
  139. package/schemas/v1.4.0/evaluation-gate-policy.schema.json +33 -0
  140. package/schemas/v1.4.0/evaluation-grader-registration.schema.json +141 -0
  141. package/schemas/v1.4.0/evaluation-grader-registry.schema.json +20 -0
  142. package/schemas/v1.4.0/evaluation-host-profile-registry.schema.json +20 -0
  143. package/schemas/v1.4.0/evaluation-host-profile.schema.json +73 -0
  144. package/schemas/v1.4.0/evaluation-observation.schema.json +76 -0
  145. package/schemas/v1.4.0/evaluation-run-result.schema.json +84 -0
  146. package/schemas/v1.4.0/evaluation-scenario.schema.json +231 -0
  147. package/schemas/v1.4.0/evaluation-waiver.schema.json +65 -0
  148. package/schemas/v1.4.0/skill-certification-receipt.schema.json +103 -0
  149. package/schemas/v1.5.0/command-catalog.schema.json +296 -0
  150. package/schemas/v1.5.0/common.schema.json +261 -0
  151. package/schemas/v1.5.0/generated-asset-manifest.schema.json +313 -0
  152. package/schemas/v1.5.0/implementation-result.schema.json +152 -0
  153. package/schemas/v1.5.0/migration-preservation-manifest.schema.json +749 -0
  154. package/schemas/v1.5.0/output-catalog.schema.json +210 -0
  155. package/schemas/v1.5.0/output-path-catalog.schema.json +81 -0
  156. package/schemas/v1.5.0/role-registry.schema.json +261 -0
  157. package/schemas/v1.5.0/rule-catalog.schema.json +130 -0
  158. package/schemas/v1.5.0/skill-catalog.schema.json +303 -0
  159. package/schemas/v1.5.0/task-kind-registry.schema.json +167 -0
  160. package/schemas/v1.5.0/task-manifest.schema.json +373 -0
  161. package/schemas/v1.5.0/task-output-manifest.schema.json +462 -0
  162. package/schemas/v1.6.0/common.schema.json +462 -0
  163. package/schemas/v1.6.0/diagram-consumer-reference.schema.json +167 -0
  164. package/schemas/v1.6.0/diagram-document.schema.json +699 -0
  165. package/schemas/v1.6.0/diagram-fidelity-report.schema.json +137 -0
  166. package/schemas/v1.6.0/diagram-manifest.schema.json +162 -0
  167. package/schemas/v1.6.0/diagram-quality-report.schema.json +148 -0
  168. package/schemas/v1.6.0/diagram-review-binding.schema.json +132 -0
  169. package/schemas/v1.6.0/diagram-semantic-pattern-registry.schema.json +90 -0
  170. package/schemas/v1.6.0/diagram-type-registry.schema.json +373 -0
  171. package/schemas/v1.6.0/generated-asset-manifest.schema.json +103 -0
  172. package/schemas/v1.6.0/skill-catalog.schema.json +84 -0
  173. package/schemas/v1.6.0/skill-completion-receipt.schema.json +72 -0
  174. package/schemas/v1.6.0/skill-consent-record.schema.json +74 -0
  175. package/schemas/v1.6.0/skill-host-profile-registry.schema.json +526 -0
  176. package/schemas/v1.6.0/skill-learning-record.schema.json +116 -0
  177. package/schemas/v1.6.0/skill-module-registry.schema.json +108 -0
  178. package/schemas/v1.6.0/skill-routing-registry.schema.json +93 -0
  179. package/schemas/v1.6.0/skill-session.schema.json +73 -0
  180. package/schemas/v1.6.0/skill-source.schema.json +169 -0
  181. package/schemas/v1.7.0/common.schema.json +464 -0
  182. package/schemas/v1.7.0/generated-asset-manifest.schema.json +103 -0
  183. package/schemas/v1.7.0/planning-id-sequence.schema.json +50 -0
  184. package/schemas/v1.7.0/request-authority.schema.json +71 -0
  185. package/schemas/v1.7.0/skill-catalog.schema.json +84 -0
  186. package/schemas/v1.7.0/skill-completion-receipt.schema.json +72 -0
  187. package/schemas/v1.7.0/skill-consent-record.schema.json +74 -0
  188. package/schemas/v1.7.0/skill-host-profile-registry.schema.json +526 -0
  189. package/schemas/v1.7.0/skill-learning-record.schema.json +116 -0
  190. package/schemas/v1.7.0/skill-module-registry.schema.json +108 -0
  191. package/schemas/v1.7.0/skill-routing-registry.schema.json +93 -0
  192. package/schemas/v1.7.0/skill-session.schema.json +73 -0
  193. package/schemas/v1.7.0/skill-source.schema.json +169 -0
  194. package/schemas/v1.7.0/spec.schema.json +117 -0
  195. package/schemas/v1.7.0/story.schema.json +107 -0
  196. package/schemas/v1.7.0/task.schema.json +217 -0
  197. package/schemas/v1.8.0/common.schema.json +96 -0
  198. package/schemas/v1.8.0/skill-package.schema.json +63 -0
  199. package/schemas/v1.8.0/utility-command-catalog.schema.json +82 -0
  200. package/schemas/v1.9.0/design-document.schema.json +306 -0
  201. package/schemas/v1.9.0/design-review-bundle.schema.json +346 -0
  202. package/schemas/v1.9.0/design-review-workspace.schema.json +108 -0
  203. package/schemas/v1.9.0/design-workspace-create.schema.json +170 -0
  204. package/schemas/v1.9.0/design-workspace-event.schema.json +97 -0
  205. package/schemas/v1.9.0/design-workspace-revision.schema.json +56 -0
  206. package/schemas/v2.0.0/agent-runtime-manifest.schema.json +59 -0
  207. package/schemas/v2.0.0/business-operating-snapshot-projection.schema.json +14 -0
  208. package/schemas/v2.0.0/operate-allowed-action.schema.json +181 -0
  209. package/schemas/v2.0.0/operate-api-envelope.schema.json +225 -0
  210. package/schemas/v2.0.0/operate-capability-provider-registration.schema.json +30 -0
  211. package/schemas/v2.0.0/operate-domain-registration.schema.json +284 -0
  212. package/schemas/v2.0.0/operate-evidence-provider-registration.schema.json +55 -0
  213. package/schemas/v2.0.0/operate-evidence-resolver-registration.schema.json +46 -0
  214. package/schemas/v2.0.0/operate-executor-registration.schema.json +27 -0
  215. package/schemas/v2.0.0/operate-experience-live-patch.schema.json +47 -0
  216. package/schemas/v2.0.0/operate-experience-preview.schema.json +51 -0
  217. package/schemas/v2.0.0/operate-experience-view.schema.json +281 -0
  218. package/schemas/v2.0.0/operate-live-evidence-provider-registration.schema.json +48 -0
  219. package/schemas/v2.0.0/operate-live-evidence-provider-registry.schema.json +17 -0
  220. package/schemas/v2.0.0/operate-metric-provider-registration.schema.json +12 -0
  221. package/schemas/v2.0.0/operate-policy-provider-registration.schema.json +33 -0
  222. package/schemas/v2.0.0/operate-review-bound-submission.schema.json +29 -0
  223. package/schemas/v2.0.0/operate-review-display-workspace.schema.json +390 -0
  224. package/schemas/v2.0.0/operate-snapshot-provider-registration.schema.json +16 -0
  225. package/schemas/v2.0.0/operate-tool-call.schema.json +172 -0
  226. package/schemas/v2.0.0/operate-verification-provider-registration.schema.json +12 -0
  227. package/schemas/v2.0.0/operating-action-policy.schema.json +31 -0
  228. package/schemas/v2.0.0/operating-action-verification-plan.schema.json +13 -0
  229. package/schemas/v2.0.0/operating-action.schema.json +86 -0
  230. package/schemas/v2.0.0/operating-advisor-result.schema.json +394 -0
  231. package/schemas/v2.0.0/operating-approval-record.schema.json +23 -0
  232. package/schemas/v2.0.0/operating-approval-requirement.schema.json +31 -0
  233. package/schemas/v2.0.0/operating-artifact.schema.json +52 -0
  234. package/schemas/v2.0.0/operating-assignment.schema.json +437 -0
  235. package/schemas/v2.0.0/operating-assumption.schema.json +16 -0
  236. package/schemas/v2.0.0/operating-capability-availability.schema.json +15 -0
  237. package/schemas/v2.0.0/operating-capability-grant.schema.json +14 -0
  238. package/schemas/v2.0.0/operating-challenger-review.schema.json +204 -0
  239. package/schemas/v2.0.0/operating-checkpoint.schema.json +43 -0
  240. package/schemas/v2.0.0/operating-claim.schema.json +17 -0
  241. package/schemas/v2.0.0/operating-connector-checkpoint.schema.json +28 -0
  242. package/schemas/v2.0.0/operating-context-capture.schema.json +74 -0
  243. package/schemas/v2.0.0/operating-cycle-input-binding.schema.json +30 -0
  244. package/schemas/v2.0.0/operating-cycle.schema.json +42 -0
  245. package/schemas/v2.0.0/operating-decision-ledger.schema.json +237 -0
  246. package/schemas/v2.0.0/operating-decision.schema.json +137 -0
  247. package/schemas/v2.0.0/operating-delivery-evidence.schema.json +46 -0
  248. package/schemas/v2.0.0/operating-delivery-route.schema.json +43 -0
  249. package/schemas/v2.0.0/operating-delta.schema.json +13 -0
  250. package/schemas/v2.0.0/operating-domain-projection.schema.json +15 -0
  251. package/schemas/v2.0.0/operating-event-trigger.schema.json +11 -0
  252. package/schemas/v2.0.0/operating-event.schema.json +505 -0
  253. package/schemas/v2.0.0/operating-evidence-candidate.schema.json +88 -0
  254. package/schemas/v2.0.0/operating-evidence-edge.schema.json +39 -0
  255. package/schemas/v2.0.0/operating-evidence-graph.schema.json +25 -0
  256. package/schemas/v2.0.0/operating-evidence-observation.schema.json +48 -0
  257. package/schemas/v2.0.0/operating-evidence-ref.schema.json +51 -0
  258. package/schemas/v2.0.0/operating-evidence-resolution.schema.json +54 -0
  259. package/schemas/v2.0.0/operating-execution-result.schema.json +23 -0
  260. package/schemas/v2.0.0/operating-executive-board.schema.json +78 -0
  261. package/schemas/v2.0.0/operating-finding.schema.json +116 -0
  262. package/schemas/v2.0.0/operating-governed-operation.schema.json +54 -0
  263. package/schemas/v2.0.0/operating-intelligence-input-bundle.schema.json +128 -0
  264. package/schemas/v2.0.0/operating-intelligence-plan.schema.json +302 -0
  265. package/schemas/v2.0.0/operating-learning-receipt.schema.json +31 -0
  266. package/schemas/v2.0.0/operating-learning.schema.json +13 -0
  267. package/schemas/v2.0.0/operating-live-evidence-consent-record.schema.json +42 -0
  268. package/schemas/v2.0.0/operating-live-evidence-ingestion.schema.json +31 -0
  269. package/schemas/v2.0.0/operating-measurement-plan.schema.json +18 -0
  270. package/schemas/v2.0.0/operating-measurement-schedule-receipt.schema.json +7 -0
  271. package/schemas/v2.0.0/operating-measurement-schedule.schema.json +16 -0
  272. package/schemas/v2.0.0/operating-metric-observation.schema.json +15 -0
  273. package/schemas/v2.0.0/operating-metric.schema.json +18 -0
  274. package/schemas/v2.0.0/operating-model-state.schema.json +36 -0
  275. package/schemas/v2.0.0/operating-objective.schema.json +21 -0
  276. package/schemas/v2.0.0/operating-origin.schema.json +31 -0
  277. package/schemas/v2.0.0/operating-outcome-evaluation.schema.json +46 -0
  278. package/schemas/v2.0.0/operating-outcome.schema.json +13 -0
  279. package/schemas/v2.0.0/operating-planning-proposal.schema.json +45 -0
  280. package/schemas/v2.0.0/operating-policy-evaluation.schema.json +28 -0
  281. package/schemas/v2.0.0/operating-review-read.schema.json +217 -0
  282. package/schemas/v2.0.0/operating-review-receipt.schema.json +64 -0
  283. package/schemas/v2.0.0/operating-review.schema.json +47 -0
  284. package/schemas/v2.0.0/operating-risk.schema.json +96 -0
  285. package/schemas/v2.0.0/operating-rollback-plan.schema.json +10 -0
  286. package/schemas/v2.0.0/operating-rollback-result.schema.json +20 -0
  287. package/schemas/v2.0.0/operating-runtime-state.schema.json +289 -0
  288. package/schemas/v2.0.0/operating-scenario.schema.json +13 -0
  289. package/schemas/v2.0.0/operating-snapshot.schema.json +38 -0
  290. package/schemas/v2.0.0/operating-submission.schema.json +34 -0
  291. package/schemas/v2.0.0/operating-trace-matrix.schema.json +176 -0
  292. package/schemas/v2.0.0/operating-work-change-set.schema.json +89 -0
  293. package/schemas/v2.0.0/operating-work-ledger.schema.json +40 -0
  294. package/schemas/v2.0.0/software-operating-snapshot-projection.schema.json +14 -0
  295. package/src/browser-contracts.d.mts +5 -0
  296. package/src/browser-contracts.mjs +40 -0
  297. package/src/canonical-json.d.mts +5 -0
  298. package/src/canonical-json.mjs +142 -0
  299. package/src/compat/live-evidence-v2.mjs +1019 -0
  300. package/src/compat/operate-experience-live-patch.mjs +66 -0
  301. package/src/compat/operating-planning-contracts.mjs +114 -0
  302. package/src/contracts.d.mts +42 -0
  303. package/src/contracts.mjs +990 -0
  304. package/src/design-contracts.d.mts +62 -0
  305. package/src/design-contracts.mjs +186 -0
  306. package/src/design-publication-contracts.d.mts +4 -0
  307. package/src/design-publication-contracts.mjs +85 -0
  308. package/src/diagram-contracts.d.mts +19 -0
  309. package/src/diagram-contracts.mjs +28 -0
  310. package/src/enterprise-contracts.d.mts +107 -0
  311. package/src/enterprise-contracts.mjs +463 -0
  312. package/src/errors.d.mts +11 -0
  313. package/src/errors.mjs +109 -0
  314. package/src/generated/canonical-registries.mjs +5554 -0
  315. package/src/generated/contract-catalog-v2.mjs +7076 -0
  316. package/src/generated/diagram-registries.mjs +2529 -0
  317. package/src/index.d.mts +10 -0
  318. package/src/index.mjs +40 -0
  319. package/src/json-schema.d.mts +7 -0
  320. package/src/json-schema.mjs +283 -0
  321. package/src/planning-contracts.d.mts +10 -0
  322. package/src/planning-contracts.mjs +53 -0
  323. package/src/registries.d.mts +40 -0
  324. package/src/registries.mjs +261 -0
  325. package/src/review-experience-contracts.d.mts +11 -0
  326. package/src/review-experience-contracts.mjs +103 -0
  327. package/src/semver.d.mts +2 -0
  328. package/src/semver.mjs +7 -0
  329. package/src/skill-source-contracts.d.mts +25 -0
  330. package/src/skill-source-contracts.mjs +105 -0
  331. package/src/task-contracts.d.mts +7 -0
  332. package/src/task-contracts.mjs +130 -0
  333. package/src/workspace-contracts.d.mts +26 -0
  334. package/src/workspace-contracts.mjs +83 -0
@@ -0,0 +1,1545 @@
1
+ {
2
+ "kind": "skill-catalog",
3
+ "schemaVersion": "1.0.0",
4
+ "protocolVersion": "1.5.0",
5
+ "documentVersion": "1.0.0",
6
+ "digestAlgorithm": "sha256",
7
+ "canonicalization": "rfc8785",
8
+ "matchingPolicyVersion": "1.0.0",
9
+ "skills": [
10
+ {
11
+ "skillId": "planr-artifact",
12
+ "skillVersion": "1.0.0",
13
+ "description": "Open, share, import, or export an OpenPlanr HTML artifact review. Use when feedback must move between a local artifact and its review board.",
14
+ "lifecycle": "active",
15
+ "authorityClass": "read-only-view",
16
+ "source": "skills/planr-artifact/openplanr.skill.json",
17
+ "sourceDigest": "sha256:08ad4b7dcdfe70e63a319dcb78ff6c53f0086391f6d6d45094a793fe4d9c41ce",
18
+ "triggerPolicy": {
19
+ "include": [
20
+ "Open or share an HTML artifact review",
21
+ "Import artifact feedback and export the reviewed artifact"
22
+ ],
23
+ "exclude": [
24
+ "Review source code changes",
25
+ "Create a product interface design"
26
+ ],
27
+ "deferTo": []
28
+ },
29
+ "contracts": {
30
+ "inputs": [],
31
+ "outputs": [
32
+ {
33
+ "id": "artifact-result",
34
+ "version": "1.0.0"
35
+ }
36
+ ]
37
+ },
38
+ "cliRequirements": [],
39
+ "ruleIds": [
40
+ "R1",
41
+ "R5",
42
+ "R7"
43
+ ],
44
+ "contributionManifestRefs": [
45
+ "packages/skill-runtime/contributions/workflows.json"
46
+ ],
47
+ "hosts": [
48
+ {
49
+ "host": "claude-code",
50
+ "entrypoint": "/planr:artifact",
51
+ "path": "dist/plugins/claude/openplanr/skills/artifact/SKILL.md"
52
+ },
53
+ {
54
+ "host": "codex",
55
+ "entrypoint": "$planr:artifact",
56
+ "path": "dist/plugins/openai/openplanr/skills/artifact/SKILL.md"
57
+ },
58
+ {
59
+ "host": "cursor",
60
+ "entrypoint": "planr-artifact",
61
+ "path": "dist/plugins/cursor/openplanr/rules/planr-artifact.mdc"
62
+ }
63
+ ],
64
+ "testRefs": [
65
+ "tests/protocol/skill-catalog.test.mjs"
66
+ ],
67
+ "certificationRefs": [
68
+ "evaluation/skills/migrations/planr-artifact.json"
69
+ ]
70
+ },
71
+ {
72
+ "skillId": "planr-browser-qa",
73
+ "skillVersion": "2.0.0",
74
+ "description": "Run practical browser-backed QA against real routes, forms, viewports, accessibility, console, and network behavior. Use for UI, authentication, session, navigation, or browser-network changes.",
75
+ "lifecycle": "active",
76
+ "authorityClass": "review-evidence",
77
+ "source": "skills/planr-browser-qa/openplanr.skill.json",
78
+ "sourceDigest": "sha256:8eb5f92c064a9ede1e9aaef780fdb0e117026ec8b5de9c7685d32f78bfe79a58",
79
+ "triggerPolicy": {
80
+ "include": [
81
+ "Test this page or application in a real browser",
82
+ "Check routes, forms, mobile viewports, accessibility, console, and network behavior"
83
+ ],
84
+ "exclude": [
85
+ "Run backend unit tests only",
86
+ "Review a plan without exercising a browser"
87
+ ],
88
+ "deferTo": []
89
+ },
90
+ "contracts": {
91
+ "inputs": [],
92
+ "outputs": [
93
+ {
94
+ "id": "browser-qa-result",
95
+ "version": "2.0.0"
96
+ }
97
+ ]
98
+ },
99
+ "cliRequirements": [],
100
+ "ruleIds": [
101
+ "R1",
102
+ "R5",
103
+ "R7"
104
+ ],
105
+ "contributionManifestRefs": [
106
+ "packages/skill-runtime/contributions/professional.json"
107
+ ],
108
+ "hosts": [
109
+ {
110
+ "host": "claude-code",
111
+ "entrypoint": "/planr:browser-qa",
112
+ "path": "dist/plugins/claude/openplanr/skills/browser-qa/SKILL.md"
113
+ },
114
+ {
115
+ "host": "codex",
116
+ "entrypoint": "$planr:browser-qa",
117
+ "path": "dist/plugins/openai/openplanr/skills/browser-qa/SKILL.md"
118
+ },
119
+ {
120
+ "host": "cursor",
121
+ "entrypoint": "planr-browser-qa",
122
+ "path": "dist/plugins/cursor/openplanr/rules/planr-browser-qa.mdc"
123
+ }
124
+ ],
125
+ "testRefs": [
126
+ "tests/protocol/skill-catalog.test.mjs"
127
+ ],
128
+ "certificationRefs": [
129
+ "evaluation/skills/migrations/planr-browser-qa.json"
130
+ ]
131
+ },
132
+ {
133
+ "skillId": "planr-ceo-review",
134
+ "skillVersion": "2.0.0",
135
+ "description": "Produce a grounded strategy and finance review for an Operate cycle. Use when direction, runway, margin, investment, or cost of delay needs a CEO lens.",
136
+ "lifecycle": "active",
137
+ "authorityClass": "review-evidence",
138
+ "source": "skills/planr-ceo-review/openplanr.skill.json",
139
+ "sourceDigest": "sha256:5c0835c4760c963b5c795454ea6ff974196d54cdcf9d1baeaf44d8dd69c3068a",
140
+ "triggerPolicy": {
141
+ "include": [
142
+ "Run a CEO strategy and finance review",
143
+ "Assess direction, runway, margin, investment, or cost of delay"
144
+ ],
145
+ "exclude": [
146
+ "Review implementation details",
147
+ "Assess only product usability"
148
+ ],
149
+ "deferTo": []
150
+ },
151
+ "contracts": {
152
+ "inputs": [],
153
+ "outputs": [
154
+ {
155
+ "id": "ceo-review-result",
156
+ "version": "2.0.0"
157
+ }
158
+ ]
159
+ },
160
+ "cliRequirements": [],
161
+ "ruleIds": [
162
+ "R1",
163
+ "R5",
164
+ "R7"
165
+ ],
166
+ "contributionManifestRefs": [
167
+ "packages/skill-runtime/contributions/operate.json"
168
+ ],
169
+ "hosts": [
170
+ {
171
+ "host": "claude-code",
172
+ "entrypoint": "/planr:ceo-review",
173
+ "path": "dist/plugins/claude/openplanr/skills/ceo-review/SKILL.md"
174
+ },
175
+ {
176
+ "host": "codex",
177
+ "entrypoint": "$planr:ceo-review",
178
+ "path": "dist/plugins/openai/openplanr/skills/ceo-review/SKILL.md"
179
+ },
180
+ {
181
+ "host": "cursor",
182
+ "entrypoint": "planr-ceo-review",
183
+ "path": "dist/plugins/cursor/openplanr/rules/planr-ceo-review.mdc"
184
+ }
185
+ ],
186
+ "testRefs": [
187
+ "tests/protocol/skill-catalog.test.mjs"
188
+ ],
189
+ "certificationRefs": [
190
+ "evaluation/skills/migrations/planr-ceo-review.json"
191
+ ]
192
+ },
193
+ {
194
+ "skillId": "planr-chair-review",
195
+ "skillVersion": "2.0.0",
196
+ "description": "Synthesize an Operate cycle into a prioritized decision queue and action plan. Use after specialist reviews when leadership needs one coherent brief.",
197
+ "lifecycle": "active",
198
+ "authorityClass": "review-evidence",
199
+ "source": "skills/planr-chair-review/openplanr.skill.json",
200
+ "sourceDigest": "sha256:a1faf0a1ed855c5299bfe14c054d5a70d344db335bec65fd750080515c875482",
201
+ "triggerPolicy": {
202
+ "include": [
203
+ "Synthesize executive reviews into a decision queue",
204
+ "Turn operating-review findings into prioritized decisions and actions"
205
+ ],
206
+ "exclude": [
207
+ "Produce an independent specialist review",
208
+ "Implement the recommended actions"
209
+ ],
210
+ "deferTo": []
211
+ },
212
+ "contracts": {
213
+ "inputs": [],
214
+ "outputs": [
215
+ {
216
+ "id": "chair-review-result",
217
+ "version": "2.0.0"
218
+ }
219
+ ]
220
+ },
221
+ "cliRequirements": [],
222
+ "ruleIds": [
223
+ "R1",
224
+ "R5",
225
+ "R7"
226
+ ],
227
+ "contributionManifestRefs": [
228
+ "packages/skill-runtime/contributions/operate.json"
229
+ ],
230
+ "hosts": [
231
+ {
232
+ "host": "claude-code",
233
+ "entrypoint": "/planr:chair-review",
234
+ "path": "dist/plugins/claude/openplanr/skills/chair-review/SKILL.md"
235
+ },
236
+ {
237
+ "host": "codex",
238
+ "entrypoint": "$planr:chair-review",
239
+ "path": "dist/plugins/openai/openplanr/skills/chair-review/SKILL.md"
240
+ },
241
+ {
242
+ "host": "cursor",
243
+ "entrypoint": "planr-chair-review",
244
+ "path": "dist/plugins/cursor/openplanr/rules/planr-chair-review.mdc"
245
+ }
246
+ ],
247
+ "testRefs": [
248
+ "tests/protocol/skill-catalog.test.mjs"
249
+ ],
250
+ "certificationRefs": [
251
+ "evaluation/skills/migrations/planr-chair-review.json"
252
+ ]
253
+ },
254
+ {
255
+ "skillId": "planr-challenger-review",
256
+ "skillVersion": "2.0.0",
257
+ "description": "Challenge an Operate cycle's claims, alternatives, downside, and confidence. Use when assumptions or executive consensus need an independent stress test.",
258
+ "lifecycle": "active",
259
+ "authorityClass": "review-evidence",
260
+ "source": "skills/planr-challenger-review/openplanr.skill.json",
261
+ "sourceDigest": "sha256:cf08c940b4dac49735b7880ccb2605733be9de154d6823c889d602786fedf579",
262
+ "triggerPolicy": {
263
+ "include": [
264
+ "Challenge operating-review assumptions and downside",
265
+ "Test material claims, alternatives, confidence, and dissent"
266
+ ],
267
+ "exclude": [
268
+ "Summarize reviews without challenging them",
269
+ "Implement a proposed decision"
270
+ ],
271
+ "deferTo": []
272
+ },
273
+ "contracts": {
274
+ "inputs": [],
275
+ "outputs": [
276
+ {
277
+ "id": "challenger-review-result",
278
+ "version": "2.0.0"
279
+ }
280
+ ]
281
+ },
282
+ "cliRequirements": [],
283
+ "ruleIds": [
284
+ "R1",
285
+ "R5",
286
+ "R7"
287
+ ],
288
+ "contributionManifestRefs": [
289
+ "packages/skill-runtime/contributions/operate.json"
290
+ ],
291
+ "hosts": [
292
+ {
293
+ "host": "claude-code",
294
+ "entrypoint": "/planr:challenger-review",
295
+ "path": "dist/plugins/claude/openplanr/skills/challenger-review/SKILL.md"
296
+ },
297
+ {
298
+ "host": "codex",
299
+ "entrypoint": "$planr:challenger-review",
300
+ "path": "dist/plugins/openai/openplanr/skills/challenger-review/SKILL.md"
301
+ },
302
+ {
303
+ "host": "cursor",
304
+ "entrypoint": "planr-challenger-review",
305
+ "path": "dist/plugins/cursor/openplanr/rules/planr-challenger-review.mdc"
306
+ }
307
+ ],
308
+ "testRefs": [
309
+ "tests/protocol/skill-catalog.test.mjs"
310
+ ],
311
+ "certificationRefs": [
312
+ "evaluation/skills/migrations/planr-challenger-review.json"
313
+ ]
314
+ },
315
+ {
316
+ "skillId": "planr-cmo-review",
317
+ "skillVersion": "2.0.0",
318
+ "description": "Produce a grounded market and growth review for an Operate cycle. Use when acquisition, positioning, demand, retention, or missing measurement needs a CMO lens.",
319
+ "lifecycle": "active",
320
+ "authorityClass": "review-evidence",
321
+ "source": "skills/planr-cmo-review/openplanr.skill.json",
322
+ "sourceDigest": "sha256:64fc907c86be2221944ab77a8f74b3dac73e000667209389900a6305ecd541f3",
323
+ "triggerPolicy": {
324
+ "include": [
325
+ "Run a market and growth review",
326
+ "Assess acquisition, positioning, demand, channels, or growth measurement"
327
+ ],
328
+ "exclude": [
329
+ "Review backend architecture",
330
+ "Assess internal delivery mechanics only"
331
+ ],
332
+ "deferTo": []
333
+ },
334
+ "contracts": {
335
+ "inputs": [],
336
+ "outputs": [
337
+ {
338
+ "id": "cmo-review-result",
339
+ "version": "2.0.0"
340
+ }
341
+ ]
342
+ },
343
+ "cliRequirements": [],
344
+ "ruleIds": [
345
+ "R1",
346
+ "R5",
347
+ "R7"
348
+ ],
349
+ "contributionManifestRefs": [
350
+ "packages/skill-runtime/contributions/operate.json"
351
+ ],
352
+ "hosts": [
353
+ {
354
+ "host": "claude-code",
355
+ "entrypoint": "/planr:cmo-review",
356
+ "path": "dist/plugins/claude/openplanr/skills/cmo-review/SKILL.md"
357
+ },
358
+ {
359
+ "host": "codex",
360
+ "entrypoint": "$planr:cmo-review",
361
+ "path": "dist/plugins/openai/openplanr/skills/cmo-review/SKILL.md"
362
+ },
363
+ {
364
+ "host": "cursor",
365
+ "entrypoint": "planr-cmo-review",
366
+ "path": "dist/plugins/cursor/openplanr/rules/planr-cmo-review.mdc"
367
+ }
368
+ ],
369
+ "testRefs": [
370
+ "tests/protocol/skill-catalog.test.mjs"
371
+ ],
372
+ "certificationRefs": [
373
+ "evaluation/skills/migrations/planr-cmo-review.json"
374
+ ]
375
+ },
376
+ {
377
+ "skillId": "planr-coo-review",
378
+ "skillVersion": "2.0.0",
379
+ "description": "Produce a grounded operations and customer-health review for an Operate cycle. Use when readiness, service delivery, capacity, or customer health needs a COO lens.",
380
+ "lifecycle": "active",
381
+ "authorityClass": "review-evidence",
382
+ "source": "skills/planr-coo-review/openplanr.skill.json",
383
+ "sourceDigest": "sha256:5f7c15f7d22f7ddf7cb09822962f0a7967b5254fdd305065326ed390102aca39",
384
+ "triggerPolicy": {
385
+ "include": [
386
+ "Run an operations and customer-health review",
387
+ "Assess readiness, support, reliability, process, or customer operations"
388
+ ],
389
+ "exclude": [
390
+ "Review company strategy only",
391
+ "Design a product interface"
392
+ ],
393
+ "deferTo": []
394
+ },
395
+ "contracts": {
396
+ "inputs": [],
397
+ "outputs": [
398
+ {
399
+ "id": "coo-review-result",
400
+ "version": "2.0.0"
401
+ }
402
+ ]
403
+ },
404
+ "cliRequirements": [],
405
+ "ruleIds": [
406
+ "R1",
407
+ "R5",
408
+ "R7"
409
+ ],
410
+ "contributionManifestRefs": [
411
+ "packages/skill-runtime/contributions/operate.json"
412
+ ],
413
+ "hosts": [
414
+ {
415
+ "host": "claude-code",
416
+ "entrypoint": "/planr:coo-review",
417
+ "path": "dist/plugins/claude/openplanr/skills/coo-review/SKILL.md"
418
+ },
419
+ {
420
+ "host": "codex",
421
+ "entrypoint": "$planr:coo-review",
422
+ "path": "dist/plugins/openai/openplanr/skills/coo-review/SKILL.md"
423
+ },
424
+ {
425
+ "host": "cursor",
426
+ "entrypoint": "planr-coo-review",
427
+ "path": "dist/plugins/cursor/openplanr/rules/planr-coo-review.mdc"
428
+ }
429
+ ],
430
+ "testRefs": [
431
+ "tests/protocol/skill-catalog.test.mjs"
432
+ ],
433
+ "certificationRefs": [
434
+ "evaluation/skills/migrations/planr-coo-review.json"
435
+ ]
436
+ },
437
+ {
438
+ "skillId": "planr-cpo-review",
439
+ "skillVersion": "2.0.0",
440
+ "description": "Produce a grounded product and activation review for an Operate cycle. Use when customer value, activation, prioritization, or adoption needs a CPO lens.",
441
+ "lifecycle": "active",
442
+ "authorityClass": "review-evidence",
443
+ "source": "skills/planr-cpo-review/openplanr.skill.json",
444
+ "sourceDigest": "sha256:5b3a8baa1bac21cabd43d98797247b9388959e3050c9df7f3d062c2ff58936d4",
445
+ "triggerPolicy": {
446
+ "include": [
447
+ "Run a product and activation review",
448
+ "Assess customer value, adoption, activation, retention, or product outcomes"
449
+ ],
450
+ "exclude": [
451
+ "Review infrastructure only",
452
+ "Assess financial runway only"
453
+ ],
454
+ "deferTo": []
455
+ },
456
+ "contracts": {
457
+ "inputs": [],
458
+ "outputs": [
459
+ {
460
+ "id": "cpo-review-result",
461
+ "version": "2.0.0"
462
+ }
463
+ ]
464
+ },
465
+ "cliRequirements": [],
466
+ "ruleIds": [
467
+ "R1",
468
+ "R5",
469
+ "R7"
470
+ ],
471
+ "contributionManifestRefs": [
472
+ "packages/skill-runtime/contributions/operate.json"
473
+ ],
474
+ "hosts": [
475
+ {
476
+ "host": "claude-code",
477
+ "entrypoint": "/planr:cpo-review",
478
+ "path": "dist/plugins/claude/openplanr/skills/cpo-review/SKILL.md"
479
+ },
480
+ {
481
+ "host": "codex",
482
+ "entrypoint": "$planr:cpo-review",
483
+ "path": "dist/plugins/openai/openplanr/skills/cpo-review/SKILL.md"
484
+ },
485
+ {
486
+ "host": "cursor",
487
+ "entrypoint": "planr-cpo-review",
488
+ "path": "dist/plugins/cursor/openplanr/rules/planr-cpo-review.mdc"
489
+ }
490
+ ],
491
+ "testRefs": [
492
+ "tests/protocol/skill-catalog.test.mjs"
493
+ ],
494
+ "certificationRefs": [
495
+ "evaluation/skills/migrations/planr-cpo-review.json"
496
+ ]
497
+ },
498
+ {
499
+ "skillId": "planr-cto-review",
500
+ "skillVersion": "2.0.0",
501
+ "description": "Produce a grounded technology and delivery-risk review for an Operate cycle. Use when architecture, reliability, security, or execution risk needs a CTO lens.",
502
+ "lifecycle": "active",
503
+ "authorityClass": "review-evidence",
504
+ "source": "skills/planr-cto-review/openplanr.skill.json",
505
+ "sourceDigest": "sha256:0e54ee7e3798cf834b06dbf9b5dca99d38ea36cfa17b91703fe371102389fa24",
506
+ "triggerPolicy": {
507
+ "include": [
508
+ "Run a technology and delivery-risk review",
509
+ "Assess architecture, security, reliability, technical debt, or delivery risk"
510
+ ],
511
+ "exclude": [
512
+ "Review marketing channels",
513
+ "Assess financial runway only"
514
+ ],
515
+ "deferTo": []
516
+ },
517
+ "contracts": {
518
+ "inputs": [],
519
+ "outputs": [
520
+ {
521
+ "id": "cto-review-result",
522
+ "version": "2.0.0"
523
+ }
524
+ ]
525
+ },
526
+ "cliRequirements": [],
527
+ "ruleIds": [
528
+ "R1",
529
+ "R5",
530
+ "R7"
531
+ ],
532
+ "contributionManifestRefs": [
533
+ "packages/skill-runtime/contributions/operate.json"
534
+ ],
535
+ "hosts": [
536
+ {
537
+ "host": "claude-code",
538
+ "entrypoint": "/planr:cto-review",
539
+ "path": "dist/plugins/claude/openplanr/skills/cto-review/SKILL.md"
540
+ },
541
+ {
542
+ "host": "codex",
543
+ "entrypoint": "$planr:cto-review",
544
+ "path": "dist/plugins/openai/openplanr/skills/cto-review/SKILL.md"
545
+ },
546
+ {
547
+ "host": "cursor",
548
+ "entrypoint": "planr-cto-review",
549
+ "path": "dist/plugins/cursor/openplanr/rules/planr-cto-review.mdc"
550
+ }
551
+ ],
552
+ "testRefs": [
553
+ "tests/protocol/skill-catalog.test.mjs"
554
+ ],
555
+ "certificationRefs": [
556
+ "evaluation/skills/migrations/planr-cto-review.json"
557
+ ]
558
+ },
559
+ {
560
+ "skillId": "planr-dashboard",
561
+ "skillVersion": "1.0.0",
562
+ "description": "Start or inspect the loopback-only OpenPlanr planning dashboard. Use when the user wants to view local planning or Operate state in the browser.",
563
+ "lifecycle": "active",
564
+ "authorityClass": "read-only-view",
565
+ "source": "skills/planr-dashboard/openplanr.skill.json",
566
+ "sourceDigest": "sha256:5e75b9659de7397dd2db2cba75351a6def5a0e85ce4e1c0730616bcbc57904d9",
567
+ "triggerPolicy": {
568
+ "include": [
569
+ "Open or inspect the local OpenPlanr dashboard",
570
+ "Show planning and Operate workspaces visually"
571
+ ],
572
+ "exclude": [
573
+ "Return a short text delivery status",
574
+ "Create a product dashboard design"
575
+ ],
576
+ "deferTo": []
577
+ },
578
+ "contracts": {
579
+ "inputs": [],
580
+ "outputs": [
581
+ {
582
+ "id": "dashboard-result",
583
+ "version": "1.0.0"
584
+ }
585
+ ]
586
+ },
587
+ "cliRequirements": [],
588
+ "ruleIds": [
589
+ "R1",
590
+ "R5",
591
+ "R7"
592
+ ],
593
+ "contributionManifestRefs": [
594
+ "packages/skill-runtime/contributions/workflows.json"
595
+ ],
596
+ "hosts": [
597
+ {
598
+ "host": "claude-code",
599
+ "entrypoint": "/planr:dashboard",
600
+ "path": "dist/plugins/claude/openplanr/skills/dashboard/SKILL.md"
601
+ },
602
+ {
603
+ "host": "codex",
604
+ "entrypoint": "$planr:dashboard",
605
+ "path": "dist/plugins/openai/openplanr/skills/dashboard/SKILL.md"
606
+ },
607
+ {
608
+ "host": "cursor",
609
+ "entrypoint": "planr-dashboard",
610
+ "path": "dist/plugins/cursor/openplanr/rules/planr-dashboard.mdc"
611
+ }
612
+ ],
613
+ "testRefs": [
614
+ "tests/protocol/skill-catalog.test.mjs"
615
+ ],
616
+ "certificationRefs": [
617
+ "evaluation/skills/migrations/planr-dashboard.json"
618
+ ]
619
+ },
620
+ {
621
+ "skillId": "planr-design",
622
+ "skillVersion": "2.0.0",
623
+ "description": "Design a polished product interface through adaptive consultation, a shared canvas/prototype/walkthrough studio, and an implementation-ready specification. Use for a new design or an existing interface that needs a coherent direction.",
624
+ "lifecycle": "active",
625
+ "authorityClass": "planning-write",
626
+ "source": "skills/planr-design/openplanr.skill.json",
627
+ "sourceDigest": "sha256:208206addf0dc8337f1914256ba6b655edf570d7cdfb7ebd62c73b29299fba95",
628
+ "triggerPolicy": {
629
+ "include": [
630
+ "Create an initial product design direction",
631
+ "Start the OpenPlanr design workflow for a feature"
632
+ ],
633
+ "exclude": [
634
+ "Review an existing completed design",
635
+ "Explore several competing design variants"
636
+ ],
637
+ "deferTo": []
638
+ },
639
+ "contracts": {
640
+ "inputs": [],
641
+ "outputs": [
642
+ {
643
+ "id": "design-result",
644
+ "version": "1.0.0"
645
+ }
646
+ ]
647
+ },
648
+ "cliRequirements": [],
649
+ "ruleIds": [
650
+ "R1",
651
+ "R5",
652
+ "R7"
653
+ ],
654
+ "contributionManifestRefs": [
655
+ "packages/skill-runtime/contributions/workflows.json"
656
+ ],
657
+ "hosts": [
658
+ {
659
+ "host": "claude-code",
660
+ "entrypoint": "/planr:design",
661
+ "path": "dist/plugins/claude/openplanr/skills/design/SKILL.md"
662
+ },
663
+ {
664
+ "host": "codex",
665
+ "entrypoint": "$planr:design",
666
+ "path": "dist/plugins/openai/openplanr/skills/design/SKILL.md"
667
+ },
668
+ {
669
+ "host": "cursor",
670
+ "entrypoint": "planr-design",
671
+ "path": "dist/plugins/cursor/openplanr/rules/planr-design.mdc"
672
+ }
673
+ ],
674
+ "testRefs": [
675
+ "tests/protocol/skill-catalog.test.mjs"
676
+ ],
677
+ "certificationRefs": [
678
+ "evaluation/skills/migrations/planr-design.json"
679
+ ]
680
+ },
681
+ {
682
+ "skillId": "planr-design-loop",
683
+ "skillVersion": "2.0.0",
684
+ "description": "Compare three materially different product design directions in a live review studio, collect pins and ratings, and develop the selected direction. Use for visual alternatives, comparison or a remix.",
685
+ "lifecycle": "active",
686
+ "authorityClass": "planning-write",
687
+ "source": "skills/planr-design-loop/openplanr.skill.json",
688
+ "sourceDigest": "sha256:8e4eeb36590194963d6e8f6448e8d991658bf93a2070b0cb446b45ad793e3a49",
689
+ "triggerPolicy": {
690
+ "include": [
691
+ "Explore multiple design directions or variants",
692
+ "Iterate a design using pinned board feedback"
693
+ ],
694
+ "exclude": [
695
+ "Create only one initial design",
696
+ "Review an existing design without generating variants"
697
+ ],
698
+ "deferTo": []
699
+ },
700
+ "contracts": {
701
+ "inputs": [],
702
+ "outputs": [
703
+ {
704
+ "id": "design-loop-result",
705
+ "version": "1.0.0"
706
+ }
707
+ ]
708
+ },
709
+ "cliRequirements": [],
710
+ "ruleIds": [
711
+ "R1",
712
+ "R5",
713
+ "R7"
714
+ ],
715
+ "contributionManifestRefs": [
716
+ "packages/skill-runtime/contributions/workflows.json"
717
+ ],
718
+ "hosts": [
719
+ {
720
+ "host": "claude-code",
721
+ "entrypoint": "/planr:design-loop",
722
+ "path": "dist/plugins/claude/openplanr/skills/design-loop/SKILL.md"
723
+ },
724
+ {
725
+ "host": "codex",
726
+ "entrypoint": "$planr:design-loop",
727
+ "path": "dist/plugins/openai/openplanr/skills/design-loop/SKILL.md"
728
+ },
729
+ {
730
+ "host": "cursor",
731
+ "entrypoint": "planr-design-loop",
732
+ "path": "dist/plugins/cursor/openplanr/rules/planr-design-loop.mdc"
733
+ }
734
+ ],
735
+ "testRefs": [
736
+ "tests/protocol/skill-catalog.test.mjs"
737
+ ],
738
+ "certificationRefs": [
739
+ "evaluation/skills/migrations/planr-design-loop.json"
740
+ ]
741
+ },
742
+ {
743
+ "skillId": "planr-design-review",
744
+ "skillVersion": "2.0.0",
745
+ "description": "Review and revise an existing product design using stable board pins and scoped browser-verified changes. Use for focused improvements while preserving unrelated screens and feedback.",
746
+ "lifecycle": "active",
747
+ "authorityClass": "review-evidence",
748
+ "source": "skills/planr-design-review/openplanr.skill.json",
749
+ "sourceDigest": "sha256:11c7f60feaba70cb6bc439244164ec946ae76c68c4bf46bd4d1d8c916d80ee90",
750
+ "triggerPolicy": {
751
+ "include": [
752
+ "Review or critique an existing OpenPlanr design",
753
+ "Apply pinned feedback to affected design regions"
754
+ ],
755
+ "exclude": [
756
+ "Create an initial design from scratch",
757
+ "Implement backend code"
758
+ ],
759
+ "deferTo": []
760
+ },
761
+ "contracts": {
762
+ "inputs": [],
763
+ "outputs": [
764
+ {
765
+ "id": "design-review-result",
766
+ "version": "1.0.0"
767
+ }
768
+ ]
769
+ },
770
+ "cliRequirements": [],
771
+ "ruleIds": [
772
+ "R1",
773
+ "R5",
774
+ "R7"
775
+ ],
776
+ "contributionManifestRefs": [
777
+ "packages/skill-runtime/contributions/workflows.json"
778
+ ],
779
+ "hosts": [
780
+ {
781
+ "host": "claude-code",
782
+ "entrypoint": "/planr:design-review",
783
+ "path": "dist/plugins/claude/openplanr/skills/design-review/SKILL.md"
784
+ },
785
+ {
786
+ "host": "codex",
787
+ "entrypoint": "$planr:design-review",
788
+ "path": "dist/plugins/openai/openplanr/skills/design-review/SKILL.md"
789
+ },
790
+ {
791
+ "host": "cursor",
792
+ "entrypoint": "planr-design-review",
793
+ "path": "dist/plugins/cursor/openplanr/rules/planr-design-review.mdc"
794
+ }
795
+ ],
796
+ "testRefs": [
797
+ "tests/protocol/skill-catalog.test.mjs"
798
+ ],
799
+ "certificationRefs": [
800
+ "evaluation/skills/migrations/planr-design-review.json"
801
+ ]
802
+ },
803
+ {
804
+ "skillId": "planr-diagram",
805
+ "skillVersion": "1.0.0",
806
+ "description": "Create, inspect, verify, or rerender professional offline diagrams. Use for architecture, process, sequence, data, state, or relationship visuals from intent or source.",
807
+ "lifecycle": "active",
808
+ "authorityClass": "artifact-authoring",
809
+ "source": "skills/planr-diagram/openplanr.skill.json",
810
+ "sourceDigest": "sha256:e66b2adbd7c1621d056fbd77ff24973eac57ffdc6aca04fbd6c013afc9c71b1c",
811
+ "triggerPolicy": {
812
+ "include": [
813
+ "Create a professional diagram from English intent or Mermaid",
814
+ "Inspect, verify, preview, or rerender an OpenPlanr diagram set"
815
+ ],
816
+ "exclude": [
817
+ "Create a product interface design",
818
+ "Open a generic artifact that is not a diagram"
819
+ ],
820
+ "deferTo": []
821
+ },
822
+ "contracts": {
823
+ "inputs": [
824
+ {
825
+ "id": "diagram-document",
826
+ "version": "1.0.0"
827
+ }
828
+ ],
829
+ "outputs": [
830
+ {
831
+ "id": "diagram-manifest",
832
+ "version": "1.0.0"
833
+ }
834
+ ]
835
+ },
836
+ "cliRequirements": [],
837
+ "ruleIds": [
838
+ "R1",
839
+ "R5",
840
+ "R7"
841
+ ],
842
+ "contributionManifestRefs": [
843
+ "packages/skill-runtime/contributions/workflows.json"
844
+ ],
845
+ "hosts": [
846
+ {
847
+ "host": "claude-code",
848
+ "entrypoint": "/planr:diagram",
849
+ "path": "dist/plugins/claude/openplanr/skills/diagram/SKILL.md"
850
+ },
851
+ {
852
+ "host": "codex",
853
+ "entrypoint": "$planr:diagram",
854
+ "path": "dist/plugins/openai/openplanr/skills/diagram/SKILL.md"
855
+ },
856
+ {
857
+ "host": "cursor",
858
+ "entrypoint": "planr-diagram",
859
+ "path": "dist/plugins/cursor/openplanr/rules/planr-diagram.mdc"
860
+ }
861
+ ],
862
+ "testRefs": [
863
+ "tests/protocol/skill-catalog.test.mjs"
864
+ ],
865
+ "certificationRefs": [
866
+ "evaluation/skills/migrations/planr-diagram.json"
867
+ ]
868
+ },
869
+ {
870
+ "skillId": "planr-doctor",
871
+ "skillVersion": "1.0.0",
872
+ "description": "Diagnose OpenPlanr CLI, pipeline, runtime-adapter, installation, and lock health. Use when setup, discovery, versions, generated assets, or runtime behavior seems wrong.",
873
+ "lifecycle": "active",
874
+ "authorityClass": "diagnostic",
875
+ "source": "skills/planr-doctor/openplanr.skill.json",
876
+ "sourceDigest": "sha256:0c0782a891ed2ef02929173e790f5f5261e6bc0ce491c91f307da75d13bf8b01",
877
+ "triggerPolicy": {
878
+ "include": [
879
+ "Diagnose OpenPlanr installation, runtime, adapter, version, or lock health",
880
+ "Check why planr setup or upgrade is unhealthy"
881
+ ],
882
+ "exclude": [
883
+ "Diagnose an application bug",
884
+ "Implement a feature"
885
+ ],
886
+ "deferTo": []
887
+ },
888
+ "contracts": {
889
+ "inputs": [],
890
+ "outputs": [
891
+ {
892
+ "id": "doctor-result",
893
+ "version": "1.0.0"
894
+ }
895
+ ]
896
+ },
897
+ "cliRequirements": [],
898
+ "ruleIds": [
899
+ "R1",
900
+ "R5",
901
+ "R7"
902
+ ],
903
+ "contributionManifestRefs": [
904
+ "packages/skill-runtime/contributions/workflows.json"
905
+ ],
906
+ "hosts": [
907
+ {
908
+ "host": "claude-code",
909
+ "entrypoint": "/planr:doctor",
910
+ "path": "dist/plugins/claude/openplanr/skills/doctor/SKILL.md"
911
+ },
912
+ {
913
+ "host": "codex",
914
+ "entrypoint": "$planr:doctor",
915
+ "path": "dist/plugins/openai/openplanr/skills/doctor/SKILL.md"
916
+ },
917
+ {
918
+ "host": "cursor",
919
+ "entrypoint": "planr-doctor",
920
+ "path": "dist/plugins/cursor/openplanr/rules/planr-doctor.mdc"
921
+ }
922
+ ],
923
+ "testRefs": [
924
+ "tests/protocol/skill-catalog.test.mjs"
925
+ ],
926
+ "certificationRefs": [
927
+ "evaluation/skills/migrations/planr-doctor.json"
928
+ ]
929
+ },
930
+ {
931
+ "skillId": "planr-investigate",
932
+ "skillVersion": "2.0.0",
933
+ "description": "Diagnose a bug, regression, error, or unexplained behavior and optionally implement a bounded fix. Use for root-cause investigation, not planned feature delivery.",
934
+ "lifecycle": "active",
935
+ "authorityClass": "diagnostic",
936
+ "source": "skills/planr-investigate/openplanr.skill.json",
937
+ "sourceDigest": "sha256:95d7f4c4b7fb5455b612ed02ab2e87de741c356e242e70a5f976fa0502a06f5d",
938
+ "triggerPolicy": {
939
+ "include": [
940
+ "Investigate a bug, regression, error, or unexplained behavior",
941
+ "Reproduce a defect, establish its root cause, or apply a bounded fix",
942
+ "Investigate why this fails"
943
+ ],
944
+ "exclude": [
945
+ "Plan a new feature",
946
+ "Run a broad product review"
947
+ ],
948
+ "deferTo": []
949
+ },
950
+ "contracts": {
951
+ "inputs": [],
952
+ "outputs": [
953
+ {
954
+ "id": "investigate-result",
955
+ "version": "2.0.0"
956
+ }
957
+ ]
958
+ },
959
+ "cliRequirements": [],
960
+ "ruleIds": [
961
+ "R1",
962
+ "R5",
963
+ "R7"
964
+ ],
965
+ "contributionManifestRefs": [
966
+ "packages/skill-runtime/contributions/professional.json"
967
+ ],
968
+ "hosts": [
969
+ {
970
+ "host": "claude-code",
971
+ "entrypoint": "/planr:investigate",
972
+ "path": "dist/plugins/claude/openplanr/skills/investigate/SKILL.md"
973
+ },
974
+ {
975
+ "host": "codex",
976
+ "entrypoint": "$planr:investigate",
977
+ "path": "dist/plugins/openai/openplanr/skills/investigate/SKILL.md"
978
+ },
979
+ {
980
+ "host": "cursor",
981
+ "entrypoint": "planr-investigate",
982
+ "path": "dist/plugins/cursor/openplanr/rules/planr-investigate.mdc"
983
+ }
984
+ ],
985
+ "testRefs": [
986
+ "tests/protocol/skill-catalog.test.mjs"
987
+ ],
988
+ "certificationRefs": [
989
+ "evaluation/skills/migrations/planr-investigate.json"
990
+ ]
991
+ },
992
+ {
993
+ "skillId": "planr-land",
994
+ "skillVersion": "1.0.0",
995
+ "description": "Assess release readiness and prepare or inspect an OpenPlanr landing sequence. Use after implementation and checks are complete, before merge, publication, or deployment.",
996
+ "lifecycle": "active",
997
+ "authorityClass": "release-preparation",
998
+ "source": "skills/planr-land/openplanr.skill.json",
999
+ "sourceDigest": "sha256:9bf07b642676ab40a162455bf5fca5ac640eeb11cc0f32518b4ac386844d7c70",
1000
+ "triggerPolicy": {
1001
+ "include": [
1002
+ "Prepare or inspect a landing and release plan",
1003
+ "Check whether reviewed work is ready to land without deploying it"
1004
+ ],
1005
+ "exclude": [
1006
+ "Build a new application feature",
1007
+ "Deploy or publish immediately"
1008
+ ],
1009
+ "deferTo": []
1010
+ },
1011
+ "contracts": {
1012
+ "inputs": [],
1013
+ "outputs": [
1014
+ {
1015
+ "id": "land-result",
1016
+ "version": "1.0.0"
1017
+ }
1018
+ ]
1019
+ },
1020
+ "cliRequirements": [],
1021
+ "ruleIds": [
1022
+ "R1",
1023
+ "R5",
1024
+ "R7"
1025
+ ],
1026
+ "contributionManifestRefs": [
1027
+ "packages/skill-runtime/contributions/release.json"
1028
+ ],
1029
+ "hosts": [
1030
+ {
1031
+ "host": "claude-code",
1032
+ "entrypoint": "/planr:land",
1033
+ "path": "dist/plugins/claude/openplanr/skills/land/SKILL.md"
1034
+ },
1035
+ {
1036
+ "host": "codex",
1037
+ "entrypoint": "$planr:land",
1038
+ "path": "dist/plugins/openai/openplanr/skills/land/SKILL.md"
1039
+ },
1040
+ {
1041
+ "host": "cursor",
1042
+ "entrypoint": "planr-land",
1043
+ "path": "dist/plugins/cursor/openplanr/rules/planr-land.mdc"
1044
+ }
1045
+ ],
1046
+ "testRefs": [
1047
+ "tests/protocol/skill-catalog.test.mjs"
1048
+ ],
1049
+ "certificationRefs": [
1050
+ "evaluation/skills/migrations/planr-land.json"
1051
+ ]
1052
+ },
1053
+ {
1054
+ "skillId": "planr-operate",
1055
+ "skillVersion": "2.1.0",
1056
+ "description": "Run a focused operating review across seven executive lenses and produce a decision and action brief. Use for periodic product or company-level leadership review.",
1057
+ "lifecycle": "active",
1058
+ "authorityClass": "operate-orchestration",
1059
+ "source": "skills/planr-operate/openplanr.skill.json",
1060
+ "sourceDigest": "sha256:0365cf364cdeeabe4d5c5c52f1f4e610ff7636f1e5728a9220c20ab97033599d",
1061
+ "triggerPolicy": {
1062
+ "include": [
1063
+ "Run an executive operating review across product, technology, growth, operations, and strategy",
1064
+ "Produce a decision and action brief for the product or company"
1065
+ ],
1066
+ "exclude": [
1067
+ "Review only a code diff",
1068
+ "Implement the resulting actions"
1069
+ ],
1070
+ "deferTo": []
1071
+ },
1072
+ "contracts": {
1073
+ "inputs": [],
1074
+ "outputs": [
1075
+ {
1076
+ "id": "operate-result",
1077
+ "version": "2.0.0"
1078
+ }
1079
+ ]
1080
+ },
1081
+ "cliRequirements": [],
1082
+ "ruleIds": [
1083
+ "R1",
1084
+ "R5",
1085
+ "R7"
1086
+ ],
1087
+ "contributionManifestRefs": [
1088
+ "packages/skill-runtime/contributions/operate.json"
1089
+ ],
1090
+ "hosts": [
1091
+ {
1092
+ "host": "claude-code",
1093
+ "entrypoint": "/planr:operate",
1094
+ "path": "dist/plugins/claude/openplanr/skills/operate/SKILL.md"
1095
+ },
1096
+ {
1097
+ "host": "codex",
1098
+ "entrypoint": "$planr:operate",
1099
+ "path": "dist/plugins/openai/openplanr/skills/operate/SKILL.md"
1100
+ },
1101
+ {
1102
+ "host": "cursor",
1103
+ "entrypoint": "planr-operate",
1104
+ "path": "dist/plugins/cursor/openplanr/rules/planr-operate.mdc"
1105
+ }
1106
+ ],
1107
+ "testRefs": [
1108
+ "tests/protocol/skill-catalog.test.mjs"
1109
+ ],
1110
+ "certificationRefs": [
1111
+ "evaluation/skills/migrations/planr-operate.json"
1112
+ ]
1113
+ },
1114
+ {
1115
+ "skillId": "planr-plan",
1116
+ "skillVersion": "1.1.1",
1117
+ "description": "Turn a Protocol-compatible specification or product intent into schema-compatible OpenPlanr stories and implementation tasks. Use for planning and decomposition, not implementation.",
1118
+ "lifecycle": "active",
1119
+ "authorityClass": "planning-write",
1120
+ "source": "skills/planr-plan/openplanr.skill.json",
1121
+ "sourceDigest": "sha256:18ed9de64dccee4d48bb9e94074cade3c6cda46e3c5eb9957eb96f4d319695a8",
1122
+ "triggerPolicy": {
1123
+ "include": [
1124
+ "Decompose a specification into user stories and implementation tasks",
1125
+ "Create an implementation plan from product intent"
1126
+ ],
1127
+ "exclude": [
1128
+ "Implement the plan",
1129
+ "Review an already written plan"
1130
+ ],
1131
+ "deferTo": []
1132
+ },
1133
+ "contracts": {
1134
+ "inputs": [],
1135
+ "outputs": [
1136
+ {
1137
+ "id": "plan-result",
1138
+ "version": "1.0.0"
1139
+ }
1140
+ ]
1141
+ },
1142
+ "cliRequirements": [],
1143
+ "ruleIds": [
1144
+ "R3"
1145
+ ],
1146
+ "contributionManifestRefs": [
1147
+ "packages/skill-runtime/contributions/workflows.json"
1148
+ ],
1149
+ "hosts": [
1150
+ {
1151
+ "host": "claude-code",
1152
+ "entrypoint": "/planr:plan",
1153
+ "path": "dist/plugins/claude/openplanr/skills/plan/SKILL.md"
1154
+ },
1155
+ {
1156
+ "host": "codex",
1157
+ "entrypoint": "$planr:plan",
1158
+ "path": "dist/plugins/openai/openplanr/skills/plan/SKILL.md"
1159
+ },
1160
+ {
1161
+ "host": "cursor",
1162
+ "entrypoint": "planr-plan",
1163
+ "path": "dist/plugins/cursor/openplanr/rules/planr-plan.mdc"
1164
+ }
1165
+ ],
1166
+ "testRefs": [
1167
+ "tests/protocol/skill-catalog.test.mjs"
1168
+ ],
1169
+ "certificationRefs": [
1170
+ "evaluation/skills/migrations/planr-plan.json"
1171
+ ]
1172
+ },
1173
+ {
1174
+ "skillId": "planr-plan-review",
1175
+ "skillVersion": "1.0.0",
1176
+ "description": "Review an OpenPlanr plan for product, engineering, design, and developer-experience problems. Use after planning and before implementation to improve the plan.",
1177
+ "lifecycle": "active",
1178
+ "authorityClass": "review-evidence",
1179
+ "source": "skills/planr-plan-review/openplanr.skill.json",
1180
+ "sourceDigest": "sha256:dfffd0c8bdf83a84f02b28c73f6957c58dd580bfa495b9b45a3f33256e33b542",
1181
+ "triggerPolicy": {
1182
+ "include": [
1183
+ "Review an implementation plan for product, engineering, design, and developer-experience problems",
1184
+ "Challenge a plan before implementation"
1185
+ ],
1186
+ "exclude": [
1187
+ "Implement the plan",
1188
+ "Write a new specification from vague intent"
1189
+ ],
1190
+ "deferTo": []
1191
+ },
1192
+ "contracts": {
1193
+ "inputs": [],
1194
+ "outputs": [
1195
+ {
1196
+ "id": "plan-review-result",
1197
+ "version": "1.0.0"
1198
+ }
1199
+ ]
1200
+ },
1201
+ "cliRequirements": [],
1202
+ "ruleIds": [
1203
+ "R3"
1204
+ ],
1205
+ "contributionManifestRefs": [
1206
+ "packages/skill-runtime/contributions/professional.json"
1207
+ ],
1208
+ "hosts": [
1209
+ {
1210
+ "host": "claude-code",
1211
+ "entrypoint": "/planr:plan-review",
1212
+ "path": "dist/plugins/claude/openplanr/skills/plan-review/SKILL.md"
1213
+ },
1214
+ {
1215
+ "host": "codex",
1216
+ "entrypoint": "$planr:plan-review",
1217
+ "path": "dist/plugins/openai/openplanr/skills/plan-review/SKILL.md"
1218
+ },
1219
+ {
1220
+ "host": "cursor",
1221
+ "entrypoint": "planr-plan-review",
1222
+ "path": "dist/plugins/cursor/openplanr/rules/planr-plan-review.mdc"
1223
+ }
1224
+ ],
1225
+ "testRefs": [
1226
+ "tests/protocol/skill-catalog.test.mjs"
1227
+ ],
1228
+ "certificationRefs": [
1229
+ "evaluation/skills/migrations/planr-plan-review.json"
1230
+ ]
1231
+ },
1232
+ {
1233
+ "skillId": "planr-release",
1234
+ "skillVersion": "1.0.0",
1235
+ "description": "Choose and maintain a product's versioning scheme, classify shipped changes, and write user-facing changelogs or release notes. Use for SemVer or CalVer decisions, version bumps, release cadence, and preparing a versioned release after landing.",
1236
+ "lifecycle": "active",
1237
+ "authorityClass": "release-preparation",
1238
+ "source": "skills/planr-release/openplanr.skill.json",
1239
+ "sourceDigest": "sha256:1680f712dac64d1e429b07e77899590b96b6b48b6655e64438358f5e8b1e9cf0",
1240
+ "triggerPolicy": {
1241
+ "include": [
1242
+ "Choose the next SemVer or CalVer version and write user-facing release notes",
1243
+ "Set up or maintain a changelog, versioning scheme, and release cadence"
1244
+ ],
1245
+ "exclude": [
1246
+ "Check whether unmerged work is ready to land without choosing a version",
1247
+ "Implement product code before release preparation"
1248
+ ],
1249
+ "deferTo": [
1250
+ "planr-land",
1251
+ "planr-ship"
1252
+ ]
1253
+ },
1254
+ "contracts": {
1255
+ "inputs": [],
1256
+ "outputs": [
1257
+ {
1258
+ "id": "release-result",
1259
+ "version": "1.0.0"
1260
+ }
1261
+ ]
1262
+ },
1263
+ "cliRequirements": [],
1264
+ "ruleIds": [
1265
+ "R1",
1266
+ "R5",
1267
+ "R7"
1268
+ ],
1269
+ "contributionManifestRefs": [
1270
+ "packages/skill-runtime/contributions/release.json"
1271
+ ],
1272
+ "hosts": [
1273
+ {
1274
+ "host": "claude-code",
1275
+ "entrypoint": "/planr:release",
1276
+ "path": "dist/plugins/claude/openplanr/skills/release/SKILL.md"
1277
+ },
1278
+ {
1279
+ "host": "codex",
1280
+ "entrypoint": "$planr:release",
1281
+ "path": "dist/plugins/openai/openplanr/skills/release/SKILL.md"
1282
+ },
1283
+ {
1284
+ "host": "cursor",
1285
+ "entrypoint": "planr-release",
1286
+ "path": "dist/plugins/cursor/openplanr/rules/planr-release.mdc"
1287
+ }
1288
+ ],
1289
+ "testRefs": [
1290
+ "tests/protocol/skill-catalog.test.mjs"
1291
+ ],
1292
+ "certificationRefs": [
1293
+ "evaluation/skills/migrations/planr-release.json"
1294
+ ]
1295
+ },
1296
+ {
1297
+ "skillId": "planr-ship",
1298
+ "skillVersion": "1.1.0",
1299
+ "description": "Implement an OpenPlanr plan, specification, task, or clearly stated request end to end in the current repository. Use when the user asks to build, implement, fix, finish, or ship local work.",
1300
+ "lifecycle": "active",
1301
+ "authorityClass": "implementation",
1302
+ "source": "skills/planr-ship/openplanr.skill.json",
1303
+ "sourceDigest": "sha256:1a2c6b2f7c69b364bbf6f2e7cc90abfcf75eaac4e8d10f4d4fd60af7d101e3a8",
1304
+ "triggerPolicy": {
1305
+ "include": [
1306
+ "Implement a plan, specification, task, fix, or clearly stated local request",
1307
+ "Build and verify the requested repository change",
1308
+ "Ship this",
1309
+ "Ship task",
1310
+ "Implement this task"
1311
+ ],
1312
+ "exclude": [
1313
+ "Only plan the work",
1314
+ "Prepare a release without changing code"
1315
+ ],
1316
+ "deferTo": [
1317
+ "planr-land"
1318
+ ]
1319
+ },
1320
+ "contracts": {
1321
+ "inputs": [],
1322
+ "outputs": [
1323
+ {
1324
+ "id": "implementation-result",
1325
+ "version": "1.0.0"
1326
+ }
1327
+ ]
1328
+ },
1329
+ "cliRequirements": [],
1330
+ "ruleIds": [
1331
+ "R3",
1332
+ "R5"
1333
+ ],
1334
+ "contributionManifestRefs": [
1335
+ "packages/skill-runtime/contributions/workflows.json"
1336
+ ],
1337
+ "hosts": [
1338
+ {
1339
+ "host": "claude-code",
1340
+ "entrypoint": "/planr:ship",
1341
+ "path": "dist/plugins/claude/openplanr/skills/ship/SKILL.md"
1342
+ },
1343
+ {
1344
+ "host": "codex",
1345
+ "entrypoint": "$planr:ship",
1346
+ "path": "dist/plugins/openai/openplanr/skills/ship/SKILL.md"
1347
+ },
1348
+ {
1349
+ "host": "cursor",
1350
+ "entrypoint": "planr-ship",
1351
+ "path": "dist/plugins/cursor/openplanr/rules/planr-ship.mdc"
1352
+ }
1353
+ ],
1354
+ "testRefs": [
1355
+ "tests/protocol/skill-catalog.test.mjs"
1356
+ ],
1357
+ "certificationRefs": [
1358
+ "evaluation/skills/migrations/planr-ship.json"
1359
+ ]
1360
+ },
1361
+ {
1362
+ "skillId": "planr-spec",
1363
+ "skillVersion": "1.0.0",
1364
+ "description": "Shape vague product or engineering intent into a clear, measurable Protocol-compatible specification grounded in the current repository. Use when requirements need clarification before planning or implementation.",
1365
+ "lifecycle": "active",
1366
+ "authorityClass": "planning-write",
1367
+ "source": "skills/planr-spec/openplanr.skill.json",
1368
+ "sourceDigest": "sha256:6244befe1e387bc099bc5b819ef19eba22cea6ea8a65e2392c51b60c01b814db",
1369
+ "triggerPolicy": {
1370
+ "include": [
1371
+ "Turn vague product or engineering intent into a precise specification",
1372
+ "Clarify requirements and acceptance criteria before planning"
1373
+ ],
1374
+ "exclude": [
1375
+ "Implement an existing specification",
1376
+ "Return project status"
1377
+ ],
1378
+ "deferTo": []
1379
+ },
1380
+ "contracts": {
1381
+ "inputs": [],
1382
+ "outputs": [
1383
+ {
1384
+ "id": "spec-result",
1385
+ "version": "1.0.0"
1386
+ }
1387
+ ]
1388
+ },
1389
+ "cliRequirements": [],
1390
+ "ruleIds": [
1391
+ "R3"
1392
+ ],
1393
+ "contributionManifestRefs": [
1394
+ "packages/skill-runtime/contributions/professional.json"
1395
+ ],
1396
+ "hosts": [
1397
+ {
1398
+ "host": "claude-code",
1399
+ "entrypoint": "/planr:spec",
1400
+ "path": "dist/plugins/claude/openplanr/skills/spec/SKILL.md"
1401
+ },
1402
+ {
1403
+ "host": "codex",
1404
+ "entrypoint": "$planr:spec",
1405
+ "path": "dist/plugins/openai/openplanr/skills/spec/SKILL.md"
1406
+ },
1407
+ {
1408
+ "host": "cursor",
1409
+ "entrypoint": "planr-spec",
1410
+ "path": "dist/plugins/cursor/openplanr/rules/planr-spec.mdc"
1411
+ }
1412
+ ],
1413
+ "testRefs": [
1414
+ "tests/protocol/skill-catalog.test.mjs"
1415
+ ],
1416
+ "certificationRefs": [
1417
+ "evaluation/skills/migrations/planr-spec.json"
1418
+ ]
1419
+ },
1420
+ {
1421
+ "skillId": "planr-status",
1422
+ "skillVersion": "1.0.0",
1423
+ "description": "Inspect project delivery or one feature's pipeline status without changing state. Use when the user asks what is done, pending, blocked, or next.",
1424
+ "lifecycle": "active",
1425
+ "authorityClass": "read-only-view",
1426
+ "source": "skills/planr-status/openplanr.skill.json",
1427
+ "sourceDigest": "sha256:72b7c2e904df948b7a5e325d741db001083fe028dc1968341fc4870aefe04128",
1428
+ "triggerPolicy": {
1429
+ "include": [
1430
+ "Report current OpenPlanr delivery status or outstanding work",
1431
+ "Show progress for one feature or the whole project"
1432
+ ],
1433
+ "exclude": [
1434
+ "Open the visual dashboard",
1435
+ "Modify planning state"
1436
+ ],
1437
+ "deferTo": []
1438
+ },
1439
+ "contracts": {
1440
+ "inputs": [],
1441
+ "outputs": [
1442
+ {
1443
+ "id": "status-result",
1444
+ "version": "1.0.0"
1445
+ }
1446
+ ]
1447
+ },
1448
+ "cliRequirements": [],
1449
+ "ruleIds": [
1450
+ "R1",
1451
+ "R5",
1452
+ "R7"
1453
+ ],
1454
+ "contributionManifestRefs": [
1455
+ "packages/skill-runtime/contributions/workflows.json"
1456
+ ],
1457
+ "hosts": [
1458
+ {
1459
+ "host": "claude-code",
1460
+ "entrypoint": "/planr:status",
1461
+ "path": "dist/plugins/claude/openplanr/skills/status/SKILL.md"
1462
+ },
1463
+ {
1464
+ "host": "codex",
1465
+ "entrypoint": "$planr:status",
1466
+ "path": "dist/plugins/openai/openplanr/skills/status/SKILL.md"
1467
+ },
1468
+ {
1469
+ "host": "cursor",
1470
+ "entrypoint": "planr-status",
1471
+ "path": "dist/plugins/cursor/openplanr/rules/planr-status.mdc"
1472
+ }
1473
+ ],
1474
+ "testRefs": [
1475
+ "tests/protocol/skill-catalog.test.mjs"
1476
+ ],
1477
+ "certificationRefs": [
1478
+ "evaluation/skills/migrations/planr-status.json"
1479
+ ]
1480
+ },
1481
+ {
1482
+ "skillId": "planr-sync",
1483
+ "skillVersion": "1.0.0",
1484
+ "description": "Audit OpenPlanr planning artifacts for graph and protocol drift. Use when statuses, references, schemas, or generated planning views may be inconsistent.",
1485
+ "lifecycle": "active",
1486
+ "authorityClass": "planning-write",
1487
+ "source": "skills/planr-sync/openplanr.skill.json",
1488
+ "sourceDigest": "sha256:7d7f55dc40b0cf927dc654e10da18b530ecf3564bfb42fdda21c67e2fa9dd802",
1489
+ "triggerPolicy": {
1490
+ "include": [
1491
+ "Audit planning artifacts for graph, schema, or protocol drift",
1492
+ "Check whether stories, tasks, and generated planning state are synchronized"
1493
+ ],
1494
+ "exclude": [
1495
+ "Synchronize external cloud data",
1496
+ "Implement feature code"
1497
+ ],
1498
+ "deferTo": []
1499
+ },
1500
+ "contracts": {
1501
+ "inputs": [],
1502
+ "outputs": [
1503
+ {
1504
+ "id": "sync-result",
1505
+ "version": "1.0.0"
1506
+ }
1507
+ ]
1508
+ },
1509
+ "cliRequirements": [],
1510
+ "ruleIds": [
1511
+ "R1",
1512
+ "R5",
1513
+ "R7"
1514
+ ],
1515
+ "contributionManifestRefs": [
1516
+ "packages/skill-runtime/contributions/workflows.json"
1517
+ ],
1518
+ "hosts": [
1519
+ {
1520
+ "host": "claude-code",
1521
+ "entrypoint": "/planr:sync",
1522
+ "path": "dist/plugins/claude/openplanr/skills/sync/SKILL.md"
1523
+ },
1524
+ {
1525
+ "host": "codex",
1526
+ "entrypoint": "$planr:sync",
1527
+ "path": "dist/plugins/openai/openplanr/skills/sync/SKILL.md"
1528
+ },
1529
+ {
1530
+ "host": "cursor",
1531
+ "entrypoint": "planr-sync",
1532
+ "path": "dist/plugins/cursor/openplanr/rules/planr-sync.mdc"
1533
+ }
1534
+ ],
1535
+ "testRefs": [
1536
+ "tests/protocol/skill-catalog.test.mjs"
1537
+ ],
1538
+ "certificationRefs": [
1539
+ "evaluation/skills/migrations/planr-sync.json"
1540
+ ]
1541
+ }
1542
+ ],
1543
+ "compatibilityAliases": [],
1544
+ "documentDigest": "sha256:2cc6e0ebc21a0129a346828b9661fc7918cdc776dd6a902de895e185a72710f8"
1545
+ }