跳到主要内容

trellis-brainstorm

12.9k12.9k2026.07.20

@mindfold-ai/trellis-brainstorm实现前协作式需求澄清:建任务目录、起草 PRD、逐题提问、调研技术选型并收敛 MVP 范围。

开发工具开发者: Mindfold AI
技能元信息 · 译文
nametrellis-brainstorm
description实现前协作式需求澄清:建任务目录、起草 PRD、逐题提问、调研技术选型并收敛 MVP 范围。

需求头脑风暴

trellis-brainstorm

实现前协作式需求澄清:建任务目录、起草 PRD、逐题提问、调研技术选型并收敛 MVP 范围。

核心说明

以下为上游 SKILL.md 摘要(英文原文结构保留要点):

Trellis Brainstorm

Non-Negotiable Planning Contract

A request to build, implement, fix, refactor, or "go ahead" is not approval to leave planning. Task-creation consent is also not implementation approval.

For every non-trivial task, the user must respond at least once after the initial request before implementation begins. If no clarification is needed, that response must approve the final planning summary described below.

While any user-owned product, scope, UX, compatibility, risk, or acceptance decision remains unresolved, end the turn with exactly one highest-value question. Do not edit product code, dispatch implementation, or run task.py start.

Non-Negotiable Evidence Rule

If a question can be answered by exploring the codebase, explore the codebase instead.

This is mandatory. Before asking the user a question, first check whether the answer is already available in code, tests, configs, docs, existing specs, or task history.

Do not ask the user to confirm facts that the repository can answer. Ask only for product intent, preference, scope, risk tolerance, acceptance behavior, or decisions that remain ambiguous after inspection.

Repository evidence establishes current behavior and technical constraints. The user's intended behavior, feature scope boundaries, and UX preferences are never answerable by repository evidence alone, even when an existing pattern exists; existing patterns are options and recommendation evidence, not decisions.


Use this skill during Phase 1 planning to turn the user's request into clear requirements and planning artifacts.

Preconditions

Use this skill only after task-creation consent has been given and the user is ready to enter Trellis planning.

If no task exists yet, create one:

TASK_DIR=$(python3

## 安装

随 Trellis 一并分发。执行 `trellis init` 后可在 `.agents/skills/trellis-brainstorm/`(及各平台 skill 目录)使用。

npm install -g @mindfoldhq/trellis@latest trellis init -u your-name


来源:[mindfold-ai/Trellis · .agents/skills/trellis-brainstorm](https://github.com/mindfold-ai/Trellis/tree/main/.agents/skills/trellis-brainstorm)