Use this skill to maintain a design log in .agents/log, a decision journal shared by the developer and agents. Trigger when the user explicitly asks to use design-log or record/update a design log entry; when planning, implementing, or finalizing a significant feature in a repo with an existing .agents/log; or before non-trivial changes or questions in areas covered by existing entries. Never initialize .agents/log unless the user explicitly asks for a design log.
$npx -y skills add denysdovhan/agents --skill design-logInstalls into the current project.
Run `npx skills use "https://github.com/denysdovhan/agents" --skill "denysdovhan/agents/design-log"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/denysdovhan/agents" that are relevant to the current task. Run `npx skills add "https://github.com/denysdovhan/agents"` and select the relevant skills, then follow their instructions.