Agentic Proposal Skill
/install agentic-proposal-skill
Agentic Proposal Skill
Purpose
Create proposal and SOW-style sales documents for CompleteTech LLC agentic development engagements, from discovery recap through buyer approval.
System Boundary
This skill owns buyer-facing commercial scope before signature: proposals, SOW attachments, approval summaries, change-order proposals, and pilot recommendations. Use agentic-discovery-skill for upstream fact collection, agentic-contract-skill for agreement PDFs and legal-template artifacts, agentic-invoice-skill for payment requests, agentic-delivery-skill after approval, and agentic-email-skill only for the covering message that sends or follows up on the proposal.
Core Workflow
- Identify the commercial stage: post-discovery recap, pilot proposal, full proposal, SOW, procurement summary, change order, expansion, retainer, or evaluation/risk plan.
- Gather only verified facts: client, workflow, pain, systems, timeline, budget model, stakeholders, decision criteria, constraints, approval rules, and desired next step.
- Use
references/use-case-decision-table.mdto choose the right proposal type. - Use
references/proposal-positioning.mdfor brand language, scope boundaries, proof rules, and guardrails. - Use
references/proposal-catalog.mdfor near-exhaustive templates. - Draft in a practical, bounded, low-hype voice. Do not fabricate case studies, savings metrics, regulated-use assurances, legal claims, or client facts.
Proposal Selection Guide
- Post-discovery summary: use
discovery-recap. - Short buyer-friendly pilot pitch: use
one-page-pilot-proposal. - Full services proposal: use
full-agentic-development-proposal. - Contract-ready scope attachment: use
statement-of-work. - Fixed-price first engagement: use
fixed-fee-pilot-proposal. - Hourly or flexible scope: use
time-and-materials-proposal. - Ongoing support/monitoring: use
monthly-retainer-proposal. - Advice without build: use
advisory-only-proposal. - Workflow assessment before implementation: use
workflow-assessment-proposal. - Multi-phase delivery plan: use
implementation-roadmap. - Testing and acceptance focus: use
evaluation-plan. - Governance or safety concern: use
risk-control-plan. - Approval architecture: use
human-in-the-loop-approval-model. - Added scope after agreement: use
change-order-proposal. - Second workflow after pilot: use
expansion-second-workflow-proposal. - Procurement or internal approval: use
procurement-ready-scope-summary. - Executive decision maker: use
executive-summary. - Buyer needs clear done criteria: use
acceptance-criteria. - Scope boundaries unclear: use
assumptions-and-exclusions. - Closeout and operations planning: use
support-and-handoff-plan. - After discovery when a recommendation is needed: use
post-discovery-recommended-pilot-memo. - Technical audience: use
technical-architecture-proposal. - Data/tool access concerns: use
data-and-tooling-readiness-proposal. - Training and enablement: use
training-enablement-proposal. - Proof of concept only: use
proof-of-concept-proposal. - Production rollout after pilot: use
production-rollout-proposal.
When several templates fit, choose by buyer decision need first, then stage, then document length. If the buyer has not agreed on a workflow and success criteria, do not jump to a full SOW; use discovery recap, assessment, or pilot recommendation first.
Quality Rules
- Frame agentic development as practical workflow implementation: discovery, tool routing, retrieval, approval gates, evaluation examples, logs, monitoring, documentation, support, and handoff.
- Keep humans in the loop for external communications, production changes, purchases, data export, and material business decisions.
- Include assumptions, exclusions, acceptance criteria, risks, and dependencies when the document is used for buying approval.
- Make scope concrete enough to become a contract or invoice input.
- Use
TBDor ask for facts rather than inventing client details, legal terms, metrics, or proof.
Resource Guide
references/proposal-positioning.md: load for CompleteTech LLC offer framing, language, proof rules, and boundaries.references/use-case-decision-table.md: load when deciding which document type to use.references/proposal-lifecycle.md: load for end-to-end flow from discovery through contract/invoice handoff.references/proposal-catalog.md: load for the near-exhaustive proposal/SOW template library.references/template-index.json: machine-readable template metadata used by the renderer.scripts/render_proposal.py: list proposal templates or render a draft with placeholders.
Renderer
python3 scripts/render_proposal.py --list
python3 scripts/render_proposal.py --stage pilot --list
python3 scripts/render_proposal.py --template one-page-pilot-proposal --var client_name=Acme --var workflow="support triage"
Rendered templates are drafts. Replace placeholders with verified facts and refine the narrative for the buyer.
Rendering to a Branded PDF
Artifacts from this skill are delivered as branded CompleteTech LLC PDF documents, not raw Markdown. The renderer emits the PDF (and prints the Markdown) in one command, using the same reportlab branding engine as the contract skill:
pip install -r requirements.txt
python3 scripts/render_proposal.py --template one-page-pilot-proposal \
--out artifact.pdf --png artifact.png \
--title "Support Email Triage Agent — Pilot Proposal" --doc-type "PROPOSAL / STATEMENT OF WORK" \
--subtitle "Prepared for \x3Cb>Northwind Trading Co.\x3C/b>" --meta "PROPOSAL NO.=PRO-2026-0188" --meta "DATE=2026-05-20" \
--var client_name="Client Name" --var workflow="support triage"
--no-pdfemits Markdown only (the original behavior);--no-coverdrops the cover page.- Already drafted the Markdown yourself? Render it directly:
python3 scripts/render_pdf.py --markdown artifact.md --out artifact.pdf --logo assets/logo.png --title "...". - The PDF supports a Markdown subset:
#/##/###headings, paragraphs,-bullets, tables,>callouts,**bold**, and[PAGE_BREAK]. PDF requiresreportlab; the optional--pngpreview requirespypdfium2andpillow. Seeassets/examples/for a rendered example.
Network Boundary
This skill is local-only. It does not include outbound network helpers, callbacks, or any helper that posts proposal run metadata to an external service.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentic-proposal-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentic-proposal-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agentic Proposal Skill 是什么?
Create CompleteTech LLC agentic development proposals, statements of work, discovery recaps, pilot recommendations, evaluation plans, risk/control plans, imp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Agentic Proposal Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-proposal-skill」即可一键安装,无需额外配置。
Agentic Proposal Skill 是免费的吗?
是的,Agentic Proposal Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentic Proposal Skill 支持哪些平台?
Agentic Proposal Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentic Proposal Skill?
由 CompleteTech(@completetech)开发并维护,当前版本 v1.0.2。