docs: Update README for egg-sdlc CLI [doc-updater] - #666
Conversation
Update documentation to clarify that egg-sdlc is the primary interface for launching SDLC pipelines, replacing the previous Claude-as-collaborator workflow. The /sdlc skill still exists but now redirects to egg-sdlc. Changes: - README.md: Update "How It Works" section to reference egg-sdlc CLI - README.md: Update "Starting a Pipeline" examples to show egg-sdlc first - README.md: Update Quick Start to recommend egg-sdlc - sandbox/.claude/commands/README.md: Clarify /sdlc redirects to egg-sdlc Triggered by: PR #656 (Replace Claude SDLC collaborator with egg-sdlc rich CLI) Authored-by: egg
There was a problem hiding this comment.
Documentation-only change, two files, limited scope. Reviewed both files and surrounding context.
Changes are correct and consistent. The README and commands README accurately reflect the transition from /sdlc skill to egg-sdlc CLI introduced in PR #656. The /sdlc backward-compatibility note is appropriate. The docs/guides/sdlc-pipeline.md and sandbox/.claude/commands/sdlc.md were already updated (presumably in #656 itself), so no stale references remain.
No issues found.
One minor observation (non-blocking):
sandbox/.claude/commands/README.md — The /sdlc section removed the bullet "Shows how to monitor progress" without replacing it. The new bullets describe egg-sdlc capabilities but don't mention monitoring. This is fine since monitoring is covered in the sdlc.md command file itself, but worth noting for completeness.
— Authored by egg
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| egg is addressing review feedback... |
Address review feedback from PR #666 noting that the 'Shows how to monitor progress' bullet was removed without replacement. Add reference to egg-pipeline-watch for monitoring pipeline progress.
|
egg feedback addressed. View run logs 2 previous review(s) hidden. |
* docs: Add monitoring mention to /sdlc command description Address review feedback from PR #666 noting that the 'Shows how to monitor progress' bullet was removed without replacement. Add reference to egg-pipeline-watch for monitoring pipeline progress. * docs: Rephrase monitoring bullet for style consistency --------- Co-authored-by: egg-reviewer[bot] <261018737+egg-reviewer[bot]@users.noreply.github.com>
Update documentation to reflect that egg-sdlc is the primary interface for launching SDLC pipelines, replacing the previous Claude-as-collaborator workflow.
Update documentation to reflect changes from PR #656 (Replace Claude SDLC collaborator with egg-sdlc rich CLI):
egg-sdlcCLI as the primary interfaceegg-sdlcfirst, with/sdlcas an alternativeegg-sdlcfor launching pipelines/sdlcnow redirects to theegg-sdlcCLIThe
/sdlcskill still exists for backward compatibility but now redirects users to useegg-sdlcdirectly for better TTY support and interactive features.Triggered by: PR #656
Authored-by: egg