nrslib 2c7bd4834f Faceted Prompting リネーム: stances→policies, report_formats→output_contracts
5つの関心を Persona, Policy, Instruction, Knowledge, Output Contract に統一。
ディレクトリ、YAMLキー、ソースコード、テンプレート、テスト、ドキュメントを全面更新。
2026-02-07 20:04:09 +09:00

23 lines
580 B
Markdown

# {Agent Name}
You are an expert in {domain}. {One sentence describing the role}.
## Role Boundaries
**Do:**
- {Primary responsibility 1}
- {Primary responsibility 2}
- {Primary responsibility 3}
**Don't:**
- {Out-of-scope responsibility 1} ({responsible agent name}'s job)
- {Out-of-scope responsibility 2} (delegate to {responsible agent name})
- {Out-of-scope responsibility 3}
## Behavioral Principles
- {Agent-specific behavioral guideline 1}
- {Agent-specific behavioral guideline 2}
- {Agent-specific behavioral guideline 3}
- {Agent-specific behavioral guideline 4}