ワンクリックで
proposaltemplate
Generate professional consulting proposal templates with pricing calculation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate professional consulting proposal templates with pricing calculation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build a complete resume through all 3 steps (draft, provenance check, final)
Initialize JobOps workspace - configure output directories, install templates, and optionally migrate legacy files
Assess candidate against job posting using pre-created scoring rubric
Compare assessment files across application folders under applications_root
Interview-driven generation of three market-validated ideal-role archetypes (Anchor, Stretch, Pivot) from career history, elicited preferences, and high-scoring assessment patterns
Generate a strategic cover letter with requirements-matching table from Step 3 resume
| name | proposaltemplate |
| description | Generate professional consulting proposal templates with pricing calculation |
| disable-model-invocation | true |
Read .jobops/config.json. If missing, stop with:
JOBOPS NOT CONFIGURED Run /jobops:setup (then /jobops-ic:setup) to initialize your workspace.
Use config.directories.contractor_root for output paths in this skill.
Use config.preferences.default_currency for pricing if applicable.
Generate McKinsey/BCG-style proposal with transparent pricing calculations.
--client=name: Client name (default: "Generic")--service=name: Service from definition (default: primary service)--type=TYPE: project|retainer|staff-aug|workshop (default: project)--value=amount: Target pricing (default: calculated from rate card)Find most recent: find {config.directories.contractor_root}/services/ -name "service_definition_*.md" -type f | sort -r | head -1
If missing: Stop execution. Guide user to run /defineservices first.
Parse required sections:
Validate: Require rate_card with hourly/daily rates, consultant credentials, >=1 service, payment_terms.
--client: Extract name, sanitize, default "Generic"--service: Fuzzy match against services, default to primary service, error if no match--type: Validate against [project|retainer|staff-aug|workshop], default "project"--value: Parse numeric, default null (calculate from rate card)Pitch Deck (if client != "Generic"):
{config.directories.contractor_root}/pitches/*${client}*.md (most recent)prospect_context.has_prior_research = true/falseCandidate Credentials (read directly from resume source): For proposal-relevant credentials, read:
WorkHistory/*.md — relevant role history, achievements with metricsProjects/*.md — case studies with outcomesTechnology/Certifications.md — Active certifications relevant to the proposal scopeCareerHighlights/*.md if present — quantified accomplishmentsPreferences/Vision.md — engagement and pricing preferencesDo NOT load candidate_profile.json — removed in v2.2.0.
CRITICAL: Transparent, defensible pricing with full traceability
PROJECT: estimated_hours x hourly.target x volume_discount
RETAINER: monthly_hours x effective_rate
STAFF-AUG: 20_days x daily.target x duration_discount
WORKSHOP: (workshop_days x daily.premium) + (prep_days x daily.target) + materials + followup
Range Check: Compare to service pricing.range (allow 20% buffer), warn if outside Minimum Check: Enforce minimums (project: $5K, retainer: $2K/mo, staff-aug: $8K/mo, workshop: $3K)
Generate pricing_calculation YAML metadata for frontmatter with method, rates, hours/days, discounts, final price.
Structure: Cover -> Executive Summary -> Understanding Challenge -> Proposed Approach -> Deliverables/Timeline -> Team/Qualifications -> Investment -> Terms -> Next Steps -> Appendix
Generation Rules:
[Evidence: source_file -> section]Cover Page: YAML frontmatter with pricing_calculation metadata + title/client/consultant/date/validity (14 days)/reference (PROP-YYYYMMDD-ClientInit-ServiceInit)
Executive Summary:
Understanding Your Challenge:
Proposed Approach (varies by type):
Deliverables & Timeline:
Team & Qualifications:
Investment:
Terms & Conditions:
Next Steps:
Appendix:
Filename: {config.directories.contractor_root}/proposals/[ClientCompany]_[YYYYMMDD].md
Display:
Warnings:
Stop Execution Errors:
/defineservices/defineservices --updateContinue with Default:
/proposaltemplate/proposaltemplate --client="Hatch" --service="AI Agent Development"/proposaltemplate --client="OxfordProperties" --service="Portfolio Advisory" --type=retainer/proposaltemplate --service="AI Training" --type=workshop --value=15000/proposaltemplate --client="TechStartup" --service="Senior AI Engineer" --type=staff-augNow execute proposal generation following all phases above...