Skip to content

tutorial: subagents#6756

Merged
angiejones merged 2 commits intomainfrom
subagents-tutorial
Jan 28, 2026
Merged

tutorial: subagents#6756
angiejones merged 2 commits intomainfrom
subagents-tutorial

Conversation

@angiejones
Copy link
Collaborator

Summary

tutorial on using subagents

Type of Change

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

@angiejones angiejones requested a review from a team as a code owner January 27, 2026 22:57
Copilot AI review requested due to automatic review settings January 27, 2026 22:57
Copy link
Contributor

Copilot AI left a 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 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
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, I need to update the copilot instructions

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-01-28 00:37 UTC

@angiejones angiejones merged commit d0e8112 into main Jan 28, 2026
20 checks passed
@angiejones angiejones deleted the subagents-tutorial branch January 28, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants