taskstoissues

A command that turns existing feature tasks and design documents into GitHub issues, which are tracked work items for a software project. It orders the issues by dependency and follows the project's registry rules.

In plain words
What is it for?
Use it to create implementation-ready GitHub issues from a feature's task files and available design material.
Why use it?
It saves you from manually rewriting plans into issues and helps keep labels, projects, and assignments consistent.

Command

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.

agentmods
npx agentmods add commands/chappygo-os/atomic-spec/taskstoissues
Clone the repo
git clone --depth 1 https://github.com/Chappygo-OS/Atomic-Spec
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 481 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00021 $0.00481
Opus 5 $0.00010 $0.00241
Sonnet 5 $0.00004 $0.00096
Haiku 4.5 $0.00002 $0.00048

Measured 2d ago against content hash 7b483ff5a74f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

taskstoissues 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 2d 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.

templates/commands/taskstoissues.md · 44 lines

What it actually says

User Input

$ARGUMENTS

You MUST consider the user input before proceeding (if not empty).

Registry Protocol (Constitution Directive 7)

Follow _registry-protocol.md:

  • On entry: Read specs/_defaults/registry.yaml. Focus on integrations.issue_tracker (labels, project/board mapping, assignee conventions) and conventions.labels so created issues inherit project-wide taxonomy.
  • During: When you are about to create an issue with a new label, project, or milestone that isn't in the registry, apply Scenario A/B/C from the protocol (re-use, add-to-registry via HITL, or deviate with documentation).
  • On exit: If the issue-creation pass introduced new label schemes or tracker conventions, HITL-prompt the user to persist them in integrations.issue_tracker / conventions.labels.

If the registry file is absent, warn and proceed without defaults (graceful degradation).

Outline

  1. Run {SCRIPT} from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute. For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'''m Groot' (or double-quote if possible: "I'm Groot").
  2. From the executed script, extract the path to tasks.
  3. Get the Git remote by running:
git config --get remote.origin.url

[!CAUTION] ONLY PROCEED TO NEXT STEPS IF THE REMOTE IS A GITHUB URL

  1. For each task in the list, use the GitHub MCP server to create a new issue in the repository that is representative of the Git remote.

[!CAUTION] UNDER NO CIRCUMSTANCES EVER CREATE ISSUES IN REPOSITORIES THAT DO NOT MATCH THE REMOTE URL

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. 2d ago First seen · 44 lines · 21 tokens per session scan A 7b483ff5a74f

Subscribe to this mod's changes

taskstoissues is a command published in the GitHub repository Chappygo-OS/Atomic-Spec (10 stars, last pushed 9d ago), licensed MIT. It adds 21 tokens to every session and 481 once invoked, about $0.0001 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.