Skip to content

Conversation

@blackgirlbytes
Copy link
Contributor

@blackgirlbytes blackgirlbytes commented Dec 19, 2025

Summary

Adds a new blog post exploring different planning approaches with goose.

Content

This post discusses three planning philosophies for AI agents:

  • The Architect - Using /plan mode for interactive dialogue and comprehensive planning
  • The Director - Using instruction files for predefined execution plans
  • The Explorer - Using conversational context building with todo extension and goosehints

Files Added

  • documentation/blog/2025-12-19-does-your-ai-agent-need-a-plan/index.md
  • documentation/blog/2025-12-19-does-your-ai-agent-need-a-plan/blog-banner.png

Copilot AI review requested due to automatic review settings December 19, 2025 23:58
@blackgirlbytes blackgirlbytes requested a review from a team as a code owner December 19, 2025 23:58
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 blog post titled "Does Your AI Agent Need a Plan?" that explores three distinct planning philosophies for working with goose: The Architect (using /plan mode), The Director (using instruction files), and The Explorer (using conversational context building with todo extension and goosehints).

Key Points

  • Presents planning as a spectrum rather than a binary choice
  • Provides practical examples from real migration projects
  • Links to relevant documentation for each approach

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
documentation/blog/2025-12-19-does-your-ai-agent-need-a-plan/index.md New blog post content with frontmatter, three planning strategy sections, and meta tags for social sharing
documentation/blog/2025-12-19-does-your-ai-agent-need-a-plan/blog-banner.png Blog post banner image (binary PNG file)

@github-actions
Copy link
Contributor

github-actions bot commented Dec 20, 2025

PR Preview Action v1.6.3
Preview removed because the pull request was closed.
2025-12-20 03:09 UTC

@blackgirlbytes blackgirlbytes merged commit f581aec into main Dec 20, 2025
22 checks passed
@blackgirlbytes blackgirlbytes deleted the blog/does-your-ai-agent-need-a-plan branch December 20, 2025 03:06
wpfleger96 added a commit that referenced this pull request Dec 23, 2025
* main: (155 commits)
  remove Tool Selection Strategy preview (#6250)
  fix(cli): correct bash syntax in terminal integration functions (#6181)
  fix : opening a session to view it modifies session history order in desktop (#6156)
  test: fix recipe and audio tests to avoid side effects (#6231)
  chore: Update gemini versions in test_providers.sh (#6246)
  feat: option to stream json - jsonl really (#6228)
  feat: add mcp app renderer (#6095)
  docs: update skills extension to support .agents/skills directories (#6199)
  Add YouTube short to Chrome DevTools MCP tutorial (#6244)
  docs: Caveats for privacy information in logs documentation (#6218)
  move goose issue solver to opus (#6233)
  feat: improved UX for tool calls via execute_code (#6205)
  Blog: Code Mode Doesn't Replace MCP (#6227)
  fix: prevent keychain requests during cargo test (#6219)
  test: fix test_max_turns_limit slow execution and wrong message type (#6221)
  Skills vs MCP blog (#6220)
  Add blog post: Does Your AI Agent Need a Plan? (#6209)
  fix(ui): enable MCP UI to send a prompt message when an element is clicked (#6207)
  docs: param option for recipe deeplink/open (#6206)
  docs: edit in place or fork session (#6203)
  ...
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.

4 participants