skills/openspec-skills/openspec-continue/SKILL.md
Create the next artifact in the dependency chain with `/opsx:continue`, building up a change incrementally. Use when the user says "continue the change", "create next artifact", "/opsx:continue", or wants step-by-step artifact creation.
npx skillsauth add teachingai/agent-skills openspec-continueInstall 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:continue to create the next artifact in the dependency chain. This builds a change incrementally — one artifact at a time — giving the user control to review and edit before proceeding.
/opsx:new).Query the dependency graph
openspec status --change <name> --json to see which artifacts are done, ready, or blocked.Identify ready artifacts
spec-driven schema: proposal -> specs / design -> tasks.Create one artifact
openspec instructions <artifact> --change <name> --json to get enriched instructions and templates.Show what's unlocked
Repeat
/opsx:continue again for the next artifact.proposal (root, no dependencies)
|
+---> specs (requires: proposal)
|
+---> design (requires: proposal)
|
+---> tasks (requires: specs + design)
proposal.md, specs/**/*.md, design.md, tasks.md)./opsx:continue again for the next artifact.openspec status --change <name>./opsx:continue add-dark-mode.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.