gromit

Orchestrate the Gromit pipeline from Claude Code with backlog, specs, plans, and beads.

3|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/danabrams/gromit --skill gromit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gromit
Source: https://github.com/danabrams/gromit/tree/main/skills/gromit-orchestrator
Command: npx skills add https://github.com/danabrams/gromit --skill gromit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the Gromit pipeline from Claude Code by coordinating backlog, specs, plans, beads, and progress dashboards.

Core Features & Use Cases

  • Dashboard-style overview of backlog, specs, plans, and beads with clear recommendations for next actions.
  • Interactive refine/plan stages using /clear + SessionStart hook for fresh context, plus automated decompose and run integration with the Claude Code workflow.
  • End-to-end orchestration for Gromit projects, enabling fast iteration from idea to beads and status.

Quick Start

Invoke /gromit to view the dashboard, add ideas, and drive the pipeline through refine, plan, decompose, and run.

Frequently Asked Questions about gromit

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

FAQPage Schema
How do I orchestrate a development pipeline from idea to execution in Claude Code?

You can orchestrate a development pipeline in Claude Code by invoking a dashboard command to coordinate backlog, specs, plans, and beads, driving the workflow from idea to execution with clear next-action recommendations.

What is the best way to manage a project backlog and specs within Claude Code?

Managing a project backlog and specs within Claude Code is handled through a dashboard-style overview that tracks pipeline stages and provides interactive refine and plan stages using fresh context.

How do I automate task decomposition for my project plans?

Task decomposition is automated using a Task subagent that breaks down plans into executable beads, integrating directly with the run actions via Bash commands to streamline the pipeline.

Can I use Bash commands to add, run, and check the status of pipeline tasks?

Yes, you can use Bash-based actions to add, run, and check the status of pipeline tasks, with all state stored locally in a hidden directory to drive the SessionStart hook.

How does the pipeline maintain fresh context during the refine and plan stages?

The pipeline maintains fresh context during refine and plan stages by executing a clear command and leveraging a SessionStart hook, ensuring each planning phase starts with a clean state.

What do I need to set up before orchestrating the Gromit pipeline?

You need an existing Gromit project environment to orchestrate the pipeline, as the tool applies end-to-end pipeline management specifically to Gromit projects requiring coordination of backlog and beads.