improve system prompt: tech-agnostic, add subagent delegation...#290
Merged
Conversation
9c7abd0 to
fb8942a
Compare
…bagent delegation ## Intent Replace the minimal five-sentence system prompt with a structured, meta-level agent prompt that works across any workflow domain and any AI platform. The new prompt teaches the agent *how to operate* rather than describing what it does, covering the core whats_next() loop, scoping discipline, clarification before action, and subagent delegation patterns introduced by the capability hint and review systems. ## Key decisions - Tech-agnostic role definition: removed 'develop software features' framing; the agent now describes itself as a structured, workflow-driven executor - Clarify before calling whats_next(): ambiguous user messages must prompt a clarifying question first, not a silent interpretation - Subagent delegation via capability hints: if the platform supports model switching use the hinted model/agent; otherwise decompose phase work into independent atomic tasks and delegate each to the appropriate subagent type - Reviews always delegated to thinking subagent: unconditional, regardless of whether a capability model is configured in .vibe/config.yaml - Task management section kept as isolated last paragraph so the beads plugin can replace that single sentence when it takes over task tracking
a4b6ffe to
bdc4327
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and review guidance