Create Task Files

Turns TodoWrite lists or feature plans into structured epic/story/bug/issue markdown files.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 4dd7ed0

Ran a real A/B: baseline produced one flat tasks.md checklist; following the skill produced a tasks/ tree with epic/story/bug/issue files, YAML frontmatter, dependency links, and an auto-generated INDEX.md — a genuinely more usable artifact for team tracking.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Create Task Files does

Exports planning tasks (from TodoWrite or a feature description) into a tasks/ directory of structured markdown files with YAML frontmatter, an auto-generated INDEX.md, and a README. Triggers on phrasing like "create tasks", "export tasks", "epic", "user story", or after a feature-planning step when the user wants file-based tracking.

How to install Create Task Files

git clone https://github.com/Shoebtamboli/rails_claude_skills.git
cd rails_claude_skills
mkdir -p ~/.claude/skills
cp -r lib/generators/claude/skills_library/create-task-files ~/.claude/skills/create-task-files

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Create Task Files

  • /create-task-files Turns TodoWrite lists or feature plans into structured epic/story/bug/issue markdown files.

It also activates on plain-language prompts like these:

  • Turn my todo list into epic and story markdown files with an index
  • Export this feature plan into structured task files for the team to track
  • Can you convert these three planning items into proper issue files?

Frequently asked questions

Is the Create Task Files skill free?
Yes. The skill itself is free from Shoebtamboli/rails_claude_skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Create Task Files work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran a real A/B: baseline produced one flat tasks.md checklist; following the skill produced a tasks/ tree with epic/story/bug/issue files, YAML frontmatter, dependency links, and an auto-generated INDEX.md — a genuinely more usable artifact for team tracking.
What is the Create Task Files SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Create Task Files?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Create Task Files with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.