Brainstorm architecture for an agentic todo app
Takeaway: I'd probably scope the request more next time, since 'best ever' invited a broad conceptual answer rather than concrete code.
Takeaway: I'd probably scope the request more next time, since 'best ever' invited a broad conceptual answer rather than concrete code.
Takeaway: I just wanted a quick orientation to the codebase, so I asked the agent to explain how the project works.
Takeaway: I'd start by pre-registering the correct subagent name ('worker') in the prompt so I don't waste a round-trip hitting an 'Unknown agent' error before it even starts.
Takeaway: Next time I'd ask directly for a Node-version-compatibility check before installing a new global CLI, since the crash turned out to be an ESM/extensionless-bin packaging issue rather than an install failure.