Back to skills
extension
Category: Development & EngineeringNo API key required

task-create

Create structured task files for planning dev work. Use when user asks to "create a task", "add a task", "plan a task", or needs to document work items. Creates numbered markdown files in docs/planning/tasks/.

personAuthor: jakexiaohubgithub

Task Create

Create task files using the aaa CLI.

Workflow

  1. Run: aaa task create <name> (optionally with --story NNN)
  2. Write content using template
  3. If linked to story, update story's Tasks section

References

  • CLI & workflow: @context/blocks/docs/task-management.md
  • Template: @context/blocks/docs/task-template.md