code-task-generator
Generates structured .code-task.md files from descriptions or PDD implementation plans. Auto-detects input type, creates properly formatted tasks with…
Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code.
$ npx -y skills add mikeyobrien/ralph-orchestrator --skill code-assist --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/code-assistContext preview
The summary Claude sees to decide when to auto-load this skill.
Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code.
name: code-assist description: Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code. type: anthropic-skill version: "1.1" metadata: internal: true
Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Balances automation with user collaboration while adhering to existing package patterns and prioritizing readability and extensibility.
**Constraints:**
Apply these patterns throughout all steps:
**Interactive Mode:** Present actions for confirmation. Explain pros/cons when multiple approaches exist. Ask clarifying questions. Pause at key decision points. Provide educational context.
**Auto Mode:** Execute autonomously. Document all decisions and reasoning in progress.md. Select the most appropriate approach and document why. Provide comprehensive summaries at completion.
**Separation of Concerns:** Documentation goes in `{documentation_dir}`. Code (tests and implementation) goes in `repo_root`. Never mix them. Documentation should guide implementation with high-level concepts — not provide it. When including code snippets in documentation, keep them brief and clearly label them as examples or references.
**CODEASSIST.md Integration:** If CODEASSIST.md exists in repo_root, read it and apply its constraints throughout.
Initialize the project environment and create necessary directory structures.
**Constraints:**
> 💬 See [Mode Behavior](#mode-behavior) for mode-specific interaction guidance
Analyze the task description and existing documentation to identify core functionality, edge cases, and constraints.
**Constraints:**
> 💬 See [Mode Behavior](#mode-behavior) for mode-specific interaction guidance
Search for similar implementations and identify interfaces, libraries, and components the implementation will interact with.
**Constraints:**
> 💬 See [Mode Behavior](#mode-behavior) for mode-specific interaction guidance
Create test scenarios covering normal operation, edge cases, and error conditions.
**Constraints:**
> 💬 See [Mode Behavior](#mode-behavior) for mode-specific interaction guidance
Outline the high-level structure and create an implementation plan.
**Constraints:**
> 💬 See [Mode Behavior](#mode-behavior) for mode-specific interaction guidance
**Phase-wide constraints:**
Write test cases following strict TDD principles.
**Constraints:**
> 💬 See [Mode Behavior](#mode-behavior) for mode-specific inte
A hat-based orchestration framework that keeps AI agents in a loop until the task is done. "Me fail English? That's unpossible!" - Ralph Wiggum
Repo: mikeyobrien/ralph-orchestrator
Generates structured .code-task.md files from descriptions or PDD implementation plans. Auto-detects input type, creates properly formatted tasks with…
Use when testing Ralph's hat collection presets, validating preset configurations, or auditing the preset library for bugs and UX issues.
Lists all code tasks in the repository with their status, dates, and metadata. Useful for getting an overview of pending work or finding specific tasks.
Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification,…
Browser automation via Playwriter (remorses) using persistent Chrome sessions and the full Playwright Page API.
Use when creating animated demos (GIFs) for pull requests or documentation. Covers terminal recording with asciinema and conversion to GIF/SVG for GitHub…