/aitask-create
Create a new task file interactively via code agent prompts
Create a new task file with automatic numbering and proper metadata via interactive code agent prompts.
Usage:
/aitask-create
Note: Must be run from the project root directory. See Skills overview for details.
Step-by-Step
The skill guides you through task creation using interactive prompts:
- Parent selection — Choose standalone or child of existing task
- Task number — Auto-determined from active, archived, and compressed tasks
- Metadata — Priority, effort, dependencies (with sibling dependency prompt for child tasks)
- Task name — Free text with auto-sanitization
- Definition — Iterative content collection with file reference insertion via Glob search
- Create & commit — Writes task file with YAML frontmatter and commits to git
This is the code agent-native alternative — metadata collection happens through the agent UI rather than terminal fzf.
Workflows
For workflow guides, see Capturing Ideas and Follow-Up Tasks.