vari-arti
- 5 skills
- 0 followers
- 15 hours ago last updated
- ▌ Opsx Ru Sync · vari-artiSync and Russian-translate OpenSpec artifacts to the openspec-ru mirror, copying non-markdown files as-is, translating markdown via Subagent (Composer 2.5), and running a file-count parity check. Use when any /opsx command (propose, apply, sync, archive) creates or updates files in openspec/changes or openspec/specs, or after any manual edit under openspec/ that must be mirrored to openspec-ru/.
- ▌ Openspec Reused · vari-artiCreate or update the reused.md artifact for an OpenSpec change — audit existing code for functionality to reuse, extend, or refactor before writing tasks. Use when planning implementation, after data-model and before tasks, or when the user mentions code reuse, DRY, duplicate logic, or extending existing components in an OpenSpec change.
- ▌ Openspec Propose · vari-artiPropose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
- ▌ Openspec Data Model · vari-artiCreate or update the data-model.md artifact for an OpenSpec change — DB structure, relationships, migrations, and storage conventions. Use when planning persistent data changes, after design and before tasks, or when the user mentions data model, schema, migrations, or database structure in an OpenSpec change.
- ▌ Openspec Apply Change · vari-artiImplement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.