From partme-ai-full-stack-skills
Generates all OpenSpec planning artifacts—proposal, specs, design, tasks—in dependency order via /opsx:ff. Use for small-medium features skipping incremental review.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use **`/opsx:ff`** to fast-forward through all planning artifact creation at once. Creates all artifacts in dependency order (proposal -> specs -> design -> tasks) in a single pass.
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:ff to fast-forward through all planning artifact creation at once. Creates all artifacts in dependency order (proposal -> specs -> design -> tasks) in a single pass.
/opsx:new)./opsx:ff <change-name> to create and fast-forward in one step.Run fast-forward
/opsx:ff — fast-forward the current/inferred change./opsx:ff <change-name> — fast-forward a specific change.Artifacts are created in dependency order
spec-driven schema:
proposal.md — why and whatspecs/**/*.md — delta specs (requirements and scenarios)design.md — technical approachtasks.md — implementation checklistReview
openspec/changes/<name>/:
proposal.mdspecs/**/*.mddesign.mdtasks.md/opsx:ff add-dark-mode./opsx:continue instead for more control; add project context in openspec/config.yaml (see openspec-config).