proposal

Generate implementation-ready change proposals with specs, acceptance criteria, and tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CuongTran69/tramthientra --skill proposal-cuongtran69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proposal
Source: https://github.com/CuongTran69/tramthientra/tree/main/.augment/skills/proposal
Command: npx skills add https://github.com/CuongTran69/tramthientra --skill proposal-cuongtran69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts informal requests, conversation plans, or vague change requests into complete, implementation-ready proposals and artifacts so teams can move from planning to execution without ambiguity.

Core Features & Use Cases

  • Automatic Proposal Generation: Produce a full change proposal including specifications, acceptance criteria, tasks, and supporting artifacts from a conversation plan or direct user input.
  • Clarification & Exploration: Automatically explore unclear or incomplete requests with targeted questions before generating final artifacts to ensure accuracy.
  • Subagent Integration: Brief the user and launch a subagent with subagent_type "osf-proposal", passing a structured Plan summary and Context payload for deterministic downstream processing.
  • Use Case: Convert a /feat or /fix brainstorm into developer-ready specs, ticket breakdowns, and test requirements without manual handoffs.

Quick Start

Create a new implementation proposal from the conversation plan, generate the necessary specs and artifacts, and launch the proposal subagent with the summarized plan and context.

Frequently Asked Questions about proposal

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

FAQPage Schema
How do I convert a vague request into implementation-ready specs and acceptance criteria?

To convert a vague request into implementation-ready specs, the proposal Skill explores unclear inputs with targeted clarification questions, then generates formal specifications, acceptance criteria, and task breakdowns from the conversation context.

What is the best way to generate developer-ready proposals from a brainstorming session?

Generating developer-ready proposals from a brainstorming session is done by summarizing the conversation context and passing a structured Plan summary with a Context payload to a subagent for deterministic artifact creation.

Can I automatically create task breakdowns and supporting documentation from a direct user input?

Yes, you can automatically create task breakdowns and supporting documentation from direct user input. The proposal Skill processes the input, explores missing details, and outputs comprehensive change proposals with all required artifacts.

Does the proposal generation process require manual handoffs to produce test requirements?

No, producing test requirements through the proposal generation process does not require manual handoffs. It automatically converts conversation plans into formal specs, ticket breakdowns, and test requirements directly.

How does the clarification process work for incomplete change requests?

The clarification process for incomplete change requests works by automatically exploring vague inputs with targeted questions before generating final artifacts, ensuring the resulting specifications and tasks are accurate and unambiguous.

When do I need to launch a subagent for proposal artifact creation?

You need to launch a subagent for proposal artifact creation when you have a summarized conversation plan and context payload ready, requiring the subagent to process these inputs for deterministic downstream generation of specifications and supporting documentation.