Commit fb8942a
committed
feat(system-prompt): rewrite agent prompt to be tech-agnostic with subagent 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 tracking1 parent 2b9d744 commit fb8942a
1 file changed
Lines changed: 26 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
42 | 64 | | |
43 | 65 | | |
44 | 66 | | |
| |||
0 commit comments