๐Ÿ“‹
AutomationRust

Code Task Generator

by mikeyobrien

Code Task Generator is an Automation skill for Claude Code, published by mikeyobrien in ralph-orchestrator.

3.1K stars285 forkson mikeyobrien/ralph-orchestratorAdded 2026/08/17Repository updated 2026/08/16
aiai-agentsai-agents-frameworkai-developer-toolsclaude-codeclaude-code-clicodex-clidevelopment-toolsdevelopment-workflowgemini-clikirokiro-cliopencoderalph-loopralph-wiggum
Install in seconds
Install Code Task Generator
Copy Code Task Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mikeyobrien/ralph-orchestrator/tree/main/.claude/skills/code-task-generator ~/.claude/skills/code-task-generator

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mikeyobrien/ralph-orchestrator.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/code-task-generator/SKILL.md in mikeyobrien/ralph-orchestrator
Installs to
~/.claude/skills/code-task-generator
Collection
One of 20 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What Code Task Generator does

Code Task Generator creates structured .code-task.md files from rough descriptions or PDD implementation plans. It auto-detects input type and generates tasks with Given-When-Then acceptance criteria, requiring user approval before writing files.

Code Task Generator is cataloged under Automation on DirSkills. Code Task Generator comes from a repository tagged ai, ai-agents, ai-agents-framework, ai-developer-tools and claude-code.

Documentation

README

Code Task Generator

Overview

Generate structured code task files from rough descriptions or PDD implementation plans. Auto-detects input type and creates properly formatted .code-task.md files. For PDD plans, processes one step at a time to allow learning between steps.

Important Notes

These rules apply across ALL steps:

  • User approval required: Present the task breakdown plan and get explicit approval before generating any files.
  • Tests are integrated: Include unit test requirements in each task's acceptance criteria. Never create separate "add tests" tasks.
  • PDD mode references: Always include the design document path as required reading. Only include research docs if directly relevant to the specific task.

Parameters

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Code Task Generator

  • What else does mikeyobrien publish alongside Code Task Generator?

    Code Task Generator is one of 20 skills that DirSkills catalogs from mikeyobrien/ralph-orchestrator, the repository it ships in. Its siblings there include Code Assist, Complex Test and Evaluate Presets. Each one is a separate skill with its own page in this directory, installs the same way Code Task Generator does, and is maintained by mikeyobrien in that same repository. The rest of the collection is listed on the mikeyobrien/ralph-orchestrator page.

  • How does Code Task Generator compare to other Automation skills?

    Code Task Generator ranks #394 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Code Task Generator against them. Open each page to compare what they document and how they install.