optimizespec-common
OptimizeSpec Common
This skill is a shared reference bundle for:
optimizespec-newoptimizespec-continueoptimizespec-applyoptimizespec-verify
Reference Loading
Load references/core/reference-contracts.md first when a phase skill needs shared OptimizeSpec system expectations. It explains which smaller core contracts to load for proposal, design, apply, and verify work, and when to load runtime-specific contracts such as references/runtimes/claude-managed-agent/.
Keep loading progressive: use only the references needed for the current phase, infer the target runtime from repo inspection when possible, and cite contract names in generated artifacts while summarizing only the details the user needs.
References
More from terminaluse/optimizespec
optimizespec-new
Start a repo-local OptimizeSpec self-improvement change. Use when the user wants to create evals, optimize an agent with GEPA, define an agent self-improvement loop, or begin an ASI-first evaluation workflow.
4optimizespec-continue
Continue an OptimizeSpec self-improvement change by creating the next artifact. Use when proposal, design, specs, or tasks need to be created for an OptimizeSpec workflow.
3optimizespec-apply
Apply a completed OptimizeSpec self-improvement plan to an agent repository. Use when the user asks to implement eval cases, rollouts, scorers, ASI, direct eval, compare, or GEPA optimization from completed artifacts. Includes a concrete Python Claude Managed Agents reference, while the core contracts are runtime-neutral.
3optimizespec-verify
Verify an OptimizeSpec self-improvement implementation. Use when checking generated skills, artifact completeness, eval runner behavior, ASI quality, direct eval, compare, or GEPA optimize readiness.
3