Files
tkmind_go/documentation/docs/guides/context-engineering/index.mdx
T
2025-12-17 11:04:13 -08:00

56 lines
2.4 KiB
Plaintext

---
title: Context Engineering
hide_title: true
description: Provide goose with the knowledge, preferences, and workflows it needs to work effectively
---
import Card from '@site/src/components/Card';
import styles from '@site/src/components/Card/styles.module.css';
<h1 className={styles.pageTitle}>Context Engineering</h1>
<p className={styles.pageDescription}>
Context engineering is about building background knowledge, preferences, and workflows that help goose work more effectively. Instead of repeating instructions, you define them once and teach goose how you work.
</p>
<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
<div className={styles.cardGrid}>
<Card
title="Using goosehints"
description="Use AGENTS.md, .goosehints, and other files to provide project context, preferences, and instructions that goose loads automatically."
link="/docs/guides/context-engineering/using-goosehints"
/>
<Card
title="Using Skills"
description="Create reusable instruction sets containing workflows, scripts, and other resources that goose can load on demand."
link="/docs/guides/context-engineering/using-skills"
/>
<Card
title="Memory Extension"
description="Teach goose persistent knowledge it can recall across sessions. Save commands, code snippets, and preferences for consistent assistance."
link="/docs/mcp/memory-mcp"
/>
</div>
</div>
<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>📝 Featured Blog Posts</h2>
<div className={styles.cardGrid}>
<Card
title="What's in my .goosehints file"
description="A deep dive into .goosehints vs Memory Extension, and how to optimize your goose configuration for better performance."
link="/blog/2025/06/05/whats-in-my-goosehints-file"
/>
<Card
title="Stop Your AI Agent From Making Unwanted Changes"
description="Teach your AI agent how to commit early and often so you can control changes and roll back safely."
link="/blog/2025/12/10/stop-ai-agent-unwanted-changes"
/>
<Card
title="The AI Skeptic's Guide to Context Windows"
description="Why do AI agents forget? Learn how context windows, tokens, and goose help you manage memory and long conversations."
link="/blog/2025/08/18/understanding-context-windows"
/>
</div>
</div>