openspec-propose

Generate proposal, design, and task files from a natural language request.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/dentedgem9846-claw/chronocrystal-opsx --skill openspec-propose-dentedgem9846-claw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/dentedgem9846-claw/chronocrystal-opsx/tree/main/.pi/skills/openspec-propose
Command: npx skills add https://github.com/dentedgem9846-claw/chronocrystal-opsx --skill openspec-propose-dentedgem9846-claw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the rapid creation of a full change proposal by converting a user description into artifacts such as proposal.md, design.md, and tasks.md in one step.

Core Features & Use Cases

  • Generate a complete change package from a simple description, including proposal, design, and task artifacts.
  • Derive a kebab-case change name from user input to standardize project tracking.
  • Seamlessly integrate with the openspec CLI to scaffold, order artifact creation, and prepare for implementation.

Quick Start

Describe the change you want to build and I will generate a complete proposal with all 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 a change proposal with design and task artifacts from a natural language description?

To generate a change proposal, you provide a natural language description of the desired change. The tool then automates the creation of a complete package including proposal.md, design.md, and tasks.md artifacts ready for implementation.

What is the best way to automate scoping and task generation for engineering planning?

Automating engineering planning is best handled by converting a simple user request into standardized artifacts. This approach quickly scaffolds proposal, design, and task documents with proper dependency ordering.

Do I need the openspec CLI to create proposal and design documents?

Yes, you need the openspec CLI to scaffold and order artifact creation. It prepares the ready-to-run workflow required to generate the proposal, design, and task files from your input.

Can I use this proposal generation workflow for large product changes?

Yes, you can use this workflow for large product changes. It applies to product and engineering planning across small to large changes, enabling quick scoping and design generation from natural language inputs.

How does the change name standardization work for generated task artifacts?

Change name standardization works by deriving a kebab-case name from your natural language input. This standardized naming convention ensures consistent project tracking across the generated proposal, design, and task artifacts.