원클릭으로
affordance
Assess what actions are realistically available under environment, time, distance, access, money, body, and social constraints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Assess what actions are realistically available under environment, time, distance, access, money, body, and social constraints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
Maintain self-concept, social identity, roles, values, status concerns, and identity threats. Use when behavior depends on who the agent thinks it is or how it is seen.
SOC 직업 분류 기준
| name | affordance |
| description | Assess what actions are realistically available under environment, time, distance, access, money, body, and social constraints. |
Prevent unrealistic action choices. This skill translates the current world and internal state into feasible, costly, risky, or unavailable actions.
Combine environment context with body, money, time, access, norm, and relationship constraints, then write feasible, costly, risky, blocked, and unknown action options to state/affordances.json.
Research basis: references/research_basis.md.
Use this skill before planning, travel, purchase, social approach, work attendance, event participation, or any action that may fail because of constraints.
state/observation.txt, state/observation_ctx.json, state/affordances.json, state/economy.json, state/physiology.json, state/health.json, state/norms.json, and state/routine.json if present.plan.Write state/affordances.json.
{
"feasible_actions": ["walk to cafe", "talk to Alice", "buy cheap meal"],
"costly_actions": [
{
"action": "take taxi",
"cost_type": "money",
"severity": 0.65
}
],
"blocked_actions": [
{
"action": "enter office",
"reason": "closed or no access"
}
],
"risks": [
{
"action": "walk far while fatigued",
"risk": "increased exhaustion",
"severity": 0.42
}
],
"perceived_control_hint": 0.7
}
Affordance is not intention. It should not decide what the agent wants; it should clarify what the agent can realistically do and what each option costs.