Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new tutorial that walks users through orchestrating a team of goose subagents to build an “AI BriefMe” full‑stack app prototype, including planning, implementation, QA, and documentation steps. It focuses on end-to-end workflow guidance rather than modifying any runtime code.
Changes:
- Introduces a “Using Subagents” tutorial that defines roles (Planner, PM, Architect, Devs, QA, Tech Writer) and provides example prompts for each.
- Documents how to structure a simple Express + static frontend app that shells out to headless goose, including basic error handling and JSON-cleaning patterns.
- Adds step-by-step instructions for running, testing, and troubleshooting the generated app, including common failure modes (404s, JSON parsing errors, timeouts, port conflicts).
| @@ -0,0 +1,388 @@ | |||
| --- | |||
| title: Using Subagents | |||
| description: Spin up a team of subagents to build a fully functional app | |||
There was a problem hiding this comment.
This is a new tutorial page but the front matter doesn’t include an unlisted: true flag, which we use for content that shouldn’t yet appear in the main public docs navigation; please add unlisted: true to this front matter block so the page is initially hidden from general navigation.
| description: Spin up a team of subagents to build a fully functional app | |
| description: Spin up a team of subagents to build a fully functional app | |
| unlisted: true |
There was a problem hiding this comment.
hmm, I need to update the copilot instructions
|
Summary
tutorial on using subagents
Type of Change