cflx-proposal

Draft Conflux change proposals with guided clarifying questions and structured files.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tumf/cflx-skills --skill cflx-proposal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cflx-proposal
Source: https://github.com/tumf/cflx-skills/tree/main/cflx-proposal
Command: npx skills add https://github.com/tumf/cflx-skills --skill cflx-proposal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables teams to draft structured Conflux change proposals through guided, interactive conversations, reducing ambiguity and speeding up alignment.

Core Features & Use Cases

  • Interactive questioning: guides users with clarifying questions to define problem, scope, and success criteria.
  • Proposal scaffolding: creates openspec/changes/<id>/ proposal.md, tasks.md, design.md (optional), and specs deltas.
  • Validation & iteration: supports review loops and prepares proposals for validation and implementation.

Quick Start

Use the cflx-proposal skill to begin drafting a new Conflux change proposal. Provide a brief user request and allow the agent to ask clarifying questions, then generate the proposal structure and task breakdown.

Frequently Asked Questions about cflx-proposal

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

FAQPage Schema
How do I draft a structured Conflux change proposal through interactive workflows?

To draft a Conflux change proposal, you provide a brief request and the agent interactively asks clarifying questions to define problem scope and success criteria, then generates the structured proposal scaffolding automatically.

What files are generated for an OpenSpec change proposal?

An OpenSpec change proposal generates a structured directory containing proposal.md, tasks.md, an optional design.md, and specification deltas to capture scope, task breakdown, and acceptance criteria.

How does interactive questioning help define proposal scope and acceptance criteria?

Interactive questioning guides you through clarifying questions sequentially, reducing ambiguity by explicitly defining the problem, scope boundaries, and success criteria before scaffolding the proposal documentation.

Can I iterate on a proposal and prepare it for validation?

Yes, the proposal workflow supports review loops that allow you to iterate on the drafted content, refine the task breakdown, and prepare the change proposal for final validation and implementation.

Do I need any dependencies to start creating OpenSpec proposal documentation?

No external dependencies are required to create OpenSpec proposal documentation; you only need to provide a brief user request to initiate the guided interactive conversation for proposal generation.

What is the best way to structure tasks and design docs for a protocol change proposal?

The best way to structure protocol change proposals is using frontmatter-backed scaffolding that separates tasks into tasks.md, design into design.md, and captures specification deltas to ensure alignment and review readiness.