Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions documentation/docs/guides/creating-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: Creating Plans Before Working
sidebar_label: Creating Plans
---

import Card from '@site/src/components/Card';
import styles from '@site/src/components/Card/styles.module.css';

Starting a project without a clear plan is like building a house without a blueprint. It can lead to:

* Confusion about what to do
Expand Down Expand Up @@ -315,3 +318,13 @@ To enter planning mode, type `/plan`. Optionally, you can append your plan desc
( O)> /endplan
```

<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>📚 Featured Tutorial</h2>
<div className={styles.cardGrid}>
<Card
title="Planning Complex Tasks"
description="Learn how to use the Plan feature to break down complex tasks into manageable, executable steps."
link="/docs/tutorials/plan-feature-devcontainer-setup"
/>
</div>
</div>
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/headless-goose.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using Goose in "Headless" Mode for Automation
title: Using Goose in Headless Mode for Automation
description: Goose Headless Mode
---

Expand Down
Loading