← ClaudeAtlas

rpilisted

Consolidated brainstorm-plan-evaluate-implement workflow. Use when the user wants to brainstorm an idea, create an implementation plan, evaluate an artifact, implement from a plan, hand off work to another session, pick up a handoff, or write output to .thoughts/. Keywords: brainstorm, plan, evaluate, implement, handoff, pickup, write.
chris-hendrix/skills · ★ 2 · AI & Automation · score 61
Install: claude install-skill chris-hendrix/skills
# rpi — Brainstorm, Plan, Evaluate, Implement Unified entry point for the brainstorm-plan-evaluate-implement workflow. ## Workflow ``` brainstorm (optional) → plan → evaluate → implement ↓ ↓ Uses research Uses research ``` - **brainstorm** — explore approaches, make a decision. Embeds research (codebase + web). Optional — skip for simple changes. - **plan** — TDD-structured implementation plan with RED/GREEN/CHECK tasks. Embeds research. Includes branch & commit strategy. - **evaluate** — assess artifacts across quality dimensions with concrete upgrade paths. - **implement** — execute a plan phase by phase through vertical RED/GREEN cycles. ## Keyword Reference | Keyword | Syntax | What it does | |---------|--------|--------------| | `brainstorm` | `brainstorm <topic>` | Explore approaches for an idea (optional — skip for simple changes) | | `plan` | `plan <description or .thoughts doc path>` | Create a TDD-structured implementation plan | | `evaluate` | `evaluate <description>` | Evaluate an artifact across multiple quality dimensions with scoring and upgrade paths | | `handoff` | `handoff [description of next session]` | Summarize the current conversation into a handoff doc for another agent | | `pickup` | `pickup [path to handoff]` | Resume work from a handoff document | | `implement all` | `implement all [plan path]` | Implement all phases from a plan | | `implement phase N` | `implement phase N [plan path]` | Implement a specifi