From partme-ai-full-stack-skills
Implements tasks from tasks.md using /opsx:apply: reads unchecked items, writes code, creates/modifies files, runs tests, marks complete. Use when planning done and ready to code.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use **`/opsx:apply`** to implement tasks from a change. The agent reads `tasks.md`, works through tasks one by one, writes code, creates files, runs tests as needed, and checks off completed items with `[x]`.
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:apply to implement tasks from a change. The agent reads tasks.md, works through tasks one by one, writes code, creates files, runs tests as needed, and checks off completed items with [x].
tasks.md exists (created via openspec-ff or openspec-continue).Start implementation
/opsx:apply — apply the current/inferred change./opsx:apply <change-name> — apply a specific change.Read tasks
tasks.md and identifies incomplete tasks (unchecked [ ] items).Work through tasks
[x] in tasks.md.Handle issues
design.md) and continue.Resume if interrupted
/opsx:apply again; it picks up where it left off based on checkbox state.tasks.md updated with [x] for completed tasks./opsx:apply add-dark-mode.tasks.md (or use /opsx:continue to regenerate) before applying.design.md or specs/ as needed; OpenSpec is iterative.