| name | fsi-command-one-pager |
| description | Use when financial-services work requires create a one-page company strip profile using branded PPT template. |
| version | 0.1.0 |
| author | Changhochien |
| license | MIT |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"tags":["command","financial-services","investment-banking","one-pager"],"related_skills":[]}} |
FSI Command: /one-pager
Overview
This is the Hermes profile equivalent of the original Cowork slash command /one-pager from investment-banking. Invoke it explicitly with /skill fsi-command-one-pager or ask in natural language for this workflow.
When to Use
- Use when the user asks for
/one-pager or a one pager financial-services workflow.
- Use when the user wants the command procedure rather than a free-form answer.
Command Procedure
One-Pager Strip Profile Command
Create a professional one-page company strip profile for pitch books and deal materials.
Workflow
Step 1: Gather Company Information
If a company name or ticker is provided, use it. Otherwise ask:
- "What company would you like to profile?"
Step 2: Check for Available PPT Template Skills
First, check for existing ppt-template skills in the skills directory:
ls skills/ | grep -E "ppt-template|brand-guidelines"
If template skills exist (e.g., techcorp-ppt-template, gs-brand-guidelines):
- List available templates to the user
- Ask which template to use, or if they want a clean professional format
- Load the selected template skill with
skill: "[template-name]"
If no template skills exist, ask:
- "Do you have a branded PowerPoint template file to use? If so, provide the path. Otherwise I'll use a clean professional format."
If a template file is provided:
- Analyze the template structure to understand layouts
- Use appropriate layout for one-pager content
Step 3: Load Strip Profile Skill
Use skill: "strip-profile" to execute the profile creation:
-
Clarify requirements:
- Confirm single-slide format (one-pager)
- Ask about any specific focus areas
-
Research company data:
- Company overview (HQ, founded, employees, leadership)
- Business description and positioning
- Key financials (Revenue, EBITDA, margins, growth)
- Valuation metrics (Market Cap, EV, multiples)
- Recent developments and news
- Top shareholders (for public companies)
-
Create the strip profile:
- Use 4:3 aspect ratio (10" x 7.5")
- 4-quadrant layout:
- Top-left: Company Overview (bullets)
- Top-right: Business & Positioning (bullets)
- Bottom-left: Key Financials (table)
- Bottom-right: Stock chart + Shareholders OR Recent News
- Apply company brand colors
- Include accent bars on section headers
Step 4: Visual Review
After creating the slide:
- Convert to image for review
- Check for text overlap/cutoff issues
- Verify all data is populated (no placeholders)
- Show preview to user for approval
Step 5: Deliver Output
Provide:
- PowerPoint file (.pptx) - the one-pager
- Image preview - for quick review
- Summary of key data points included
One-Pager Layout Reference
┌─────────────────────────────────────────────────────────────────┐
│ Company Name (TICKER) [Logo] │
├────────────────────────────┬────────────────────────────────────┤
│ COMPANY OVERVIEW │ BUSINESS & POSITIONING │
│ • HQ, Founded, Employees │ • Core business description │
│ • CEO, CFO │ • Key products/services │
│ • Market cap, industry │ • Competitive positioning │
│ • Key stats │ • Growth drivers │
├────────────────────────────┼────────────────────────────────────┤
│ KEY FINANCIALS │ STOCK PERFORMANCE / OWNERSHIP │
│ ┌──────────────────────┐ │ [1Y Stock Chart] │
│ │ Metric │ FY24 │ FY25E│ │ │
│ │ Rev │ $XXB │ $XXB │ │ Top Shareholders: │
│ │ EBITDA │ $XXB │ $XXB │ │ • Vanguard: X.X% │
│ │ Margin │ XX% │ XX% │ │ • BlackRock: X.X% │
│ │ EV/EBITDA │ XXx │ XXx │ │ • State Street: X.X% │
│ └──────────────────────┘ │ │
└────────────────────────────┴────────────────────────────────────┘
Source: Company filings, FactSet
Quality Checklist
Before delivery:
Hermes Invocation
- Explicit:
/skill fsi-command-one-pager
- Natural language: “Use the one-pager command workflow for ...”
Verification Checklist