From partme-ai-full-stack-skills
Creates the next ready artifact (proposal, specs, design, tasks) in an OpenSpec change's dependency graph via /opsx:continue for incremental, reviewable development.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use **`/opsx:continue`** to create the next artifact in the dependency chain. This builds a change incrementally — one artifact at a time — giving the user control to review and edit before proceeding.
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:continue to create the next artifact in the dependency chain. This builds a change incrementally — one artifact at a time — giving the user control to review and edit before proceeding.
/opsx:new).Query the dependency graph
openspec status --change <name> --json to see which artifacts are done, ready, or blocked.Identify ready artifacts
spec-driven schema: proposal -> specs / design -> tasks.Create one artifact
openspec instructions <artifact> --change <name> --json to get enriched instructions and templates.Show what's unlocked
Repeat
/opsx:continue again for the next artifact.proposal (root, no dependencies)
|
+---> specs (requires: proposal)
|
+---> design (requires: proposal)
|
+---> tasks (requires: specs + design)
proposal.md, specs/**/*.md, design.md, tasks.md)./opsx:continue again for the next artifact.openspec status --change <name>./opsx:continue add-dark-mode.