Skip to content

feat: add concurrency warning and timeout guidance for bash+Claude pattern#5

Merged
moekatib merged 1 commit intomainfrom
fix/flow-skill-concurrency-timeout-guidance
Mar 24, 2026
Merged

feat: add concurrency warning and timeout guidance for bash+Claude pattern#5
moekatib merged 1 commit intomainfrom
fix/flow-skill-concurrency-timeout-guidance

Conversation

@moekatib
Copy link
Contributor

Summary

  • Updates all bash+Claude timeout examples from 120s to 180s (3 min minimum)
  • Adds "Concurrency and timeout guidance" subsection to the AI-Augmented Patterns section covering:
    • Always set timeout to 180000ms+ for Claude steps
    • Run Claude-heavy flows sequentially to avoid resource contention
    • Timeout troubleshooting (it's contention, not prompt size)

Test plan

  • Verify SKILL.md renders correctly with no broken markdown
  • Grep for 120000 in SKILL.md — should return zero matches

Closes #4

🤖 Generated with Claude Code

…ttern

- Increase all bash+Claude timeout examples from 120s to 180s (3 min)
- Add concurrency and timeout guidance section explaining sequential
  execution requirement and timeout troubleshooting

Closes #4

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@moekatib moekatib merged commit fc2c57f into main Mar 24, 2026
@moekatib moekatib deleted the fix/flow-skill-concurrency-timeout-guidance branch March 24, 2026 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[one-flow skill] Add concurrency warning and timeout guidance for bash+Claude pattern

1 participant