원클릭으로
portfolio-balancer
Daily Permanent Portfolio analysis with allocation drift and rebalancing recommendations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Daily Permanent Portfolio analysis with allocation drift and rebalancing recommendations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Calculate current allocation percentages, identify drift from targets, analyze margin efficiency
Gather current portfolio positions, values, and prices from Robinhood using bin/robinhood CLI
Create specific rebalancing recommendations based on drift analysis
Compile comprehensive human-readable daily report with all analysis and recommendations
Creates a job.yml specification by gathering workflow requirements through structured questions. Use when starting a new multi-step workflow.
Generates step instruction files and syncs slash commands from the job.yml specification. Use after job spec review passes.
| name | portfolio_balancer |
| description | Daily Permanent Portfolio analysis with allocation drift and rebalancing recommendations |
Multi-step workflow: Daily Permanent Portfolio analysis with allocation drift and rebalancing recommendations
CRITICAL: Always invoke steps using the Skill tool. Never copy/paste step instructions directly.
Automated daily portfolio analysis implementing Harry Browne's Permanent Portfolio strategy.
The Permanent Portfolio maintains equal 25% allocations across four asset classes designed to perform in different economic conditions:
This workflow:
bin/robinhood positions --save CLIIMPORTANT: This system is read-only. No trades are executed automatically. All recommendations require manual review and execution.
Parse any text following /portfolio_balancer to determine user intent:
portfolio_balancer.collect_portfolio_dataportfolio_balancer.analyze_allocationportfolio_balancer.generate_recommendationsportfolio_balancer.generate_reportUse the Skill tool to invoke the identified starting step:
Skill tool: portfolio_balancer.collect_portfolio_data
After each step completes:
If user intent is unclear, use AskUserQuestion to clarify:
.deepwork/jobs/portfolio_balancer/job.yml