imewlconverter
Spec-driven change workflow skills for planning and shipping code changes
All Skills in This Repository (20)
Pure Emerald Level Indicatorsopenspec-apply-change
Implements tasks from OpenSpec change proposals using the openspec CLI.
openspec-explore
Explores ideas, investigates codebases, and clarifies requirements before implementation.
openspec-verify-change
Validates implementation against change artifacts before archiving OpenSpec changes.
openspec-new-change
Scaffolds a new OpenSpec change directory using the artifact-driven workflow CLI.
openspec-archive-change
Archives completed OpenSpec changes after verifying artifact and task completion.
openspec-onboard
Guides users through a complete OpenSpec change workflow cycle in a real codebase.
openspec-bulk-archive-change
Archives multiple completed OpenSpec changes in one operation with conflict resolution.
openspec-continue-change
Creates the next artifact to advance an OpenSpec change workflow.
openspec-sync-specs
Sync delta specifications from changes into main OpenSpec specification files.
openspec-ff-change
Generates all OpenSpec change artifacts in one pass using the openspec CLI.
openspec-apply-change
Guide OpenSpec change selection, application, and tracking via CLI outputs.
openspec-explore
Guide brainstorming and requirements clarification with ASCII visualizations.
Frequently Asked Questions
FAQPage SchemaHow to install imewlconverter skills?▼
Run `npx skills add studyzy/imewlconverter --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development with AI agents?▼
It is a workflow where the agent first writes a proposal, specs, design, and task list for a change, then implements and verifies the code against those documents so nothing drifts from the plan.
How do I start a new change with these skills?▼
Ask your agent to start a new change and describe what you want to build; the openspec-new-change skill scaffolds the change folder and walks you through each artifact step by step.
Can the agent verify my implementation matches the spec?▼
Yes. The openspec-verify-change skill checks completeness, correctness, and consistency against your tasks and specs, then reports critical issues, warnings, and suggestions before archiving.
Do these skills work with Claude Code and other AI agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, CodeBuddy, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core