update-app-design
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Sync Application Design Document
User Request: $ARGUMENTS
Context
- Project root: !
pwd - Package.json: @package.json
- Current design doc: @.agents/rules/1-app-design-document.mdc
- Last modified: !
stat -f "%Sm" .agents/rules/1-app-design-document.mdc 2>/dev/null || echo "No existing document"
Goal
Update the existing Application Design Document to reflect current codebase state, new features, changed priorities, and project evolution. Maintain consistency with the original document while incorporating new information.