openspec-propose-ai-kit

Generate proposal, design, and tasks artifacts using the openspec CLI.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill openspec-propose-ai-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-propose-ai-kit
Source: https://github.com/ducthang-hub/nw-ai-kit/tree/main/.agents/skills/openspec-propose-ai-kit
Command: npx skills add https://github.com/ducthang-hub/nw-ai-kit --skill openspec-propose-ai-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly turn a rough idea into a complete, implementation-ready change proposal with all required artifacts generated together.

Core Features & Use Cases

  • One-step proposal generation: Creates a change and generates proposal, design, and tasks artifacts in the correct dependency order.
  • CLI-driven orchestration: Uses the openspec CLI to scaffold, inspect build/apply readiness, and write each artifact from templates.
  • Practical workflow: When you’re ready to implement, it sets you up to run /opsx:apply and proceed immediately.

Use case: You want to add a feature and need a consistent spec + task breakdown for a team to implement; this Skill generates the proposal, design, and tasks together so you can move from idea to execution fast.

Quick Start

Tell the assistant what change you want to work on, and it will generate the proposal.md, design.md, and tasks.md for you.

Frequently Asked Questions about openspec-propose-ai-kit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a complete change proposal with spec and task breakdown in one step?

To generate a change proposal in one step, you provide the rough idea and the workflow scaffolds the change, resolves artifact dependency order, and writes the proposal, design, and tasks artifacts together until apply-ready.

What is the best way to automate spec writing and task planning for a new feature?

Automating spec writing and task planning is best handled by a CLI-driven workflow that uses openspec instructions templates to scaffold the change and sequentially generate the proposal, design, and task list.

Do I need the openspec CLI installed to generate proposal and design artifacts?

Yes, you need the openspec CLI installed, as the workflow executes pre-flight verification of the CLI and relies on it to scaffold, inspect build readiness, and write each artifact from templates.

How does CLI automation handle artifact dependency order when creating a change proposal?

CLI automation handles artifact dependency order by inspecting build readiness and resolving the sequence, ensuring that the proposal, design, and tasks artifacts are generated in the correct dependency order.

What happens after the proposal, design, and tasks artifacts reach apply-ready status?

After artifacts reach apply-ready status, you are set up to run the apply command, allowing you to proceed immediately from change planning to actual implementation execution.