rb:work

Execute unchecked tasks from a plan file for Ruby/Rails/Grape projects.

7|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rb:work
Source: https://github.com/slbug/claude-ruby-grape-rails/tree/main/plugins/ruby-grape-rails/skills/work
Command: npx skills add https://github.com/slbug/claude-ruby-grape-rails --skill rb-work

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Execute and manage the unchecked tasks from a project plan, enabling developers to resume work, keep decisions aligned, and verify progress with structured checkpoints.

Core Features & Use Cases

  • Resume the newest active plan automatically or from a specific task.
  • Execute unchecked tasks in a controlled order with built-in verifications after each task.
  • Maintain a scratchpad with decisions, hypotheses, and blockers to improve traceability.

Quick Start

Load the active plan and start from the first unchecked task.

Frequently Asked Questions about rb:work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume an active Ruby on Rails plan from the last unchecked task?

To resume an active plan, the system automatically loads the newest plan file and sequences execution from the first unchecked task. It enforces plan state and scratchpad notes to restore your exact working context for Ruby/Rails/Grape projects.

What is the best way to manage task execution and verification checkpoints in a Ruby project?

Managing task execution involves sequencing unchecked tasks from a plan file with built-in verifications after each step. This approach automates implementation and error recovery while maintaining a scratchpad of decisions and blockers for traceability.

Can I use this plan management approach with Grape API projects?

Yes, this plan management approach explicitly supports Grape API projects alongside Ruby and Rails. It applies plan structure, Iron Laws, and execution guides to drive task routing and cross-phase transitions for these specific frameworks.

How does scratchpad note integration work when resuming implementation work?

Scratchpad notes maintain decisions, hypotheses, and blockers throughout implementation work to improve traceability. When resuming, the system enforces these notes alongside plan state to ensure your previous reasoning and context are fully restored.

What limitations exist when executing unchecked tasks from a plan file?

Execution depends on a properly structured plan file with clear task states. Without an existing plan containing unchecked tasks, the system cannot initiate task routing, verification checkpoints, or error recovery for project implementation.