thinking-partner
A deterministic thinking partner that challenges assumptions and applies mental models to sharpen decisions, solve problems, and think more clearly. Use this…
Plant forward-looking ideas with trigger conditions that auto-surface at the right milestone.
$ npx -y skills add SienkLogic/plan-build-run --skill seed --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seedContext preview
The summary Claude sees to decide when to auto-load this skill.
Plant forward-looking ideas with trigger conditions that auto-surface at the right milestone.
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:
1. **Trigger**: "When should this surface? (e.g., 'when we add user accounts', 'next major version')" 2. **Why**: "Why does this matter? What problem does it solve?" 3. **Scope**: Small (quick task) / Medium (phase or two) / Large (full milestone)
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: 1. Read each seed's `trigger_when` field 2. Compare against the new milestone's name/scope/goals 3. Present matching seeds to the user for inclusion
1. DO NOT plant seeds for immediate work — use todos or backlog instead 2. DO NOT auto-activate seeds — always present to user during milestone creation
Plan it. Build it. Run it. A Claude Code plugin for structured development with context-engineered agents.
Repo: SienkLogic/plan-build-run
A deterministic thinking partner that challenges assumptions and applies mental models to sharpen decisions, solve problems, and think more clearly. Use this…
Run audit, prioritize findings, auto-fix via quick tasks, test, and commit.
Review past Claude Code sessions for PBR workflow compliance and UX quality.
Run multiple phases hands-free. Chains discuss, plan, build, and verify automatically.
Manage backlog items — ideas not ready for active planning. Add, review, promote, or remove.
Start a new project. Deep questioning, research, requirements, and roadmap.