openspec-propose

Creates proposal, design, and tasks artifacts in dependency-aware order via the openspec CLI.

5|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/breuerfelix/spurwechsel --skill openspec-propose-breuerfelix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/breuerfelix/spurwechsel/tree/main/.opencode/skills/openspec-propose
Command: npx skills add https://github.com/breuerfelix/spurwechsel --skill openspec-propose-breuerfelix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning a rough idea into a complete, implementable plan without manually writing separate design and task documents.

Core Features & Use Cases

  • One-step change proposal: Creates a change and generates key artifacts in a single workflow run.
  • Design + tasks readiness: Produces proposal, design, and implementation steps together so execution can start quickly.
  • Dependency-aware artifact generation: Generates artifacts in the correct order based on what the proposal/apply process requires.

Quick Start

Run the skill with a description of the change you want to build, and it will create proposal, design, and tasks artifacts ready for implementation.

Frequently Asked Questions about openspec-propose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate design specifications and task plans for a software change in one workflow?

To generate design specifications and task plans together, you can use a guided workflow that scaffolds the change, computes artifact build order, and outputs proposal, design, and implementation steps ready for execution.

What is the best way to turn a rough software idea into an implementable change proposal?

Turning a rough idea into an implementable change proposal involves generating all implementation artifacts in a single run, ensuring design and task readiness so execution can start quickly without manual document writing.

Do I need the openspec CLI to automate proposal generation and artifact scaffolding?

Yes, automating proposal generation requires the openspec CLI to scaffold the change, compute artifact build order from status JSON, and generate each artifact via instructions templates until apply-ready requirements are satisfied.

How does dependency-aware artifact generation work when planning software changes?

Dependency-aware artifact generation works by computing the correct build order from status JSON, ensuring each design and task artifact is generated sequentially based on what the apply process requires.

Can I use this automated change management workflow for both product and engineering planning?

Yes, this automated change management workflow is suitable for both product and engineering users who need to quickly define what to build, specify how to build it, and outline implementation tasks.

What are the limitations of generating software design and tasks through CLI automation?

A limitation of generating software design and tasks through CLI automation is that the workflow stops only when apply-ready requirements are satisfied, relying entirely on openspec status JSON to determine artifact build order.