Plan Work banner
bookedsolidtech bookedsolidtech

Plan Work

Development community

Description

Invoke the product-owner agent to plan and propose tasks for a goal. ## Instructions 1. First, read `.reagent/tasks.jsonl` to understand the current backlog 2. Ask the user what they want to accomplish (if not already provided as an argument) 3. Spawn the `product-owner` agent to: - Review existing tasks to avoid duplication - Propose a set of new tasks for the goal - Show the proposed tasks in a table format 4. Wait for user confirmation before creating any tasks 5. Only create tasks

Installation

Installs to ~/.claude/skills/bookedsolidtech-reagent-plan-work/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bookedsolidtech-reagent-plan-work && curl -fsSL https://raw.githubusercontent.com/bookedsolidtech/reagent/HEAD/commands/plan-work.md -o ~/.claude/skills/bookedsolidtech-reagent-plan-work/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository