openspec-propose

Generate proposal.md, design.md, and tasks.md via the openspec CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Propose a new change and automatically generate all required artifacts (proposal, design, and tasks) in a single step to accelerate implementation.

Core Features & Use Cases

  • Generate a complete proposal with design, specs, and tasks from a user description
  • Produce standardized artifacts: proposal.md, design.md, tasks.md, ready for review and execution
  • Works via the openspec CLI to scaffold changes and orchestrate artifact creation

Quick Start

Describe the change you want to build and I will generate a complete proposal with design, specs, and tasks 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 complete change proposal with design and tasks in one step?

You can generate a complete change proposal by providing a user-described change, which outputs a fully structured set of artifacts: proposal.md, design.md, and tasks.md ready for implementation. The skill uses a dependency-aware pipeline to scaffold the change and guide artifact creation automatically.

What is the best way to automate change management artifact generation?

Automating change management artifact generation involves using the openspec CLI to scaffold changes and orchestrate artifact creation through a dependency-aware pipeline. This process produces standardized design specs and task planning files from a single user description, accelerating implementation readiness.

Do I need the openspec CLI to scaffold changes and generate proposal files?

Yes, the openspec CLI is required to scaffold the change, determine artifact order, and guide artifact creation. It orchestrates the dependency-aware pipeline that generates the standardized proposal.md, design.md, and tasks.md files for your project.

Can I produce standardized design specs and task plans from a text description?

Yes, you can produce standardized design specs and task plans directly from a text description. The skill accepts your described change and outputs fully structured artifacts, including proposal.md, design.md, and tasks.md, that are ready for immediate review and execution.

What files are included when I scaffold a change proposal?

When you scaffold a change proposal, the generated files include proposal.md, design.md, and tasks.md. These standardized artifacts are created in one go through a dependency-aware pipeline, ensuring they are fully structured and ready for implementation.

How does the dependency-aware pipeline handle artifact creation order?

The dependency-aware pipeline determines artifact order by using the openspec CLI to scaffold the change first. It then guides the creation of proposal.md, design.md, and tasks.md sequentially, ensuring all generated artifacts are properly structured for implementation.