This commit is contained in:
2026-03-18 17:05:21 -07:00
parent 54aa233142
commit f85ac2f6ec

View File

@@ -184,3 +184,5 @@ The `.opencode/skills/adventure-puzzle-analyzer/` directory contains:
When possible, use subagents to complete work. For complex multi-step tasks (analyzing walkthroughs, creating new puzzle type documentation from scratch), delegate appropriately rather than attempting all steps in a single agent session. When possible, use subagents to complete work. For complex multi-step tasks (analyzing walkthroughs, creating new puzzle type documentation from scratch), delegate appropriately rather than attempting all steps in a single agent session.
**For any user request**: Check TODOS.md first, then update cross-references after each task completion before committing. **For any user request**: Check TODOS.md first, then update cross-references after each task completion before committing.
Always refer to @README.md, as it has the overall structure of this project.