Capture ideas, tasks, notes, and seeds to their destination
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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.).