openspec-propose

Create OpenSpec change proposals with proposal.md, design.md, and tasks.md artifacts.

63|6|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/xiayu519/Tyou --skill openspec-propose-xiayu519
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/xiayu519/Tyou/tree/main/.agents/skills/openspec-propose
Command: npx skills add https://github.com/xiayu519/Tyou --skill openspec-propose-xiayu519

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps teams create OpenSpec change proposals and all necessary artifacts in one step, aligning governance and implementation planning.

Core Features & Use Cases

  • Generate complete OpenSpec artifacts (proposal.md, design.md, tasks.md) from a clear change name or description.
  • Enforce guardrails and workflow constraints by deriving a kebab-case change name and scaffolding artifacts ready for implementation.
  • Use in scenarios like new features, framework changes, cross-file edits, or collaborative changes requiring coordinated plans.

Quick Start

Provide a clear change name or description, and I will generate the full OpenSpec proposal package 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 OpenSpec change proposals and artifacts for a new feature request?

To generate OpenSpec change proposals, provide a clear change name or description to scaffold required artifacts. This process creates proposal.md, design.md, and tasks.md files under openspec/changes/<name>/, ready for implementation planning and governance alignment.

What is the OpenSpec workflow for scaffolding project management artifacts?

The OpenSpec workflow scaffolds project management artifacts by deriving a kebab-case change name and generating structured proposal, design, and tasks documents. It tracks dependencies to align governance and implementation planning for coordinated team changes.

Can I use this automated artifact generation for cross-file edits and framework changes?

Yes, automated artifact generation applies to cross-file edits, framework changes, and collaborative tasks. By processing a provided change description, it outputs ready-for-implementation files that coordinate complex development efforts across your project.

What is the best way to structure collaborative change proposals in software engineering?

The best way to structure collaborative change proposals is using a standardized OpenSpec workflow that enforces guardrails. It scaffolds proposal.md, design.md, and tasks.md files, ensuring all dependencies are tracked and implementation plans are clearly defined.

Do I need a specific project-management environment to scaffold OpenSpec artifacts?

You need an environment supporting the openspec directory structure to scaffold artifacts. The workflow generates files directly under openspec/changes/<name>/, requiring no additional dependencies to output ready-for-implementation proposal, design, and tasks documents.