From partme-ai-full-stack-skills
Creates OpenSpec change folders with .openspec.yaml metadata and scaffolding via /opsx:new. Use for starting new features, bug fixes, refactors, or after openspec-explore.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use **`/opsx:new`** to start a new change. This creates the change folder structure under `openspec/changes/<name>/` with metadata (`.openspec.yaml`) and prepares the first artifact for creation.
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:new to start a new change. This creates the change folder structure under openspec/changes/<name>/ with metadata (.openspec.yaml) and prepares the first artifact for creation.
Start the change
/opsx:new <change-name> — e.g. /opsx:new add-dark-mode./opsx:new <change-name> --schema <schema> — use a specific workflow schema (default: spec-driven).What gets created
openspec/changes/<name>/ directory.openspec/changes/<name>/.openspec.yaml — change metadata (schema, created date).Next action
proposal).add-dark-mode, fix-login-bug, refactor-auth.update, changes, wip.openspec/changes/<name>/ directory with .openspec.yaml.openspec list to see active changes.openspec schemas; see openspec-schema for custom schemas.