From partme-ai-full-stack-skills
Syncs delta specs from an active OpenSpec change into main specs using /opsx:sync without archiving the change. Useful for long-running changes, parallel updates, or mid-change spec reviews.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use **`/opsx:sync`** to merge delta specs from a change into the main `openspec/specs/` directory without archiving the change. The change remains active after sync. This is optional — **openspec-archive** handles syncing automatically when archiving.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use /opsx:sync to merge delta specs from a change into the main openspec/specs/ directory without archiving the change. The change remains active after sync. This is optional — openspec-archive handles syncing automatically when archiving.
specs/.Run sync
/opsx:sync — sync the current/inferred change./opsx:sync add-dark-mode — sync a specific change by name.What happens
openspec/specs/.Verify
openspec/specs/.openspec/specs/ with delta changes merged.openspec/changes/<name>/.specs/ directory; create specs via openspec-continue or openspec-ff first.