Knowledge Base Guides
Purpose: How-to guides, tutorials, and Standard Operating Procedures (SoPs) for framework usage and best practices.
Audience: Developers, project managers, framework users, AI agents
Overview
This section contains practical guides and Standard Operating Procedures (SoPs) for using the AI Dev Kit framework, managing projects, and following best practices. Guides are organized by topic and provide step-by-step instructions for common tasks.
Standard Operating Procedures (SoPs)
SoPs define standardized processes and procedures for consistent execution of workflows and tasks.
Task Management & Cross-Wiring
- Task Template Cross-Wiring SoP - Standard procedure for cross-wiring tasks, emphasizing bidirectional linking and contextual relationships between interconnected tasks.
Bug Report & Feature Request Management
- Mixed BR/FR Scope Handling SoP - Standard procedure for handling mixed-scope Bug Reports and Feature Requests, including when to split documents and how to maintain traceability.
Framework Usage Guides
Package Management
- Package Maintenance and Release - Guide for maintaining and releasing packages in the framework.
Knowledge Management
- Building Persistent Knowledge - Guide for building and maintaining persistent knowledge bases in Cursor.
Repository Setup
- Badge Setup for Private Repos - Guide for setting up badges in private repositories.
How to Use This Section
Finding Guides
-
By Topic:
- Task Management: Check SoP section
- Package Management: Check Framework Usage Guides
- Knowledge Management: Check Framework Usage Guides
-
By Type:
- SoPs: Standard Operating Procedures (process definitions)
- Guides: How-to guides and tutorials
Creating Guides
-
SoP Document:
- Create in
docs/architecture/standards-and-adrs/directory - Follow naming convention:
[topic]-sop.mdor[topic]-[descriptive-name]-sop.md - Include lifecycle metadata (evergreen recommended)
- Link from this README
- Reference from related FR/BR documents
- Create in
-
Usage Guide:
- Create in
docs/knowledge/guides/directory - Follow naming convention:
[topic]-[descriptive-title].md - Include lifecycle metadata
- Link from this README
- Provide step-by-step instructions
- Create in
Related Documentation
- Architecture Standards:
docs/architecture/standards-and-adrs/- All SoP documents and ADRs - Feature Requests:
docs/project-management/kanban/fr-br/- FRs that may reference SoPs - Task Templates:
packages/frameworks/kanban/templates/- Templates that implement SoP guidance
This section is part of the Knowledge Base. See docs/knowledge/README.md for complete KB structure.