feat: add batch commands (prd, plan, commit, pr) and consolidate README#22
Open
supmo668 wants to merge 4 commits intoWirasm:developmentfrom
Open
feat: add batch commands (prd, plan, commit, pr) and consolidate README#22supmo668 wants to merge 4 commits intoWirasm:developmentfrom
supmo668 wants to merge 4 commits intoWirasm:developmentfrom
Conversation
- 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
…tion for milestones Co-authored-by: supmo668 <28805779+supmo668@users.noreply.github.com>
feat: enhance prp-prd-batch with explicit optimal PRD count determination
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 4 batch commands to
.claude/commands/prp-core/and rewrites the README for clarity.Batch Commands Added
/prp-prd-batch/prp-prdworkflow/prp-plan-batch/prp-planfor each/prp-commit-batch/prp-pr-batch/prp-prwith cross-PR referencesShared 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
research/,debug/,ralph-archives/)Related
A separate issue will be created to discuss adding a
CONTRIBUTING.mdto the repo.