From writing-and-design
Use when drafting or reviewing internal proposals, fundraising decks, partnership proposals, proposal rewrites, and decision-oriented business plans that must persuade a specific audience to approve resources, invest money, or commit to collaboration. Trigger on requests such as 商業企劃, 內部提案, 募資提案, 合作提案, 提案優化, 提案審稿, 董事會版本, 投資人版本, ask 撰寫, 資料不足處理.
How this skill is triggered — by the user, by Claude, or both
Slash command
/writing-and-design:commercial-proposal-writingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
把企劃書視為「讓決策者說 Yes 的商業說服文件」。
agents/openai.yamlassets/templates/proposal_full_template.mdassets/templates/review_report_template.mdreferences/01-intake-and-audience-routing.mdreferences/02-strategy-thinking-engine.mdreferences/03-proposal-structure-by-type.mdreferences/04-section-writing-playbook.mdreferences/05-financial-assumption-and-risk-guide.mdreferences/06-review-rubric-and-rewrite-rules.mdreferences/07-formal-tone-style-guide.mdreferences/08-output-polish-and-pitch-checklist.mdscripts/anova_template.pyscripts/chi_square_template.pyscripts/conjoint_template.pyscripts/kmeans_segmentation_template.pyscripts/logistic_regression_template.pyscripts/mds_positioning_template.pyscripts/pca_cfa_template.pyscripts/regression_template.py把企劃書視為「讓決策者說 Yes 的商業說服文件」。
本 skill 採雙模式:generate 產出完整企劃,review 審查既有企劃並重寫關鍵段落。
主流程固定為:提案分類 -> Audience 與 Ask 明確化 -> 企劃五問 -> 九段式說服結構 -> 健檢。
這不是全包式市場研究 skill。商業模式深化:使用 business-model-architect。統計方法與 scripts/*.py 僅在明確要求研究分析時載入。
必要欄位如下,不直接跳寫正文:
proposal_type: internal|fundraising|partnershipaudience: 誰做決策、誰影響決策、誰使用decision_goal: 這份企劃想推動什麼決策ask: 要對方批准什麼、投入什麼、何時決定problem_statement: 核心問題與不行動代價target_customer: 目標客群或受影響對象available_evidence: 可用資料、來源、可信度與限制goal_kpi: 成功定義與門檻budget: 預算、資源或投資需求timeline: 里程碑、時程與決策節點mode: generate|reviewtone_profile: executive_formal|investor_formal|consulting_formal|gov_formal|autoformality_level: standard|strict,預設 strict所有請求先檢查:
proposal_typeaudiencedecision_goalaskproblem_statementtarget_customeravailable_evidencegoal_kpibudget 與 timeline 若缺失,不得默默補完;應補件,或依 A/B/C/D 方案處理。
規則:
generate 或 review,先輸出 MissingDataQueryOutput。Assumption、Validation Needed、Risk。review 模式若缺原稿或關鍵段落,輸出補件要求,不可憑空審稿。missing_fieldswhy_neededquestions_to_userno_data_optionsnext_step_rule預設不替使用者自動選擇 A/B/C/D。
未提供 mode 時:
generatereview若 tone_profile=auto:
internal -> executive_formalfundraising -> investor_formalpartnership -> consulting_formal再依受眾覆寫:
gov_formalexecutive_formalinvestor_formalconsulting_formal以下是硬性禁則,違反時不得視為可交付版本:
CAC/LTV/ROAS。動筆前執行企劃五問:
這五問的回答固定輸出到 strategy_answers,然後再進入正文生成。
通過 Data Sufficiency Gate 後輸出:
strategy_answersnarrative_bodykey_numbers_logicassumption_registerask_blockcoverage_statusnarrative_body 必須是可直接送審的連續正文,並固定包含九段式結構:
key_numbers_logic 至少說明:
assumption_register 固定欄位:
AssumptionValidation NeededRisk審稿時固定輸出:
findings_by_severitylogic_gapsnumerical_inconsistenciesmissing_sectionscommon_mistake_flagsrewrite_prioritiesreintegrated_rewritereview 固定流程:
Why -> What -> How -> Proof -> AskCritical / Major / Minor 輸出重寫建議與整合版改寫提交前強制檢查:
Why -> What -> How -> Proof -> Ask 是否完整MissingDataQueryOutput。DraftOutput。reintegrated_rewrite。ReviewOutput。scripts/*.py,僅在明確要求研究分析時使用需求升級為商業模式重設、通路與收入設計、30 天驗證實驗時,使用 business-model-architect。
npx claudepluginhub timlai666/skills --plugin writing-and-designGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.