brain-dump-workflow
MANDATORY quality workflow for Brain Dump tickets. Defines the exact MCP tool call sequence every ticket must follow. Load this before starting any ticket work. --- # Brain Dump Universal Quality Workflow > **Canonical source**: `src/api/ralph.ts` -> `getRalphPrompt()`. > This skill provides a quick reference. The system prompt has the full workflow. > > **MCP tools are consolidated**: 9 tools with action-dispatched params. > Always pass `action` as the first parameter to specify the operation. ## MANDATORY 5-Step Sequence Every ticket MUST go through these steps using MCP tools. Never skip any. ### Step 1: Start Work Call the **workflow** tool with `action: "start-work"` and `ticketId: "<id>"` BEFORE writing any code. This creates a git branch, sets status to `in_progress`, and posts a "Starting work" comment. ### Step 2: Implement + Verify Write code, then run quality gates: - `pnpm type-check` -- must pass - `pnpm lint` -- must pass - `pnpm test` -- must pass
Changelog: Source: GitHub https://github.com/salmanrrana/brain-dump
No comments yet. Be the first one!