cyberneticlibrary

Apply OpenSpec changes to codebase

OPSX: Applycommandsetup L24
alexpialetski/doccraft
What it does

Execute implementation tasks from OpenSpec change workflow

Best for

Structured multi-step feature implementation with artifact-based requirements and mid-flight design iteration

Inputs
  • · change name (optional, inferred from context)
  • · openspec schema config
Outputs
  • · completed task checkboxes in tasks file
  • · code changes per task
  • · git commits
Requires
  • · openspec CLI
  • · openspec schema (spec-driven or custom)
Preconditions
  • · change created via /opsx:propose
  • · context files readable
  • · schema installed
Failure modes
  • · change name ambiguous/missing
  • · blocked by incomplete artifacts
  • · task unclear/unimplementable
  • · design issue revealed mid-implementation
Trust signals
  • · reads contextFiles dynamically from CLI
  • · pauses on ambiguity instead of guessing
  • · supports fluid artifact updates
  • · tracks progress per task