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/.

majiayu000 Updated 567 repo stars

File contents

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

majiayu000/claude-skill-registry-data/tree/main/data/task-create commit ee9ed8a612

Frequently asked questions

npx skillmds@latest add majiayu000/task-create-2