openspec-propose

Generate proposal, design, and task artifacts under openspec/changes/<name>.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly transform vague change requests into a structured, ready-to-implement proposal set, including a proposal, design, and task list.

Core Features & Use Cases

  • Generate a complete change proposal with artifacts: proposal.md, design.md, tasks.md.
  • Streamline project planning by turning user requests into actionable work items.
  • Use case: a product manager asks for a new feature; this skill outputs a ready-to-implement plan and artifacts.

Quick Start

Describe the desired change in a concise sentence to generate a full proposal with 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 generate a complete change proposal with design and task artifacts in one step?▼

To generate a change proposal, you provide a concise sentence describing the desired change. The tool then derives a kebab-case name and automatically outputs proposal.md, design.md, and tasks.md artifacts under openspec/changes/<name> for immediate implementation.

What is the best way to turn vague feature requests into structured task tracking documents?▼

Transforming vague feature requests into structured task tracking documents requires generating an artifact set. This tool creates a ready-to-implement plan by producing proposal, design, and task artifacts that streamline project planning and document dependencies for audit.

Does openspec workflow support tracking change proposal progress to ready-for-apply status?▼

Yes, the openspec workflow supports tracking change proposal progress to ready-for-apply status. It follows the official openspec CLI workflow to generate artifact files, document dependencies, and monitor the proposal state from creation through to application readiness.

Can I automatically derive kebab-case identifiers for design documentation from a text request?▼

You can automatically derive kebab-case identifiers for design documentation by providing a simple text description. The interactive flow asks for a change name when needed, derives the identifier, and creates structured artifacts without manual file naming.

How do I create proposal, design, and task files for a new project change without manual formatting?▼

Creating proposal, design, and task files without manual formatting is done by entering a concise change description. The system automatically generates proposal.md, design.md, and tasks.md in the openspec/changes directory, ensuring standardized documentation.