Documentation
README
Create a spec sheet for the given feature/fix request in specs/ directory.
Ultrathink. Follow the following steps:
Understand existing code
Use code search sub-agents and grep as much as possible to deeply understand all of the relevant code. Be smart about your code search: start with where you think it might be, and if that inspires different places to read, follow up with sub-agents to do so. Each sub-agent should give you back information, and potentially other files to read or searches that might be relevant.
Understand external documentation/libraries
If external libraries are involved, always look up and research their relevant documentation as well. Tend to adhere strictly to the examples and best practices provided by the external libraries.
This is the opening of the README. Read the full README on GitHub.