Claude Code Plugins

Community-maintained marketplace

Feedback

create-tasks

@korallis/Amp-OS
2
0

Break a specification into implementable tasks. Use after spec.md is complete to create tasks.md with grouped, ordered, dependency-aware task breakdown.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name create-tasks
description Break a specification into implementable tasks. Use after spec.md is complete to create tasks.md with grouped, ordered, dependency-aware task breakdown.

Create Tasks

Break a specification into a structured, implementable task list.

When to Use

  • spec.md is complete and verified
  • Ready to plan implementation work
  • Need clear task breakdown with dependencies

Workflow

  1. Analyze Spec

    • Read amp-os/specs/[feature]/spec.md
    • Read amp-os/specs/[feature]/planning/requirements.md
  2. Plan Task Groups

    • Group by specialization (database, API, frontend, testing)
    • Order by dependencies
    • Include 2-8 focused tests per group
  3. Create Tasks Document

  4. Sync with Amp Todo System

    • Use todo_write to create todos for each task group
    • Tag with spec:[feature-name], phase:implementation

Task Structure

Each task group should have:

  • Clear dependencies
  • 2-8 focused tests (written first)
  • Implementation sub-tasks
  • Test verification (run only group tests)
  • Acceptance criteria

Resources

Amp Tools to Use

  • todo_write - Sync tasks to Amp's todo system
  • todo_read - Check existing task status