Skip to content

Implement personality injection and system prompt construction #13

@Aureliolo

Description

@Aureliolo

Context

Translate agent personality traits and configuration into effective system prompts per spec 3.1. The prompt construction system must produce contextually rich prompts that shape agent behavior, communication style, and decision-making.

Acceptance Criteria

  • Template system for prompt construction (Jinja2 or Python string templates)
  • Personality traits affect tone and communication style in generated prompts
  • Role description and instructions included in system prompt
  • Authority boundaries clearly communicated to the agent
  • Company context injected into prompts
  • Tool availability described in system prompt
  • Token budget awareness (estimate prompt length, stay within limits)
  • Unit tests showing different agent configs produce different prompts
  • Prompt length estimation utility
  • Support for prompt versioning/iteration

Dependencies

Design Spec Reference

Section 3.1 — Agent Identity and Personality

Metadata

Metadata

Assignees

No one assigned

    Labels

    prio:highImportant, should be prioritizedscope:medium1-3 days of workspec:agent-systemDESIGN_SPEC Section 3 - Agent Systemtype:featureNew feature implementation

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions