From 4c6b47f7eec2da6ad218409f030110390291f655 Mon Sep 17 00:00:00 2001 From: Nova_2761 Date: Thu, 9 Apr 2026 21:05:31 +0000 Subject: [PATCH] init: copy starter template quick.yml from core --- templates/quick.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/quick.yml diff --git a/templates/quick.yml b/templates/quick.yml new file mode 100644 index 0000000..09dad5f --- /dev/null +++ b/templates/quick.yml @@ -0,0 +1,27 @@ +name: quick +description: "Single-pass execution. No review, no planning. Fastest possible response." +debug: true +system: agent_prompt + +agent_prompt: + - "= identity.md" + +sections: + - agent + - project + - history + - rag + - message + - instructions + +steps: + - type: think + hint: | + Execute the assigned task directly and concisely. + Produce your best output in one pass — no preamble, no self-commentary. + Be specific and actionable. + + - type: close + rag_update: false +adjudication: + enabled: false