Agent Skills: Create Tasks

>-

UncategorizedID: jagreehal/jagreehal-claude-skills/create-tasks

Install this agent skill to your local

pnpm dlx add-skill https://github.com/jagreehal/jagreehal-claude-skills/tree/HEAD/skills/create-tasks

Skill Files

Browse the full folder contents for create-tasks.

Download Skill

Loading file tree…

skills/create-tasks/SKILL.md

Skill Metadata

Name
create-tasks
Description
>-

Create Tasks

Critical rules

  • Never create a task without validating size first. A PRD deliverable is often an epic.
  • Never copy PRD bullets verbatim — use Example Mapping (story/rules/examples/questions).
  • Vertical slices only (one specific thing through all needed layers). Max 1 day. Must pass INVEST.
  • Every task: deliverable, why, decisions, Given-When-Then AC, deps, related code, verification.
  • Follow project task/docs conventions; ask and document if unclear.
  • Before slicing or filling the template, read references/slicing.md and references/template.md.

Workflow

  1. Slice with Example Mapping; apply SPIDR on split signals.
  2. Write acceptance criteria as Given-When-Then (happy/edge/error).
  3. Name with [Action] [object] [constraint]; reject epic naming patterns.
  4. Validate INVEST and vertical-slice limits.
  5. Fill the task template (context paths/URLs required).
  6. Checkpoint: size, name, vertical, INVEST, cold-start implementability.

Resources

Validation

  • [ ] ≤1 day, vertical, INVEST pass
  • [ ] Specific action-oriented title (no "and" / "full implementation")
  • [ ] Given-When-Then AC; referenced docs have paths/URLs
  • [ ] Engineer can implement without asking questions

Constraints

  • Skip for single-file obvious scope or already day-sized tasks.
  • Related: implementation-planning, session-continuity, tdd-workflow, testing-strategy.
  • Definitions only; execution tracking may use .claude/tasks.md via session-continuity.