Skip to content

Add loop.sh and PROMPT files for beads-loop workflow#3

Merged
javdl merged 1 commit intomainfrom
add-loop-and-prompts
Feb 26, 2026
Merged

Add loop.sh and PROMPT files for beads-loop workflow#3
javdl merged 1 commit intomainfrom
add-loop-and-prompts

Conversation

@javdl
Copy link
Contributor

@javdl javdl commented Feb 26, 2026

Summary

  • Add loop.sh — beads-loop v3 production-grade loop runner for Claude Code
  • Add PROMPT_build.md — build mode prompt for implementing ready beads
  • Add PROMPT_plan.md — plan mode prompt for analyzing and organizing beads
  • Add PROMPT_review.md — review mode prompt for code review against acceptance criteria

These files provide standardized AI-assisted development workflows across all FashionUnited repositories.

🤖 Generated with Claude Code

Add beads-loop runner script and prompt templates (build, plan, review)
from the prompts repository for standardized AI-assisted development workflows.
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eaec9fdcc7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

0c. For reference, each plugin lives in its own top-level directory (e.g. `productivity/`, `sales/`, `customer-support/`). See CLAUDE.md for the full repo structure.
0a. Run `br ready --json --limit 1` to find the highest priority unblocked task.
0b. Run `br show <task-id>` to read the full specification.
0c. For reference, the application source code is in `src/*`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore repo-specific source paths in workflow prompts

This prompt now tells agents to look in src/*/src/lib/*, but this repository is organized as top-level plugin directories (see AGENTS.md repository structure section) and has no src tree. In build/plan mode, this misroutes code search and edits to non-existent paths, so tasks can be marked incomplete or implemented in the wrong place even when the required plugin files already exist.

Useful? React with 👍 / 👎.

Comment on lines +26 to +27
ULTIMATE GOAL: We want to achieve [project-specific goal]. Ensure all necessary tasks
exist as beads with proper dependencies so `br ready` always shows the right next work.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Replace generic goal placeholder with project objective

[project-specific goal] is an unresolved template token, so the planning prompt no longer communicates a concrete target for this repo. That removes the criterion planners use to decide whether epics/tasks are sufficient, leading to inconsistent or incomplete bead plans across runs.

Useful? React with 👍 / 👎.

@javdl javdl merged commit 32d80c4 into main Feb 26, 2026
1 of 2 checks passed
@javdl javdl deleted the add-loop-and-prompts branch February 26, 2026 20:00
@javdl
Copy link
Contributor Author

javdl commented Feb 27, 2026

@claude fix

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.

1 participant