Project workflow for PRDs, task tracking, changelog sync, and documentation updates. Use for any non-trivial task that spans multiple steps, touches several files, changes architecture, or needs project tracking updates. Also activates with @update to sync task.md, changelog.md, and files.md after completing work.
Use this skill for any non trivial task that spans multiple steps, touches several files, changes architecture, or needs project tracking updates.
Activate with: @update (for docs sync only)
Before changing code:
Skip the long process only for obvious one file fixes like typos or tiny copy changes.
Create a PRD before non trivial work.
prds/<feature-or-problem-slug>.md.mdAdd metadata at the top:
Created: YYYY-MM-DD HH:mm UTCLast Updated: YYYY-MM-DD HH:mm UTCStatus: Draft | In Progress | DoneUpdate task.md as the work moves forward.
## to do## completedYYYY-MM-DD HH:mm UTCWhen useful, include:
After each feature or fix, sync the project docs:
task.mdchangelog.mdfiles.mdFor changelog.md:
git log --date=short -n 10For files.md:
If the user corrects a repeated pattern, record the lesson in prds/lessons.md so the mistake does not come back.