소스 정보
- 저장소
- reggiechan74/JobOps
- 최근 소스 활동
- 2026년 5월 28일 13:24
- 감지된 SKILL.md 언어
- 영어
- 스타
- 23
- 포크
- 4
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/reggiechan74/JobOps --skill proposaltemplate명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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
SOC 직업 분류 기준
SKILL.md 표시 중
| 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...