Files
2026-07-13 11:57:40 +08:00

605 B

description
description
Create the tasks needed for implementation and store them in tasks.md.

User Input

$ARGUMENTS

Outline

  1. Read .specify/feature.json to get the feature directory path.

  2. Load context: .specify/memory/constitution.md and <feature_directory>/spec.md and <feature_directory>/plan.md.

  3. Create dependency-ordered implementation tasks and store them in <feature_directory>/tasks.md.

    • Every task uses checklist format: - [ ] [TaskID] Description with file path
    • Organized by phase: setup, foundational, user stories in priority order, polish