docs: fix inaccurate descriptions in Basic Workflow README section (#1)#1578
Open
Valentin-Laurent wants to merge 2 commits into
Open
docs: fix inaccurate descriptions in Basic Workflow README section (#1)#1578Valentin-Laurent wants to merge 2 commits into
Valentin-Laurent wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the “Basic Workflow” documentation to reorder steps and clarify the implementation phase by splitting it into explicit sub-steps and execution paths.
Changes:
- Reorders steps to place plan-writing before creating a git worktree.
- Replaces the single “implementation” step with an “Implementation” section that enumerates execution paths + TDD + review.
- уточs the finishing step to mention worktree cleanup conditions.
|
Hello there is a request |
Author
? |
|
Thanks so much |
|
Thanks for the reply and the information that you sent
…On Tue, 19 May 2026, 12:59 am Valentin Laurent, ***@***.***> wrote:
*Valentin-Laurent* left a comment (obra/superpowers#1578)
<#1578?email_source=notifications&email_token=B5KYPUIRB22ICIH7SOG4KG343OPWBA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINBYGMZDMMJZHE2KM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-4483261994>
Hello there is a request
?
—
Reply to this email directly, view it on GitHub
<#1578?email_source=notifications&email_token=B5KYPUIRB22ICIH7SOG4KG343OPWBA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINBYGMZDMMJZHE2KM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-4483261994>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B5KYPULTKLJHK5XNOJKER5D43OPWBAVCNFSM6AAAAACZDEDAOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DIOBTGI3DCOJZGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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.
What problem are you trying to solve?
superpowersworkflow is not easy to understand when reading itsREADME.md. It contains inaccuracies (some of which where surfaced when working on that PR).What does this PR change?
In Basic Workflow section, corrected inaccuracies and used a tree-based view rather than a simple numbered list.
Is this change appropriate for the core library?
Yes, both for humans and agents (mine was mistaken by the existing section).
What alternatives did you consider?
NA
Does this PR contain multiple unrelated changes?
No
Existing PRs
Environment tested
NA
New harness support (required if this PR adds a new harness)
NA
Evaluation
README rendering is correct.
Rigor
NA
Human review