openspec-propose

Generate proposal, design, and task artifacts via the openspec CLI.

147|28|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/linaproai/linapro --skill openspec-propose-linaproai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/linaproai/linapro/tree/main/.agents/skills/openspec-propose
Command: npx skills add https://github.com/linaproai/linapro --skill openspec-propose-linaproai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of creating multiple structured change artifacts (proposal, design, task lists) for new features or fixes, reducing errors and speeding up specification-driven development workflows.

Core Features & Use Cases

  • One-Step Artifact Generation: Automatically creates all required change artifacts (proposal.md, design.md, tasks.md) from a simple description of the desired change.
  • Dependency-Aware Workflow: Automatically tracks artifact dependencies and generates them in the correct order using the openspec CLI.
  • Use Case: A developer wanting to add user authentication can describe the requirement, and the Skill will generate a complete, structured change proposal ready for implementation.

Quick Start

Describe the new feature or bug fix you want to implement to generate a complete change proposal with all required artifacts.

Frequently Asked Questions about openspec-propose

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

FAQPage Schema
How do I generate change proposal artifacts for spec-driven development?

Generating change proposal artifacts for spec-driven development involves providing a feature description to automatically produce schema-compliant proposal.md, design.md, and tasks.md files.

What is the best way to automate feature planning document creation?

The best way to automate feature planning document creation is using a CLI-driven workflow that scaffolds structured design and task artifacts from a single requirement description, eliminating manual setup errors.

How does dependency-aware generation work for proposal creation?

Dependency-aware generation for proposal creation works by tracking artifact dependencies and automatically sequencing the generation of proposal, design, and task documents in the correct order using the openspec CLI.

Can I create implementation task lists from a simple feature description?

You can create implementation task lists from a simple feature description because the workflow automatically translates your requirement into a structured tasks.md file ready for development tracking.

Do I need the openspec CLI to produce schema-compliant proposal documents?

You need the openspec CLI to produce schema-compliant proposal documents because the automation relies on it to enforce project-specific constraints and generate artifacts in the correct format.

When should I not use automated proposal generation for bug fixes?

Automated proposal generation for bug fixes should not be used when your project lacks specification-driven workflows or when the required change falls outside the standard proposal, design, and task artifact structure.