create
Create a new todo task revision
<objective>
Create a new jj revision marked as a todo task.
Parent defaults to @ if only title provided.
Part of /jjtask - run that skill for full workflow context.
</objective>
Recent commits (potential parents):
!jj log --limit 10
</context>
THEN create:
- Run:
jjtask create $ARGUMENTS- Basic:
jjtask create "title"(parent = @) - With description:
jjtask create "title" "description" - Custom parent:
jjtask create xyz "title"orjjtask create xyz "title" "description" - Auto-chain:
jjtask create --chain "title"(chains from deepest pending) - Draft:
jjtask create --draft "title"</process>
- Basic:
<success_criteria>
- Stated related existing tasks (or "none")
- Stated parent choice with reasoning
- New todo revision created </success_criteria>