openspec-propose

Generate design, spec, and task artifacts from a concise description using openspec CLI.

4|3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/valuedriven/devai --skill openspec-propose-valuedriven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/valuedriven/devai/tree/main/.agents/skills/openspec-propose
Command: npx skills add https://github.com/valuedriven/devai --skill openspec-propose-valuedriven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the planning phase by generating a complete set of proposal artifacts (design, specs, and tasks) from a concise user description.

Core Features & Use Cases

  • Creates a new change scaffold and artifacts with the openspec CLI.
  • Automatically resolves dependencies and produces ready-to-implement documents.
  • Provides a clear workflow and status updates to guide teams from idea to plan.

Quick Start

Describe the change you want to build and run the openspec new change flow to generate all artifacts.

Frequently Asked Questions about openspec-propose

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

FAQPage Schema
How do I automate change proposal generation for design and task artifacts?

Automating change proposal generation requires inputting a concise description to automatically scaffold design, specs, and task artifacts. This workflow resolves artifact dependencies in order, producing ready-to-implement planning documents through structured templates and CLI commands.

What is the best way to generate design specs and tasks from a brief description?

Generating design specs and tasks from a brief description is best handled by creating a change scaffold that resolves dependencies automatically. This approach uses CLI commands and artifact templates to transform concise user input into ready-to-implement structured documents.

How do I create a structured change scaffold for software planning artifacts?

Creating a structured change scaffold for software planning involves using the openspec CLI to generate design, specs, and task documents. The process enforces dependency resolution before proceeding, ensuring all artifact dependencies are satisfied and outputs follow structured templates.

Can I use openspec to generate ready-to-implement documents from a concise user description?

Yes, openspec can generate ready-to-implement documents from a concise user description by creating a new change scaffold and resolving artifact dependencies. It operates by enforcing structured outputs through CLI commands and templates while ensuring dependencies are satisfied before producing final documents.

Why does artifact dependency resolution matter when generating change proposals?

Artifact dependency resolution matters in change proposal generation because it ensures dependencies are satisfied before proceeding to produce documents. This dependency-order resolution prevents structural gaps in design, specs, and task artifacts, guaranteeing the final proposal output is complete and ready for implementation.

What limitations exist when automating planning phase artifact generation with CLI scaffolding?

Limitations of automating planning artifact generation with CLI scaffolding include reliance on the openspec CLI environment and strict template enforcement. The automation requires dependency resolution to succeed before proceeding, meaning incomplete or circular dependencies will halt the generation of ready-to-implement documents.