open-platform-model
Official@open-platform-model
OpenSpec lifecycle management for technical specification versioning, delta synchronization, and structured change implementation across enterprise codebases.
Agent Skills by open-platform-model
Showing 15 vetted skills indexed across 1 GitHub repositories.
openspec-apply-change
Apply OpenSpec changes by coordinating status checks, instructions, and task execution.
openspec-explore
Guide problem exploration and requirement clarification with clarifying questions and ASCII diagrams.
openspec-verify-change
Verify change implementations against openspec delta specifications.
openspec-new-change
Scaffold a new OpenSpec change workflow from user input.
openspec-archive-change
Archive completed OpenSpec changes with metadata preservation.
openspec-onboard
Guide new users through OpenSpec phases from exploration to archive.
openspec-bulk-archive-change
Batch archive multiple completed OpenSpec changes with conflict detection and status validation.
openspec-continue-change
Create the next artifact in an OpenSpec change sequence.
openspec-sync-specs
Merge delta specifications into main spec files while preserving unrelated content.
openspec-ff-change
Generate OpenSpec change artifacts in dependency order from templates.
commit
Validate staged Git commits against the Conventional Commits format.
brainstorm
Generate multiple distinct angles on a user-provided topic.
openspec-cleanup
Identify and report dead, obsolete, or orphaned code with file paths and line numbers.
openspec-harmonize-changes
Detect conflicting OpenSpec changes and generate a structured harmony report.
security-audit
Audits Go CLI projects for vulnerabilities and generates a severity-ranked report.
Frequently Asked Questions About open-platform-model
FAQPage SchemaWhat specific tasks are enabled by the OpenSpec suite?▼
The suite enables end-to-end management of technical specifications, including scaffolding new changes, synchronizing delta updates into main files, verifying implementations against specifications, and archiving completed tasks. It also provides utilities for detecting conflicting changes and identifying orphaned code within a repository.
Which personas benefit most from these capabilities?▼
Technical leads, systems architects, and software engineers responsible for maintaining complex documentation and codebase consistency benefit most. These capabilities are designed for teams requiring rigorous version control, dependency-aware change sequencing, and automated auditing of project health and security vulnerabilities.
What are the prerequisites for running these operations?▼
Execution requires a repository structured around OpenSpec delta specifications and standard Git version control. Users must ensure their environment supports the underlying Go-based auditing functions and that project files are formatted to allow for structured parsing and conflict detection during the synchronization phases.