NavanithanS

ask-project-memory

Maintain project brain with architectural decisions in memory file.

NavanithanS 1 1 Updated 3mo ago

Resources

4
GitHub

Install

npx skillscat add navanithans/agent-skill-kit/ask-project-memory

Install via the SkillsCat registry.

SKILL.md
✅ MUST read decisions file before starting new tasks ✅ MUST not violate past decisions ✅ MUST append new decisions in structured format </critical_constraints> 1. **Read**: Check if `.docs/decisions.md` exists 2. **Update**: Append new decision in structured format 3. **Reference**: Read before any new task to ensure consistency ```markdown ## [Date] Decision: Use UUIDs * **Context:** Needed for security/scaling. * **Decision:** All new migrations must use `$table->uuid('id')`. * **Status:** Accepted. ```