update playbook

This commit is contained in:
zachary62
2025-03-01 13:24:28 -05:00
parent ece2bb63d3
commit c9247d25dd
+2
View File
@@ -9,6 +9,8 @@ nav_order: 1
## System Design Steps
Start with a high-level design. Steps 14 should primarily be documented in docs/design.md, except for step 2, which you may implement the utility functions once their design is first complete.
1. **Project Requirements**: Clearify the requirements for your project.
2. **Utility Functions**: Although the system acts as the main decision-maker, it depends on utility functions for routine tasks and real-world interactions.