Skip to content

Commit cfa0bed

Browse files
authored
docs: Plan tutorial (aaif-goose#4309)
1 parent 02a237f commit cfa0bed

3 files changed

Lines changed: 471 additions & 1 deletion

File tree

documentation/docs/guides/creating-plans.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: Creating Plans Before Working
44
sidebar_label: Creating Plans
55
---
66

7+
import Card from '@site/src/components/Card';
8+
import styles from '@site/src/components/Card/styles.module.css';
9+
710
Starting a project without a clear plan is like building a house without a blueprint. It can lead to:
811

912
* Confusion about what to do
@@ -315,3 +318,13 @@ To enter planning mode, type `/plan`. Optionally, you can append your plan desc
315318
( O)> /endplan
316319
```
317320
321+
<div className={styles.categorySection}>
322+
<h2 className={styles.categoryTitle}>📚 Featured Tutorial</h2>
323+
<div className={styles.cardGrid}>
324+
<Card
325+
title="Planning Complex Tasks"
326+
description="Learn how to use the Plan feature to break down complex tasks into manageable, executable steps."
327+
link="/docs/tutorials/plan-feature-devcontainer-setup"
328+
/>
329+
</div>
330+
</div>

documentation/docs/tutorials/headless-goose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Using Goose in "Headless" Mode for Automation
2+
title: Using Goose in Headless Mode for Automation
33
description: Goose Headless Mode
44
---
55

0 commit comments

Comments
 (0)