skills/openspec-skills/openspec-new/SKILL.md
Start a new OpenSpec change with `/opsx:new`, creating a change folder with metadata and scaffolding. Use when the user says "start a new change", "new feature", "/opsx:new", or "create an OpenSpec change".
npx skillsauth add teachingai/agent-skills openspec-newInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use /opsx:new to start a new change. This creates the change folder structure under openspec/changes/<name>/ with metadata (.openspec.yaml) and prepares the first artifact for creation.
Start the change
/opsx:new <change-name> — e.g. /opsx:new add-dark-mode./opsx:new <change-name> --schema <schema> — use a specific workflow schema (default: spec-driven).What gets created
openspec/changes/<name>/ directory.openspec/changes/<name>/.openspec.yaml — change metadata (schema, created date).Next action
proposal).add-dark-mode, fix-login-bug, refactor-auth.update, changes, wip.openspec/changes/<name>/ directory with .openspec.yaml.openspec list to see active changes.openspec schemas; see openspec-schema for custom schemas.development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.