-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs: RPI tutorial #6261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: RPI tutorial #6261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a comprehensive tutorial on the Research → Plan → Implement (RPI) pattern, a structured workflow for using goose on complex software changes. The tutorial uses a real-world example of removing a feature from the codebase to demonstrate the methodology.
Key changes:
- New RPI tutorial with detailed walkthrough of the research, plan, and implement phases
- Addition of example research and plan documents as static assets to illustrate the RPI workflow outputs
- Updated webpack configuration to support loading
.rawfiles for embedding documentation examples
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| documentation/docs/tutorials/rpi.md | New comprehensive tutorial teaching the RPI workflow with prerequisites, workflow diagrams, and a real demonstration |
| documentation/static/files/thoughts/research/2025-12-22-llm-tool-selection-strategy.raw | Example research document showing detailed analysis of a feature implementation |
| documentation/static/files/thoughts/plans/2025-12-23-remove-tool-selection-strategy.raw | Example plan document demonstrating phased approach to feature removal |
| documentation/plugins/custom-webpack.cjs | Enhanced webpack plugin to support .raw file type for embedding static documentation assets |
| documentation/docs/tutorials/recipes-tutorial.md | Minor heading update for consistency |
|
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
codefromthecrypt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to be said. non-blocking comments are mainly to highlight what is often missing vs other agents.. the distinction between research and plan phases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
Summary
New tutorial teaching how to use RPI with goose
Type of Change
AI Assistance
Testing
npm startto test the doc site locally