بنقرة واحدة
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