To document strategic use cases for the AI agent, this ticket covers the creation of a new guide at learn/guides/ai/StrategicWorkflows.md. This guide will serve as a "cookbook" of best practices for combining tools like git, the knowledge base (ai:query), and the agent's memory (ai:query-memory) to solve complex problems.
This separates the strategic "why" and "when" from the core operational protocols in AGENTS.md.
Acceptance Criteria
- A new directory is created at
learn/guides/ai/.
- A new guide file is created at
learn/guides/ai/StrategicWorkflows.md.
- The guide's introduction clarifies its target audience (primarily AI, but also human developers).
- The initial version of the guide is written, containing a detailed description of the Regression Bug Analysis Workflow.
- The
AGENTS.md file is updated to include reading this guide as a mandatory step in the Session Initialization protocol.
To document strategic use cases for the AI agent, this ticket covers the creation of a new guide at
learn/guides/ai/StrategicWorkflows.md. This guide will serve as a "cookbook" of best practices for combining tools likegit, the knowledge base (ai:query), and the agent's memory (ai:query-memory) to solve complex problems.This separates the strategic "why" and "when" from the core operational protocols in
AGENTS.md.Acceptance Criteria
learn/guides/ai/.learn/guides/ai/StrategicWorkflows.md.AGENTS.mdfile is updated to include reading this guide as a mandatory step in theSession Initializationprotocol.