From Cole Medin's yt video http://youtube.com/watch?v=SS5DYx6mPw8&t=437s
PLANNING.md
at the start of a new conversation to understand the project's architecture, goals, style, and constraints.TASK.md
before starting any task to understand current priorities and work./tests
directory mirroring the main app structure.TASK.md
and add newly discovered work.def example():
"""
Brief summary of function purpose.
Args:
param1 (type): Description.
Returns:
type: Description.
"""
README.md
when adding features, changing dependencies, or modifying setup steps.# Reason:
to explain why certain decisions were made.