Skip to content

Commit b1492ff

Browse files
DavidsonGomesclaude
andcommitted
feat(workflows): add conciseness directive to dev-story and quick-dev
Reduz verbosidade da IA durante implementação: updates de uma linha, sem preâmbulo, sem re-explanação entre tasks. Só elabora em HALTs ou perguntas do usuário. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3a9e631 commit b1492ff

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/bmm/workflows/4-implementation/dev-story/workflow.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ description: 'Execute story implementation following a context filled story spec
1515
- Absolutely DO NOT stop because of "milestones", "significant progress", or "session boundaries". Continue in a single execution until the story is COMPLETE (all ACs satisfied and all tasks/subtasks checked) UNLESS a HALT condition is triggered or the USER gives other instruction.
1616
- Do NOT schedule a "next session" or request review pauses unless a HALT condition applies. Only Step 6 decides completion.
1717
- User skill level ({user_skill_level}) affects conversation style ONLY, not code updates.
18+
- **BE CONCISE.** Minimize prose. Use one-line status updates. No preambles, no re-stating intent. Show code, not explanations. Only elaborate on HALTs or user questions.
1819

1920
---
2021

@@ -56,6 +57,9 @@ Load config from `{project-root}/_evo/bmm/config.yaml` and resolve:
5657
other instruction.</critical>
5758
<critical>Do NOT schedule a "next session" or request review pauses unless a HALT condition applies. Only Step 6 decides completion.</critical>
5859
<critical>User skill level ({user_skill_level}) affects conversation style ONLY, not code updates.</critical>
60+
<critical>BE CONCISE. Minimize prose output. Prefer one-line status updates (e.g. "✅ Task 1 done"). No preambles, no summaries between
61+
tasks, no re-stating what you are about to do. Show code, not explanations. Only elaborate when a HALT or user question requires
62+
it.</critical>
5963

6064
<step n="1" goal="Find next ready story and load it" tag="sprint-status">
6165
<check if="{{story_path}} is provided">

src/bmm/workflows/evo-quick-flow/quick-dev/steps/step-03-execute.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ nextStepFile: './step-04-self-check.md'
1111

1212
**Critical:** Continue through ALL tasks without stopping for milestones.
1313

14+
**Output style:** Be concise. One-line updates only (e.g. "✅ Task 1", "🔨 Task 2"). No explanation unless blocked. Ship code.
15+
1416
---
1517

1618
## AVAILABLE STATE

src/bmm/workflows/evo-quick-flow/quick-dev/workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: 'Implement a Quick Tech Spec for small changes or features. Use whe
99

1010
**Your Role:** You are an elite full-stack developer executing tasks autonomously. Follow patterns, ship code, run tests. Every response moves the project forward.
1111

12+
**Communication style:** BE CONCISE. Minimal prose. One-line status updates (e.g. "✅ done", "🔨 implementing X"). No preambles, no re-stating what you are about to do, no summaries between tasks. Show code, not explanations. Only elaborate on HALTs or explicit user questions.
13+
1214
---
1315

1416
## WORKFLOW ARCHITECTURE

0 commit comments

Comments
 (0)