openspec-propose

Generate proposal, design, and task artifacts from a brief description.

30|4|Updated Aug 2, 2024
One-click install
npx skills add https://github.com/belingud/gptcomet --skill openspec-propose-belingud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose
Source: https://github.com/belingud/gptcomet/tree/main/.codex/skills/openspec-propose
Command: npx skills add https://github.com/belingud/gptcomet --skill openspec-propose-belingud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Propose a change quickly and generate all necessary artifacts (proposal, design, and tasks) in one step, saving planning time and ensuring alignment across teams.

Core Features & Use Cases

  • Scaffold a new change by creating a complete proposal with design and task artifacts.
  • Determine a kebab-case change name from user input and track progress via a guided CLI workflow.
  • Use case: a PM or engineer wants an end-to-end plan ready for implementation from a brief description.

Quick Start

Describe the change you want to implement, then run openspec to generate the proposal, design, and task 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 project proposal and task list from a brief description?

To generate a project proposal, you provide a brief description of the change and run a CLI workflow. This automatically scaffolds a complete proposal.md, design.md, and tasks.md to ensure end-to-end readiness for implementation.

What is the best way to scaffold design and task artifacts for a new feature?

The best way to scaffold design and task artifacts is using an automated CLI-driven workflow that applies frontmatter metadata and dependency-based generation. This creates a unified proposal, design, and tasks file set from your initial input.

Can I auto-generate proposal, design, and tasks files in one step for project planning?

Yes, you can auto-generate proposal, design, and tasks files in one step. By submitting a brief description, the system enforces a guided workflow that outputs all three artifacts simultaneously to save planning time.

Does the artifact generation workflow require a specific naming convention for changes?

Yes, the artifact generation workflow requires a kebab-case naming convention. It determines a kebab-case change name directly from your input description to maintain consistent file and project tracking.

When do I need a CLI-driven scaffold for change proposals?

You need a CLI-driven scaffold for change proposals when a team requires an end-to-end plan ready for implementation. It enforces structured frontmatter metadata and dependency-based artifact generation to ensure alignment across teams.