بنقرة واحدة
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