Proposal Copilot (MVP)
Read the user input and produce structured output for freelance bidding.
Commands
- -
proposal 帮助: Show command usage - INLINECODE1 : Generate full proposal package (score + proposal + pricing + followups)
- INLINECODE2 : Generate proposal in selected style (paid)
- INLINECODE3 : Free preview (first lines)
- INLINECODE4 : Only return bid-worthiness score + reasons
- INLINECODE5 : Return pricing suggestion (paid)
- INLINECODE6 : Return D+1/D+3/D+7 follow-up copies (paid)
Output Rules
Always return concise, copy-paste ready text.
For proposal 生成, return JSON with keys:
- -
score (0-100) - INLINECODE9 (
BID|MAYBE|SKIP) - INLINECODE11 (one-line 投标建议结论)
- INLINECODE12 (array)
- INLINECODE13
- INLINECODE14
- INLINECODE15
- INLINECODE16
Pricing Rules (MVP)
- - If JD is clear + budget reasonable + skill match high: higher recommendation.
- If scope is vague: conservative pricing and add clarification questions.
- For hourly mode, return
recommended_rate, alt_rate_low, alt_rate_high. - For fixed mode, return 3 milestone split.
Score Rubric (100)
- - Budget match: 30
- Requirement clarity: 20
- Skill fit: 25
- Client quality signals: 15
- Delivery feasibility: 10
Decision threshold:
- -
>=70: BID - INLINECODE21 : MAYBE
- INLINECODE22 : SKIP
Billing
This skill must charge 0.001 USDT per paid generation call via SkillPay billing API.
If insufficient balance, return payment link.
Notes
MVP focuses on speed and practical output. Do not over-explain.
Proposal Copilot (MVP)
读取用户输入,为自由职业投标生成结构化输出。
命令
- - proposal 帮助:显示命令用法
- proposal 生成 :生成完整提案包(评分 + 提案 + 定价 + 跟进)
- proposal 生成 :按选定风格生成提案(付费)
- proposal 生成 预览 :免费预览(前几行)
- proposal 评分 :仅返回投标价值评分及理由
- proposal 报价 [min] [max]:返回定价建议(付费)
- proposal 跟进 <客户名> <岗位简述>:返回D+1/D+3/D+7跟进文案(付费)
输出规则
始终返回简洁、可直接复制粘贴的文本。
对于proposal 生成,返回包含以下键的JSON:
- - score(0-100)
- decision(BID|MAYBE|SKIP)
- summary(一行投标建议结论)
- reasons(数组)
- proposal_en
- pricing
- milestones
- followups
定价规则(MVP)
- - 如果JD清晰 + 预算合理 + 技能匹配度高:推荐较高定价。
- 如果范围模糊:保守定价并添加澄清问题。
- 按小时计费模式,返回recommendedrate、altratelow、altrate_high。
- 按固定价格模式,返回3个里程碑拆分。
评分标准(100分)
- - 预算匹配度:30
- 需求清晰度:20
- 技能契合度:25
- 客户质量信号:15
- 交付可行性:10
决策阈值:
- - >=70:BID
- 50-69:MAYBE
- <50:SKIP
计费
此技能每次付费生成调用需通过SkillPay计费API收取0.001 USDT。
若余额不足,返回支付链接。
备注
MVP注重速度和实用输出。不要过度解释。