brain-dump-workflow

分类: 工具与效率 | 上传者: salmanrranasalmanrrana | 下载: 0 | 版本: v1.0(最新)

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

更新日志: Source: GitHub https://github.com/salmanrrana/brain-dump

目录结构

当前层级: .claude/skills/brain-dump-workflow/

SKILL.md

登录后下载/点赞/收藏 ❤ 2 | ★ 0
评论 0

请先登录后评论。

还没有评论,快来第一个发言吧。