Skip to content

feat: add batch commands (prd, plan, commit, pr) and consolidate README#22

Open
supmo668 wants to merge 4 commits intoWirasm:developmentfrom
supmo668:feat/batch-commands-and-readme-update
Open

feat: add batch commands (prd, plan, commit, pr) and consolidate README#22
supmo668 wants to merge 4 commits intoWirasm:developmentfrom
supmo668:feat/batch-commands-and-readme-update

Conversation

@supmo668
Copy link
Copy Markdown

Summary

Adds 4 batch commands to .claude/commands/prp-core/ and rewrites the README for clarity.

Batch Commands Added

Command Description
/prp-prd-batch Decompose a broad initiative into N independent PRDs — analyzes scope, proposes decomposition with dependency graph, gets user approval, then generates each PRD using the full /prp-prd workflow
/prp-plan-batch Generate plans for all pending PRD phases (respecting dependencies) or a comma-separated feature list — runs /prp-plan for each
/prp-commit-batch Analyze working tree diff, group changes into logical commits (auto/by-type/by-directory/by-feature/atomic), propose plan, stage and commit each group
/prp-pr-batch Discover branches with unpushed work and no existing PR, create PRs for each using /prp-pr with cross-PR references

Shared batch pattern: Analyze input → determine optimal count → propose plan with table → GATE (wait for approval) → execute sequentially calling single-item command → summarize with next steps.

README Changes

  • Full command reference table with args for every command
  • 6 workflow patterns (large feature, medium, bug fix, Ralph, batch, worktrees)
  • Agent catalog (10 agents with purpose and dispatch patterns)
  • Expanded artifacts structure (research/, debug/, ralph-archives/)
  • Removed duplication and consolidated sections

Related

A separate issue will be created to discuss adding a CONTRIBUTING.md to the repo.

- Add 4 batch commands: prp-prd-batch, prp-plan-batch, prp-commit-batch, prp-pr-batch
- Batch pattern: analyze → determine optimal count → propose → gate → execute → summarize
- README rewrite: full command reference with args, 6 workflow patterns, agent catalog,
  expanded artifacts structure, batch command docs
- Remove redundant sections, consolidate Quick Start and project structure
Copilot AI and others added 3 commits February 24, 2026 10:03
…tion for milestones

Co-authored-by: supmo668 <28805779+supmo668@users.noreply.github.com>
feat: enhance prp-prd-batch with explicit optimal PRD count determination
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.

2 participants