一键导入
brainstorming
Use when the Antes da Tela POC needs a new task direction or clearer scope before handing work off to /create-poc-task in the documented AI workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the Antes da Tela POC needs a new task direction or clearer scope before handing work off to /create-poc-task in the documented AI workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
PostHog integration for Next.js App Router applications
Use when a feature branch is complete and ready for PR — runs a full diff-based review of the current branch against main, reads every changed file, validates against project rules, and produces a concrete action plan. Do NOT use on main branch.
Identifies and executes the next pending POC task. Fast context pickup from docs/poc/context.json — no build/lint at start. Use for starting the next task, resuming in-progress work, or targeting a specific task by ID.
Analyzes current POC task state, creates a standardized new task file, and updates docs/poc/context.json and docs/poc/tasks/summary.md. Use when adding a new task to the Antes da Tela POC backlog.
Unified Figma implementation + refinement workflow that translates Figma designs into production-ready code, reconciles design tokens, and performs regression-safe metadata updates. Use live MCP data with canonical metadata under `docs/design-system/`.
Use when a POC task has been implemented and needs design alignment with Figma — tokens diverge, components are mismatched, or the design-system metadata is stale. Triggers: post-implementation review, design QA pass, or when `docs/design-system/design-system.meta.json` may be out of sync with the Figma source.
| name | brainstorming |
| description | Use when the Antes da Tela POC needs a new task direction or clearer scope before handing work off to /create-poc-task in the documented AI workflow. |
This skill is the ideation entry point for the workflow documented in docs/AI-DRIVEN-WORKFLOW.md.
Use it to turn a vague request, product idea, UX gap, or technical opportunity into one or more task-ready proposals for the Antes da Tela POC.
This is a read-only step. It clarifies, compares, and recommends. It does not create the task itself. The handoff is /create-poc-task.
Do NOT write code, edit files, create task files, run builds/tests, or invoke implementation skills.
Do NOT invoke writing-plans.
Do NOT improvise a parallel workflow.
The only valid end state is an approved proposal that is ready to be turned into a task with /create-poc-task.
Use this skill when:
Do NOT use this skill when:
/poc-next-task./create-poc-task.This skill is only the first decision step of the documented flow:
brainstorming/create-poc-task/poc-next-taskIf the request already belongs to one of the later states, say so directly and hand off to the correct skill instead of continuing ideation.
Before asking questions, inspect the current project context in read-only mode. Start with:
docs/AI-DRIVEN-WORKFLOW.mddocs/poc/context.jsondocs/poc/tasks/summary.mddocs/AGENTS-CONTEXT.mdCheck whether the idea is already covered by an existing task. If it is, say so explicitly and recommend /poc-next-task instead of inventing another task.
/create-poc-task-ready payload./create-poc-task-ready payloadWhen the conversation converges, produce a task-ready proposal in this shape:
Title: <task title>
Scope: Frontend | Backend | Full-stack
Priority: P0 | P1 | P2 | P3 | P4
Description: <1-3 sentences>
Why now:
- <dependency, opportunity, or backlog reason>
Already done:
- <known existing work>
Gaps:
- <what is missing>
Key files:
- <likely files or areas>
Figma node id:
- <optional>
Mobile specs:
- <optional>
Suggested acceptance criteria:
- <criterion>
- <criterion>
Next step:
- Run `/create-poc-task` with this payload.
Match the proposal to the inputs expected by /create-poc-task whenever possible: title, scope, priority, description, plus optional figma_nodeId, key_files, already_done, gaps, and mobile_specs.
If the main uncertainty is visual, structural, or Figma-related, you may offer the visual companion as a separate message.
If accepted, use it only to improve understanding of the options. The skill still remains read-only and must still end with task-ready proposals for /create-poc-task.
/create-poc-task can use directly.This skill succeeded only if all of the following are true:
docs/AI-DRIVEN-WORKFLOW.md./create-poc-task.