create-tasks

create-tasks is a skill for Claude Code from carloshpdoc/ios-workflow-claude. It costs 139 tokens per session (4,663 once invoked), scanned A, original, Apache-2.0.

A skill that turns meeting notes, specifications, or feature descriptions into Jira tasks for iOS or backend projects.

In plain words
What is it for?
Exploring a codebase, planning implementation work, and creating Jira tasks for Swift/SwiftUI or Node.js/TypeScript projects.
Why use it?
It breaks planned work into Jira tickets and uses the repository to detect the relevant platform and project details.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the claude-utilities plugin — 3 skills shipped together

Good fit Exploring a codebase, planning implementation work, and creating Jira tasks for Swift/SwiftUI or Node.js/TypeScript projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/carloshpdoc/ios-workflow-claude/create-tasks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add carloshpdoc/ios-workflow-claude --skill create-tasks
Clone the repo
git clone --depth 1 https://github.com/carloshpdoc/ios-workflow-claude

Made for: Claude Code.

Or install claude-utilities, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-tasks

README.md
[![agentmods](https://agentmods.dev/badge/skills/carloshpdoc/ios-workflow-claude/create-tasks.svg)](https://agentmods.dev/skills/carloshpdoc/ios-workflow-claude/create-tasks)
Your own site
<a href="https://agentmods.dev/skills/carloshpdoc/ios-workflow-claude/create-tasks"><img src="https://agentmods.dev/badge/skills/carloshpdoc/ios-workflow-claude/create-tasks.svg" alt="Measured on agentmods" height="20"></a>
Per session 139 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,663 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00139 $0.04663
Opus 5 $0.00069 $0.02331
Sonnet 5 $0.00028 $0.00933
Haiku 4.5 $0.00014 $0.00466

Measured 7d ago against content hash 1945dff2ed02, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

create-tasks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude-utilities/skills/create-tasks/SKILL.md · 328 lines

How it starts

The opening of the file, as written. The whole thing — 328 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project context: Values in angle brackets below (e.g. <scheme>, <JIRA_KEY>, <flag-key-enum>) are resolved at runtime — detect them from the project (xcodebuild -list -json for the scheme, git/gh for repo & owner, the branch name for the Jira key, a codebase search for flag/font files), or ask if they cannot be inferred. This plugin ships no per-project config.

Create Tasks from Meeting Notes / Specs

Take meeting notes, specs, or a feature description as input. Detect the platform, explore the codebase, plan the implementation, and create Jira tickets.

Usage

/create-tasks <description or paste meeting notes>
  • $ARGUMENTS — Feature description, meeting notes, specs, or any context about work to be planned

Platform Detection

Detect the platform automatically from the current repository:

Signal Platform
Package.swift, *.xcodeproj, Tuist/, *.swift files iOS
package.json, tsconfig.json, src/api/, serverless.yml Backend

If ambiguous (e.g., meeting notes mention both platforms), ask the user which platform to create tasks for — or create tasks for both if explicitly requested.


Jira Configuration (Shared)

  • Project: <JIRA_KEY>
  • Issue type: Task
  • Story points field: customfield_10034
  • Allowed story point values: 1, 2, 3 only
  • Board: https:///jira/software/c/projects/<JIRA_KEY>/boards//backlog
  • Epic: Link tasks to an epic via "parent": "<EPIC-KEY>" in additional_fields. Ask the user which epic to use if not specified.
  • Assignee: Ask the user who to assign tasks to before creating tickets. Use email or display name for the assignee field.
  • Sprint: Default to the current active sprint. Fetch via mcp__mcp-atlassian__jira_get_sprints_from_board (board ID <jira-board-id>, state active). Set via "customfield_10020": <sprint_id> in additional_fields. If no active sprint or the user specifies a different one, ask for input.
  • Next sprint (for feature flag cleanup tickets): Fetch via mcp__mcp-atlassian__jira_get_sprints_from_board (board ID <jira-board-id>, state future) and take the first result. If no future sprint exists yet, ask the user whether to create the cleanup ticket in the backlog (omit customfield_10020) or wait.

Read the full file on GitHub · 328 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 328 lines · 139 tokens per session scan A 1945dff2ed02

Subscribe to this mod's changes

create-tasks is a skill published in the GitHub repository carloshpdoc/ios-workflow-claude (7 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 139 tokens to every session and 4,663 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.