Each unit of work should teach the system something so subsequent work gets easier, not harder. Bug fixes eliminate future bug categories. Patterns become tools. Decisions become searchable context.
then write the content to ./knowledge/ /YYYY-MM-DD- .md using the Write tool. Do NOT use shell commands like cp or mkdir.
| error-fix | Something broke or surprised you — errors, gotchas, build failures, incidents. What happened and how to fix/avoid it. | | pattern | A recurring approach worth codifying — code patterns, workflow patterns, architectural conventions. | | decision | An architecture or design decision with rationale, alternatives, and tradeoffs. |
Guarde las notas de conocimiento del equipo en ./knowledge/ con nombres de archivo con prefijo de fecha. Cada problema resuelto, patrón descubierto o decisión clave se convierte en conocimiento investigable que facilita el trabajo futuro. Úselo cuando el usuario quiera capturar trampas, errores, crear problemas, soluciones, patrones o decisiones para referencia futura. Fuente: da1z/agent-things.