proposal

Assemble client proposals and SOWs from knowledge base data into structured documents.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Modular-Earth-LLC/solutions-architecture-agent --skill proposal-modular-earth-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proposal
Source: https://github.com/Modular-Earth-LLC/solutions-architecture-agent/tree/main/skills/proposal
Command: npx skills add https://github.com/Modular-Earth-LLC/solutions-architecture-agent --skill proposal-modular-earth-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proposals and SOWs are often time-consuming to draft and hard to audit. This skill automates the assembly from knowledge base data into standardized, review-ready documents.

Core Features & Use Cases

  • Reads all KB files and assembles discovery, implementation, internal, and pitch deck proposals without re-analyzing sources.
  • Produces a single, structured document per engagement (e.g., proposal.md or sow.md) and supports downstream reviews.
  • Supports human-review workflow: content is prepared for client-facing use but must be validated by a human before delivery.

Quick Start

Invoke the proposal skill with a type (discovery|implementation|internal|pitch) to generate a complete client-facing document from KB data.

Frequently Asked Questions about proposal

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

FAQPage Schema
How do I generate a client proposal from existing knowledge base data?

Generate a client proposal by invoking the skill with a specific type (discovery, implementation, internal, or pitch) to read all KB files and assemble a complete document without re-analyzing sources. It outputs a structured proposal.md file for review.

Can I automatically assemble a statement of work without manual writing?

Yes, you can automatically assemble an SOW by using the implementation workflow type. The skill reads your knowledge base data and produces a structured sow.md file, which must pass human review before client delivery.

What is the best way to create a pitch deck proposal from KB files?

The best way to create a pitch deck proposal is to use the pitch workflow type, which reads all knowledge base files and assembles a complete, structured client-facing document ready for downstream human validation.

Does the generated proposal document require human review before delivery?

Yes, generated proposal documents require mandatory human review before client delivery. The skill prepares review-ready content from KB data, but a human must validate the assembled document before it reaches the client.

What proposal formats and workflows are supported for client delivery?

Supported workflows include discovery, implementation, internal, and pitch deck proposals. The skill outputs a single structured markdown document per engagement into a designated outputs directory for downstream review.

Why does the proposal assembly process skip re-analyzing source files?

The proposal assembly skips re-analyzing sources to optimize workflow efficiency, directly reading knowledge base data to produce complete documents. This approach ensures auditable, standardized outputs while reducing generation time.