Merged
Conversation
Contributor
There was a problem hiding this comment.
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 |
Contributor
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
codefromthecrypt
approved these changes
Dec 24, 2025
Collaborator
codefromthecrypt
left a comment
There was a problem hiding this comment.
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
dianed-square
approved these changes
Dec 24, 2025
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
New tutorial teaching how to use RPI with goose
Type of Change
AI Assistance
Testing
npm startto test the doc site locally