一键导入
seed
Plant forward-looking ideas with trigger conditions that auto-surface at the right milestone.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plant forward-looking ideas with trigger conditions that auto-surface at the right milestone.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run multiple phases hands-free. Chains discuss, plan, build, and verify automatically.
Start a new project. Deep questioning, research, requirements, and roadmap.
Execute all plans in a phase. Spawns agents to build in parallel, commits atomically.
Configure settings: depth, model profiles, features, git, and gates.
Execute the next logical step automatically. No prompts, no decisions — just do it.
Systematic debugging with hypothesis testing. Persistent across sessions.
| name | seed |
| description | Plant forward-looking ideas with trigger conditions that auto-surface at the right milestone. |
| allowed-tools | Read, Write, Bash, Glob, Grep, AskUserQuestion |
| argument-hint | <idea description> |
STOP — DO NOT READ THIS FILE. You are already reading it.
Capture a forward-looking idea with trigger conditions. Seeds auto-surface during /pbr:new-milestone when trigger conditions match the new milestone's scope.
Seeds beat deferred items because they preserve WHY, define WHEN, and auto-present.
╔══════════════════════════════════════════════════════════════╗
║ PLAN-BUILD-RUN ► SEED ║
╚══════════════════════════════════════════════════════════════╝
If $ARGUMENTS is empty, ask: "What's the idea? (one sentence)"
Ask focused questions:
Search codebase for related files. Check STATE.md decisions, ROADMAP.md phases, todos.
mkdir -p .planning/seeds
Find next seed number. Write .planning/seeds/SEED-{NNN}-{slug}.md:
---
id: SEED-{NNN}
status: dormant
planted: {ISO date}
planted_during: {current milestone/phase}
trigger_when: "{trigger}"
scope: "{small|medium|large}"
---
# SEED-{NNN}: {idea}
## Why This Matters
{why}
## When to Surface
**Trigger:** {trigger}
## Breadcrumbs
{related files and references}
Seed planted: SEED-{NNN} — {idea}
Trigger: {trigger}
The new-milestone skill should scan .planning/seeds/ and present matches:
trigger_when field