AI agent deep dives

10 principles for high-quality agent system prompts

Not the "act as an expert" cliché. These are lessons from agents that actually ship in production.

Kition Team·Feb 24, 2026·1 min read

10 principles

    1. Clearly define role and boundaries ("you are a writing assistant, not legal counsel")
    1. Enumerate available tools and when to call each
    1. Add confirmation gates for destructive operations
    1. Constrain reply format ("plan, then act, then 1-paragraph summary")
    1. Provide 1-2 full example dialogues
    1. State hard nos explicitly ("never force-push")
    1. Ask the user when uncertain — do not guess
    1. Fail-safes belong in the prompt ("stop after 3 tool failures and report")
    1. Keep it under ~8K tokens; everything else is lower priority
    1. Test, iterate, and version your prompt

Ready when you are.

Kition is a local-first AI workspace. Markdown documents, structured tables, and an AI agent — running on your own machine, against the model provider you choose.