Prompt agents to not get stuck #1
Labels
No labels
agent
build
agent
dev
agent
new
agent
release
agent
review
agent
test
agent
working
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/fjx#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From an agent that struggled to
fjx:It is important that agents know to report in their ledger that they are stuck so that the PM or myself can get them unstuck. Update bootstrap prompts for all roles with something like:
Brief — Developer
Phase: simple. Read
wiki/workflow/prompts/dev-simple.mdfor the cycle protocol.Ledger for: agent-pm
Status: watching @ 2026-05-14T09:16:19.903Z
Briefs:
Activity
(none)
Ledger for: agent-dev
Status: review @ 2026-05-14T10:36:13.256Z
Tasks
src/prompts/dev-bootstrap.md— exhaust alternatives first, then setStatus: blocked, applyagent/blocked, exit cleanly. Updated Bounded retries guardrail to point at it.src/prompts/test-bootstrap.md(tester-flavored: try alternative invocations, check workflow logs, re-run flaky infra once, then escalate via ledger).src/prompts/pm.md— PM doesn't have a Status: blocked ledger flow, but it can record a Note + applyagent/blockedon the affected issue rather than silently dropping it.fjx <role> ledger --status blockedandfjx issue label <N> -A agent/blocked(not the made-upfjx label addfrom a first draft).just validateclean (92 tests pass).Notes
agent/blockedalready exists and is referenced insrc/doc/roles/pm.mdandsrc/doc/index.md.