Capture ideas, tasks, notes, and seeds to their destination
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
If it is --note: strip the flag, pass remainder to note workflow
If it is --backlog: strip the flag, pass remainder to add-backlog workflow
If it is --seed: strip the flag, pass remainder to plant-seed workflow
If it is --list: pass remainder (optional area filter) to check-todos workflow
Otherwise: pass all of $ARGUMENTS to add-todo workflow
1. Parse the leading flag (if any) from $ARGUMENTS.
2. Load and execute the appropriate workflow end-to-end based on the routing table above.
3. Preserve all workflow gates from the target workflow (directory structure, duplicate detection, commits, etc.).