openspec-propose

Generate proposal.md, design.md, and tasks.md from a change description.

1|Updated Dec 9, 2024
One-click install
npx skills add https://github.com/hadenlabs/tasks --skill openspec-propose-hadenlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/hadenlabs/tasks/tree/main/.opencode/skills/openspec-propose
Command: npx skills add https://github.com/hadenlabs/tasks --skill openspec-propose-hadenlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Propose a new change and generate all artifacts in one step, saving time spent coordinating separate proposals, designs, and task lists.

Core Features & Use Cases

  • One-step proposal: Generate a complete change proposal with artifacts (proposal.md, design.md, and tasks.md) in a single operation.
  • Design and planning ready: Provides structured docs to align stakeholders and prepare for implementation.
  • Use Case: A product team wants to rapidly outline a feature idea and have ready-to-implement artifacts.

Quick Start

Run the openspec workflow to create a new change and automatically scaffold the proposal, design, and tasks.

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 design document and tasks list from a feature idea in one step?

You can generate a complete proposal, design, and tasks list by running a single workflow that automatically scaffolds proposal.md, design.md, and tasks.md from a user-provided change name or description.

What is the best way to scaffold project artifacts for a new change proposal?

The best way to scaffold project artifacts is using an automated change proposal workflow that derives a kebab-case identifier and creates structured planning documents with dependency awareness in one operation.

Can I automatically create proposal.md, design.md, and tasks.md from a single text description?

Yes, you can automatically create proposal.md, design.md, and tasks.md from a single text description. The workflow derives a kebab-case identifier and guides artifact creation based on your provided change name.

Does generating change proposals with artifact scaffolding support dependency awareness?

Yes, generating change proposals with artifact scaffolding supports dependency awareness. The workflow guides artifact creation by deriving a kebab-case identifier and factoring in dependencies during the generation process.

Why do I need a structured change proposal workflow instead of manually writing separate planning documents?

A structured change proposal workflow saves time spent coordinating separate proposals, designs, and task lists. It rapidly outlines a feature idea and provides ready-to-implement artifacts to align stakeholders and prepare for implementation.