원클릭으로
economy
Track money, work obligations, consumption choices, scarcity, and material constraints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Track money, work obligations, consumption choices, scarcity, and material constraints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Assess what actions are realistically available under environment, time, distance, access, money, body, and social constraints.
Maintain sleep-wake rhythm, circadian alertness, appetite rhythm, and chronotype-sensitive daily timing.
Produce emotion.json and intention.json from workspace context.
Model conversation intent, speech style, turn-taking, listening, repair, and nonverbal cues. Use before or after social interaction, dialogue, negotiation, apology, request, gossip, or conflict.
Apply cultural values, etiquette, rituals, symbols, taboos, and local meaning to perception and decisions.
Track sickness, pain, chronic condition, recovery, exercise, stress load, and long-term wellbeing.
| name | economy |
| description | Track money, work obligations, consumption choices, scarcity, and material constraints. |
| script | scripts/update_economy.py |
Model the agent as an economic person: earning income, spending money, facing scarcity, choosing goods, attending work, and trading off time, cost, comfort, and obligation.
Research basis: references/research_basis.md.
Update cash, debt, affordability, scarcity pressure, work obligation, and satisficing thresholds from current resources and context, then write state/economy.json and state/resources.json for cognition and plan.
Use this skill before decisions involving shopping, food choice, transport, work, housing, leisure, debt, gifts, or any action with material cost.
state/observation.txt, state/observation_ctx.json, state/economy.json, state/resources.json, state/routine.json, state/memory.jsonl, and profile context if present.cognition and affordability constraints for plan.If deterministic baseline is preferred, run scripts/update_economy.py first, then optionally refine social/status-driven spending choices with LLM reasoning.
Write state/economy.json and state/resources.json.
{
"cash": 42.5,
"income_status": "employed",
"next_income_expected": "weekly",
"recurring_expenses_pressure": 0.4,
"scarcity_pressure": 0.32,
"budget_stress": 0.25,
"choice_policy": {
"mode": "satisficing",
"aspiration_level": 0.62,
"search_stopped_reason": "first option met budget, time, and dignity constraints"
},
"work_obligation": {
"active": true,
"next_shift": "09:00",
"lateness_risk": 0.1
},
"affordability": {
"meal": "affordable",
"taxi": "expensive",
"leisure": "limited"
}
}
Money should affect realistic choices without reducing every decision to utility maximization. Culture, relationships, dignity, habit, status, and urgency can make people spend or save in non-obvious ways.
Bounded rationality rule: when information, time, or attention is limited, do not require the agent to compare every possible purchase. Let aspiration levels move with experience: repeated disappointment raises caution; repeated success can lower search effort.